- Code: Select all
menuentry "Ubuntu Live 10.10 32bit" {
loopback loop /boot/iso/ubuntu-10.10-desktop-i386.iso
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/boot/iso/ubuntu-10.10-desktop-i386.iso noeject noprompt --
initrd (loop)/casper/initrd.lz
}
And it's workes fine. Now i'm trying to add a sabayon using some like this:
- Code: Select all
menuentry "Sabayon 5.5 G" {
loopback loop /boot/iso/Sabayon_Linux_5.5_x86_G.iso
linux (loop)/boot/sabayon boot=/ iso-scan/filename=/boot/iso/Sabayon_Linux_5.5_x86_G.iso noeject noprompt --
initrd (loop)/boot/sabayon.igz
}
And nothing work. What parameters i should put into grub.cfg file to load sabayon from the iso image from flash drive?
