I am trying to save a CD and boot of a flash drive. I have grub2, i think. I am using this in my config file:

set isofile_trisquel="/trisquel.iso"
menuentry "Trisquel" {
 loopback loop  (hd0,0)$isofile_trisquel
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile_trisquel noeject noprompt nosplash --
 initrd (loop)/casper/initrd.lz
}

I get kernel panic and a moan about the boot code/pram/cheat "root=". I have tried guessing because I can't find any doc, adding: "root=0,0" or "root=UUID=<uuid num>" of course both failed.

Reply via email to