Ich bin gerade dem Xen Squeeze Tutorial gefolgt. Ich beginne mir mein XEN einzurichten und mein dom0 host ist per
Code: Alles auswählen
aptitude -P install xen-hypervisor-4.0-amd64 linux-image-xen-amd64
Code: Alles auswählen
kaze:/boot# ls
System.map-2.6.32-5-xen-amd64 bzImage-2.6.33.2 config-2.6.33.2 initrd.img-2.6.32-5-xen-amd64
System.map-2.6.33.2 bzImage-2.6.35.6 config-2.6.35.6 vmlinuz-2.6.32-5-xen-amd64
System.map-2.6.35.6 config-2.6.32-5-xen-amd64 grub xen-4.0-amd64.gz
Code: Alles auswählen
default 0
fallback 1
title 2.6.35.6
kernel (hd0,1)/boot//bzImage-2.6.35.6 root=/dev/sda2 panic=60 noapic acpi=off
title 2.6.32.3
kernel (hd0,1)/boot//bzImage-2.6.33.2 root=/dev/sda2 panic=60 noapic acpi=off
...
Code: Alles auswählen
kaze:/boot# update-grub(2)
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.32-5-xen-amd64
Found initrd image: /boot/initrd.img-2.6.32-5-xen-amd64
Found linux image: /boot/vmlinuz-2.6.32-5-xen-amd64
Found initrd image: /boot/initrd.img-2.6.32-5-xen-amd64
done
Code: Alles auswählen
aze:~# xm console mizu
WARNING! Can't find hypervisor information in sysfs!
Error: Unable to connect to xend: No such file or directory. Is xend running?
Beste Grüße,
zucki