Hi there guys.
Did someone was able to install FreeBSD as DomU, I've been playing
around with it for a couple of hour, I was able to install it
version 7.2 i386 only, but then I cannot boot it, I'm using pygrub, here
is my config, version 8.0-RELEASE, i386 and amd64 just panic.
bootloader = '/usr/bin/pygrub'
builder='hvm'
memory = 512
name = "freebsd"
vif = [ 'mac=00:16:3E:52:CB:81, bridge=eth0, vifname=freebsd' ]
disk = [ 'phy:/dev/NETWARRIOR/LXVIRTUAL1,ioemu:hda,w']
When trying to create the DomU I get.
Error: Domain 'freebsd' does not exist
--
xend.log
return map(lambda x: self.configuration(x, transaction),
self.deviceIDs(transaction))
File
"/usr/lib64/python2.6/site-packages/xen/xend/server/DevController.py",
line 242, in <lambda>
return map(lambda x: self.configuration(x, transaction),
self.deviceIDs(transaction))
File
"/usr/lib64/python2.6/site-packages/xen/xend/server/DevController.py",
line 249, in configuration
configDict = self.getDeviceConfiguration(devid, transaction)
File
"/usr/lib64/python2.6/site-packages/xen/xend/server/ConsoleController.py",
line 27, in getDeviceConfiguration
devinfo = self.readBackendTxn(transaction, devid, *self.valid_cfg)
File
"/usr/lib64/python2.6/site-packages/xen/xend/server/DevController.py",
line 447, in readBackendTxn
raise VmError("Device %s not connected" % devid)
VmError: Device 0 not connected
Any Ideas?
Thanks in advance.
Regards
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|