|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] domU image with "VmError: Invalid mode" information
> Hi,
>
> I am trying to use domU image in my Xen system.
> My domU configuration file "xmdomU"is as following:
>
> kernel = "/boot/vmlinuz-2.6.18.8-xen"
> ramdisk = "/boot/initrd-2.6.18.8-xen.img"
> memory = 256
> name = "ExampleDomain01"
> vif = [ '' ]
> disk = [ 'tap:aio:/srv/xenimage/XenGuest1.img, xvda1, w',
Try getting rid of the spaces, especially between the ',' and the 'w',
so it would become:
'tap:aio:/srv/xenimage/XenGuest1.img,xvda1,w',
James
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|