Hi,
i have the latest XEN unstable source from today (06.10.2005) and I'm not able to boot my xenU.
I got the following error, which i think is the reason why it can't mount the rootfs:
xen_blk: Initialising virtual block device driver
vbd: probe of vbd-2049 failed with error -22
Registering block device major 8
xen_net: Initialising virtual ethernet driver.
vif: probe of vif-1 failed with error -22
xen_net: Timeout connecting to device!
this is my config for this domain:
kernel = "/boot/vmlinuz-2.6.12-xenU"
ramdisk = "/boot/initrd.img-2.6.12-xenU"
memory = 256
name = "becki"
vcpus = 1
nics=1
disk = [ 'file:/data/dom_becki/os.img,sda1,w', 'file:/data/dom_becki/swap.img,sda2,w' ]
root = "/dev/sda1 ro"
extra = "2"
restart = 'onreboot'
I also tried to attach the files direktly to a loop device an changed the "disk" part in the config file:
disk = [ 'phy:/dev/loop0,sda1,w', 'phy:/dev/loop1,sda2,w' ]
But it doesn't help.
I googled and searched the xen mailarchive, but can't find any references to this problem. Can someone give
me a hint what to test next?
What exactly is this "error -22"?
Thanx in advance,
Jan
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|