Bug#583071: initramfs-tools: initrd.img fails to boot with xen
Asias He
asias.hejun at gmail.com
Wed May 26 01:08:43 UTC 2010
On Tue, May 25, 2010 at 4:29 PM, Ian Campbell <ijc at hellion.org.uk> wrote:
> On Tue, 2010-05-25 at 23:38 +0800, Asias He wrote:
>
> This is a known issue due to the grub2 maintainers arbitrarily changing
> the semantics of the modules lines compared with grub1.
Is it necessary to file a bug to grub2, or there is already one?
And the update-grub allways add the dom0 kernel only entry to grub.cfg
instead of add xen.gz combined with the dom0 kernel.
menuentry "Debian GNU/Linux, with Linux 2.6.32-5-xen-686" --class
debian --class gnu-linux --class gnu --class os {
insmod ext2
set root='(/dev/sda,5)'
search --no-floppy --fs-uuid --set c006ca40-0b79-426e-b8d3-5fa5b3696bea
echo Loading Linux 2.6.32-5-xen-686 ...
linux /boot/vmlinuz-2.6.32-5-xen-686 root=/dev/sda5 ro
quiet vga=0x317
echo Loading initial ramdisk ...
initrd /boot/initrd.img-2.6.32-5-xen-686
}
>
> Please see the section of http://wiki.xen.org/xenwiki/XenCommonProblems
> titled "Booting Xen with GRUB2 fails?" for a workaround.
thanks for the workaround.
--
Best Regards
Asias He
More information about the Pkg-grub-devel
mailing list