Hi all,
I'm new to bhyve -- just started playing with it yesterday -- but I'm no stranger to virtualization or FreeBSD.
Anyway, after poring through man pages, tutorials, the handbook, etc. I was able to create a nifty test VM running FreeNAS using the vmrun.sh script. Nice! Now I'm looking to play with a few more options than the vmrun.sh script is giving me. I'm trying to run the VM with the bhyve loader directly and it's giving me this:
The path to my disk image is correct:
Which means it's not liking one of my other arguments. I pretty much copy/pasted them from the example in the man page. Any advice? Does bhyve in FreeBSD 10.1 have different syntax than what is documented in the handbook? I know it's under heavy development.
Thanks!
I'm new to bhyve -- just started playing with it yesterday -- but I'm no stranger to virtualization or FreeBSD.
Anyway, after poring through man pages, tutorials, the handbook, etc. I was able to create a nifty test VM running FreeNAS using the vmrun.sh script. Nice! Now I'm looking to play with a few more options than the vmrun.sh script is giving me. I'm trying to run the VM with the bhyve loader directly and it's giving me this:
Code:
[root@Phong /VMs/images]# bhyve -c 4 -s 0,hostbridge -s 1,lpc -s 2,virtio-blk,./freenas.img -l com1,stdio -A -H -P -m 8G testvm
vm_open: Invalid argument
Code:
[root@Phong /VMs/images]# ls
freenas.img
Thanks!