How to create multiboot usb w/ persistence for multiple OS

dual-bootpersistencesystem-installationusb

I'm installing multiple operating systems on a usb drive I recently purchased for this purpose and was wondering how to create a usb drive with multiple persistent OS's that will be linux based and have a capacity > 4gb of the casper-rw file and was wondering 1. if this was possible (I have read from 1 source that it wasnt but it was not one that was overly trustworthy), and 2. how to go about doing it (answers should be aimed at ubuntu being the system I create the drive on)

Best Answer

You may want to check Easy2Boot. It's the most versatile and probably also best-documented tool for multiboot things. Specifically, it supports in particular

Boot multiple linux ISOs each with separate persistence files

[in addition, the author is also pretty helpful and really responsive even for in-depth questions] You could misuse that to reference the same casper-rw file for each of the systems.

For more details also see http://www.easy2boot.com/add-payload-files/linux-isos/linux-with-persistence/ and http://www.easy2boot.com/add-payload-files/persistence/

For similar topics, you might want to check the following links:

Related Question