help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Waring : no console will be available to OSLoading Linux 3.0.0-12-generi


From: zhihao wang
Subject: Waring : no console will be available to OSLoading Linux 3.0.0-12-generic...
Date: Fri, 13 Apr 2012 20:13:47 +0800

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

Attachment: grub.cfg
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]