You are not logged in.
Hi,
I have managed to boot my Arch x64 Xen dom0, but failed trying to boot the guest. The domU config likes this:
name = "arch0"
memory = 512
kernel = "/boot/vmlinuz-linux"
ramdisk = "/boot/initramfs-linux-xenU.img"
disk = [ 'file:/root/domU.img,sda,w' ]
root = "/dev/sda ro console=hvc0"
#vif = [ 'mac=08:00:27:eb:41:01' ]
#hostname = "arch_domU0"
and here is the /var/log/xen/xend.log: http://pastie.org/3570490
On the client, the error message I saw was:
Error: Device 2048 (vbd) could not be connected. Hotplug scripts not working.
If I uncomment the 'vif' line, the start up process hangs even earlier, and says (vif) could not be connected.
Offline