Am 03.07.2012 15:45, schrieb Poncho:
> I can boot the systemrescuecd from /boot/systemrescuecd-x86-2.8.0.iso on
> lvm. No raid though.
>
> menuentry "SystemRescueCD" {
> set isofile=/systemrescuecd-x86-2.8.0.iso
> loopback loop $isofile
> linux (loop)/isolinux/rescue64 docache isoloop=$isofile
> initrd (loop)/isolinux/initram.igz
> }
I had to use
set isofile=/boot/systemrescuecd-x86-2.8.0.iso
but then it worked. Yes, thanks! (that isoloop= option was new to me)
Now looking at the grml-options, just curious.
Stefan