Hi.
I've try to find anything on FreeBSD to run virtual machines. Looks like XEN is not ready (my system is reboot on booting kernel with xen). After some hours in google i successfully run bhyve with FreeBSD guest. But I would also like to get Linux in bhyve. And i do not understand how to use it with graphics support. To get VNC or something, i install virt-manager. But when i try to run any guest in virt-manager via bhyve, i've got:
What the I might have missed? And if there's something works in FreeBSD (except VBOX)? or any bhyve front-end with video support?
My FreeBSD box: FreeBSD 10.3-RC1 amd64. Hardware: Core(TM) i5-2430M CPU @ 2.40GHz
I've try to find anything on FreeBSD to run virtual machines. Looks like XEN is not ready (my system is reboot on booting kernel with xen). After some hours in google i successfully run bhyve with FreeBSD guest. But I would also like to get Linux in bhyve. And i do not understand how to use it with graphics support. To get VNC or something, i install virt-manager. But when i try to run any guest in virt-manager via bhyve, i've got:
Code:
Unable to complete install: 'internal error: cannot determine default video type'
Traceback (most recent call last):
File "/usr/local/share/virt-manager/virtManager/asyncjob.py", line 89, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/local/share/virt-manager/virtManager/create.py", line 1873, in do_install
guest.start_install(meter=meter)
File "/usr/local/share/virt-manager/virtinst/guest.py", line 414, in start_install
noboot)
File "/usr/local/share/virt-manager/virtinst/guest.py", line 478, in _create_guest
dom = self.conn.createLinux(start_xml or final_xml, 0)
File "/usr/local/lib/python2.7/site-packages/libvirt.py", line 3595, in createLinux
if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self)
libvirtError: internal error: cannot determine default video type
What the I might have missed? And if there's something works in FreeBSD (except VBOX)? or any bhyve front-end with video support?
My FreeBSD box: FreeBSD 10.3-RC1 amd64. Hardware: Core(TM) i5-2430M CPU @ 2.40GHz