I am trying to boot various OS/Configurations of OS Install from a single USB. Have been using Multisystem. But it fails when I try to boot an install created with RemasterSys + Ubuntu 11.04
It gives something like "please provide a name for this disk"
I tried copying in the ./disk folder into the directory for the install but it still fails.
Then I noticed that Ubuntu Desktop is boot directly via USB, so I copied the menu entry and modified the file names:
menuentry "Ubuntu Custom Install" {
search --set -f "/customdist.iso"
loopback loop "/customdist.iso"
linux (loop)/casper/vmlinuz root=UUID=E56C-B453 debian-installer/locale=en_US.UTF-8 debian-installer/language=en kbd-chooser/method=en console-setup/layoutcode=us console-setup/variantcode= console-setup/modelcode=pc105 iso-scan/filename=/customdist.iso boot=casper file=/cdrom/preseed/custom.seed noprompt text --
initrd (loop)/casper/initrd.lz
}
It gives something like file not found. I had customdist.iso under the root of the USB just like Ubuntu Desktop is. Also I noticed custom.seed is used so I changed that as well. Whats wrong?
Do you have any advice for noobs how to start using GRUB2? I never really get what the commands like find, loopback or what the long line linux (loop)/casper/vmlinuz ... file=/cdrom/preseed/custom.seed noprompt text -- do.
I suppose the simplest is just learn to boot everything from ISO?