Is there a way to boot ubuntu from an USB and record all changes made during the boot?
Asked
Active
Viewed 34 times
0
-
3Does this answer your question? How to make a live Ubuntu 18.04 USB with a persistent storage of more than 4GB – karel Mar 31 '20 at 11:48
-
2If you are booting in persistent mode, you can look in the casper-rw file or partition for changes, all changes are saved there. It is easier to look into a casper-rw partition than into a casper-rw file. Mkusb creates a Persistent drive that uses a casper-rw partition. If you have a Full install to USB you can use something like fswatch, Fswatch is a free, open source multi-platform file change monitor utility that notifies us when the contents of the specified files or directories are modified or changed. Not for beginners. https://www.ostechnix.com/monitor-file-changes-using-fswatch-linux// – C.S.Cameron Mar 31 '20 at 11:59
-
Does this answer your question? How do I install Ubuntu to a USB key? (without using Startup Disk Creator) – Melebius Mar 31 '20 at 18:04