Displaying 1 result from an estimated 1 matches for "935213fd".
2010 Oct 14
1
Bug#600241: Xen Hypervisor can only boot if "acpi=off" parameter is used.
...re detect.
Xen grub entry:
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-xen-amd64 and XEN
4.0-amd64' --class debian --class gnu-linux --class gnu --class os
--class xen {
insmod part_msdos
insmod ext2
set root='(hd0,msdos2)'
search --no-floppy --fs-uuid --set 935213fd-c3c6-49ad-b818-a3b67704c585
echo 'Loading Linux 2.6.32-5-xen-amd64 ...'
multiboot /xen-4.0-amd64.gz placeholder acpi=off
module /vmlinuz-2.6.32-5-xen-amd64 placeholder
root=/dev/mapper/main-root ro quiet
echo 'Loading initial ramdisk ...'
module...