Флешка быстро исчерпает свой ресурс. Я полгода назад пытался fsarchiver-ом скопировать на флешку систему с HDD, в итоге приказало долго жить. Хотя не такая и старая была. Да и USB 3 у меня нет.
Можно поставить Debian на флешку и поставить туда live-boot.
Такая флешка будет грузиться в ro а / rw будет в ramfs.
Но можно будет загрузиться без boot=live(или сказать mount -o remount,rw /live/[где флешка]) и что то на флешке поменять.
live-boot contains the components that configure a live system during the boot process (early userspace).
live-boot is a hook for the initramfs-tools, used to generate a initramfs capable to boot live systems, such as those created by live-helper(7). This includes the Live systems ISOs, netboot tarballs, and usb stick images.
At boot time it will look for a (read-only) medium containing a «/live» directory where a root filesystems (often a compressed filesystem image like squashfs) is stored. If found, it will create a writable environment, using aufs, to boot the system from.