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

xen em centos, mas grub2 (debian squeeze)



ola a todos...

estou tentando e buscando aprender xen (ou básico dele.)

coloquei no centos via pacotes xen, tudo ok. ai no grub dele esta:

title CentOS (2.6.18-238.9.1.el5xen)
http://paste.xen-br.org/p/2fb33aae

esta usando ok...ai fui instalar o debian e informei pra gravar o grub, e ai grub2 do debian que esta valendo.

http://paste.xen-br.org/p/ec5fc628

# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda2.
menuentry "CentOS (2.6.18-238.9.1.el5xen) (on /dev/sda2)" {
        insmod multiboot
    set root=(hd0,msdos2)
    search --no-floppy --fs-uuid --set 5339fa09-26f5-466d-8a8b-49d5b7bfc5d8
    multiboot /boot/xen.gz-2.6.18-238.9.1.el5 dom0_mem=500M dom0_max_vcpus=1
        module /boot/vmlinuz-2.6.18-238.9.1.el5xen dummy=dummy ro root=LABEL=/
        module /boot/initrd-2.6.18-238.9.1.el5xen.img
}

acontece este erro:

(XEN) Mismatch between Xen and DOM0 kernel
(XEN)
(XEN) ****************************************
(XEN) Panic on CPU 0:
(XEN) Could not set up DOM0 guest OS
(XEN) ****************************************
(XEN)
(XEN) Reboot in five seconds...



menuentry "CentOS (2.6.18-238.9.1.el5) (on /dev/sda2)" {
    set root=(hd0,msdos2)
    search --no-floppy --fs-uuid --set 5339fa09-26f5-466d-8a8b-49d5b7bfc5d8
    linux /boot/vmlinuz-2.6.18-238.9.1.el5 ro root=LABEL=/
    initrd /boot/initrd-2.6.18-238.9.1.el5.img
}

este funciona perfeitamente..mas sem xen.

no grub atual, vai tudo ok debian, ubuntu e centos sem xen...somente o kernel centos com xen esta dando este erro. que antes nem ligava.

as linhas:

    insmod multiboot
    multiboot /boot/xen.gz-2.6.18-238.9.1.el5 dom0_mem=500M dom0_max_vcpus=1
    module /boot/vmlinuz-2.6.18-238.9.1.el5xen dummy=dummy ro root=LABEL=/

coloquei segundo este textos.
http://wiki.xensource.com/xenwiki/XenCommonProblems#head-d038e27f4f3ad6b96ef1643c1812237cb1408730
http://xen.1045712.n5.nabble.com/Strange-interaction-from-grub2-and-XEN-td2573358.html

aguem tem alguma sugestão? de como resolver isso. pois grub esta ok...carrega todos...menos o xen.


na lista do grub se fala umas coisas...mas nenhuma se rolou...nem carregar o xen.gz ia.

Re: how to multiboot xen with grub2 on Ubuntu
http://lists.gnu.org/archive/html/help-grub/2011-03/msg00010.html

Reply to: