Gentoo Archives: gentoo-user

From: Poncho <poncho@××××××.ch>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Grub2 and is the upgrade a tooth puller.
Date: Tue, 03 Jul 2012 13:48:05
Message-Id: 4FF2F780.50808@spahan.ch
In Reply to: Re: [gentoo-user] Re: Grub2 and is the upgrade a tooth puller. by "Stefan G. Weichinger"
1 On 03.07.2012 12:32, Stefan G. Weichinger wrote:
2 > Am 02.07.2012 14:11, schrieb Stefan G. Weichinger:
3 >
4 >> I don't really need UUID working, but it would be fine to debug this,
5 >> just to know about the issue.
6 >
7 > Aside from the UUID-issue I am fiddling with booting ISOs from hdd.
8 >
9 > Numerous howtos, but I think it doesn't work with isos on LVM and/or
10 > RAID ... sigh. One ubuntu-howto said that, so I even tried to store the
11 > files on an NTFS partition ... no success so far.
12 >
13 > Anyway. Grub 2 boots, good enough for me now ;-)
14 >
15 > S
16 >
17 >
18 >
19
20 I can boot the systemrescuecd from /boot/systemrescuecd-x86-2.8.0.iso on
21 lvm. No raid though.
22
23 menuentry "SystemRescueCD" {
24 set isofile=/systemrescuecd-x86-2.8.0.iso
25 loopback loop $isofile
26 linux (loop)/isolinux/rescue64 docache isoloop=$isofile
27 initrd (loop)/isolinux/initram.igz
28 }

Replies

Subject Author
Re: [gentoo-user] Re: Grub2 and is the upgrade a tooth puller. "Stefan G. Weichinger" <lists@×××××.at>