help installing bhyve guest

Aryeh Friedman aryeh.friedman at gmail.com
Wed Jul 3 15:19:01 UTC 2013


I am attempting to make the following install script to work:

truncate -s 80G disk
ifconfig tap3 down
ifconfig tap3 up
/usr/sbin/bhyvectl --vm=lts --destroy
/usr/sbin/bhyveload -m 4096 -d lts.iso lts
/usr/sbin/bhyve -c 3 -m 4096 -AI -H -P -g 0 -s 0:0,hostbridge -s
1:0,virtio-net,tap3 -s 2:0,virtio-blk,disk -s 3:0,virtio-blk,lts.iso
-S
 31,uart,stdio lts

Note that the final target of the install is Ubuntu 12.04 LTS but I
was using the latest 10-CURRENT release.iso to make sure I was doing
nothing weird.   vmrun.sh works on the second but have not tested the
first.

Currently the only output I get is (and then it freezes):

Consoles: userboot

FreeBSD/amd64 User boot, Revision 1.1
(aryeh at vcloud, Tue Jun 25 00:58:25 EDT 2013)
\
can't load 'kernel'

Type '?' for a list of commands, 'help' for more detailed help.
OK quit
vm exit[0]
	reason		VMX
	rip		0x0000000000000000
	inst_length	0
	error		0
	exit_reason	33
	qualification	0x0000000000000000


More information about the freebsd-virtualization mailing list