Package: xen-hypervisor
Version: 4.0.1-2

Distribution : Debian GNU/Linux 6.0 Squeeze
Hardware: Dell Optiplex 360
CPU: Pentium(R) Dual-Core  CPU      E5300  @ 2.60GHz

Xen system can't boot with this package.
I configured Xen according official wiki http://wiki.debian.org/Xen

aptitude -P install xen-linux-system
mv -i /etc/grub.d/10_linux /etc/grub.d/21_linuxupdate-grub
chmod +x /etc/xen/scripts/*


Got two boot entries after updated grub.
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-xen-686 and XEN 4.0-
i386' --class debian --class gnu-linux --class gnu --class os --class
xen {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set
1a7affa4-0ad6-4de8-93a0-733ccbfa125b
        echo    'Loading Linux 2.6.32-5-xen-686 ...'
        multiboot       /xen-4.0-i386.gz placeholder
        module  /vmlinuz-2.6.32-5-xen-686 placeholder
root=UUID=29c44218-b83d-467b-bdd0-8260f613427a ro  quiet
        echo    'Loading initial ramdisk ...'
        module  /initrd.img-2.6.32-5-xen-686
}

menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-xen-686' --class
debian --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set
1a7affa4-0ad6-4de8-93a0-733ccbfa125b
        echo    'Loading Linux 2.6.32-5-xen-686 ...'
        linux   /vmlinuz-2.6.32-5-xen-686 root=UUID=29c44218-b83d-467b-
bdd0-8260f613427a ro  quiet
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-2.6.32-5-xen-686
}

The second boot entry works well and shows using a Xen modified kernel.But
when I ran xm I got an error output:
WARNING! Can't find hypervisor information in sysfs!
Error: Unable to connect to xend: No such file or directory. Is xend
running?
So I select the first boot entry which will boot with xen-hypervisor, but I
got a mess of messages and it can't boot up.
-- 
Best Regards.
Leftuesc

Reply via email to