D
Deleted member 67862
Guest
Hello,
I am new to bhyve but I decided to go ahead and try it out. I need a Windows 10 vm for schoolwork and want to make use of bhyve. I've been following this guide completely, though instead of /vm I put the directory in /usr/vm and my vm is named win10.
Everything has worked up until the point of installing Windows 10 (
Originally I had ran this twice and it was first locked and then in the "Stopped" state. But after running the install command this last time has left it in "Locked" state with no way to view the virtual machine (Update: it stopped again). Any input/help is appreciated.
I am new to bhyve but I decided to go ahead and try it out. I need a Windows 10 vm for schoolwork and want to make use of bhyve. I've been following this guide completely, though instead of /vm I put the directory in /usr/vm and my vm is named win10.
Everything has worked up until the point of installing Windows 10 (
vm create -t windows -s 40G win10
). It seems that as soon as the vm is spun up, its locked or stops. When trying to view localhost:5900 with vncviewer, I get a "vncviewer: VNC server closed connection" error. This is what vm list
looks like promptly after installing or starting the vm:
Code:
hunter@mybsdpc:/usr/vm % sudo vm list
NAME DATASTORE LOADER CPU MEMORY VNC AUTOSTART STATE
win10 default uefi 2 2G 0.0.0.0:5900 No Locked (mybsdpc)
Originally I had ran this twice and it was first locked and then in the "Stopped" state. But after running the install command this last time has left it in "Locked" state with no way to view the virtual machine (Update: it stopped again). Any input/help is appreciated.