On 03.07.2012 12:32, Stefan G. Weichinger wrote:
> Am 02.07.2012 14:11, schrieb Stefan G. Weichinger:
> 
>> I don't really need UUID working, but it would be fine to debug this,
>> just to know about the issue.
> 
> Aside from the UUID-issue I am fiddling with booting ISOs from hdd.
> 
> Numerous howtos, but I think it doesn't work with isos on LVM and/or
> RAID ... sigh. One ubuntu-howto said that, so I even tried to store the
> files on an NTFS partition ... no success so far.
> 
> Anyway. Grub 2 boots, good enough for me now ;-)
> 
> S
> 
> 
> 

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
}



Reply via email to