Topic: [SOLVED] Boot directly from iso file on usb stick
Hi,
I want to create a usb-drive with multiple iso files on them and be able to boot from these directly using grub2.
So I have copied the gparted-iso to the usb and created a grub2 entry like this:
menuentry "Gparted 0.3.9.4" {
loopback loop /boot/iso/gparted-live-0.3.9-4.iso
linux (loop)/live/vmlinuz1 boot=live union=aufs
initrd (loop)/live/initrd1.img
}
But when I boot this option it fails. The kernels tries to boot and then fails after several retries with this message:
"unable to find medium containing the live file"
Which boot entry should I use to be able to boot directly from the iso file using grub2?