Hi, All I'm trying to boot Xen4.2 on my mac pro. The menuentry of xen in grub2 is:
menuentry 'Ubuntu GNU/Linux, with Xen 4.2-unstable and Linux
3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os
--class xen {
insmod part_gpt
insmod ext2
set root='(hd0,gpt4)'
search --no-floppy --fs-uuid --set=root
527a962c-4102-4882-a987-1c2bfe374bbf
echo 'Loading Xen 4.2-unstable ...'
multiboot /boot/xen-4.2-unstable.gz placeholder
echo 'Loading Linux 3.0.0-12-generic ...'
module /boot/vmlinuz-3.0.0-12-generic placeholder
root=UUID=527a962c-4102-4882-a987-1c2bfe374bbf ro quiet splash
echo 'Loading initial ramdisk ...'
module /boot/initrd.img-3.0.0-12-generic
}
And when I choose the menu entry to boot, It gives me the following
information, then monitor is turn off and laptop hanged.
Loading Xen 4.2-unstable...
WARNING: no console will be available to OSLoading Linux 3.0.0-12-generic
...
Loading initial ramdisk ....
Can anyone tell me how to fix it ? Thank you in advance. The attachment is
my grub.cfg.
Regards
Wang Zhihao
grub.cfg
Description: Binary data
_______________________________________________ Help-grub mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-grub
