Hacker News new | ask | show | jobs
by wkat4242 955 days ago
Yeah the thing is that bhyve doesn't seem to have an emulated console like the other virtualization solutions out there. That makes things a little more cumbersome.

I'm not even talking about 3D passthrough. Just a fake VGA adapter you can see in a window so you can run an installer.

1 comments

It provides a graphical console over VNC: https://github.com/churchers/vm-bhyve/wiki/UEFI-Graphics-(VN...
Oh that's not too bad, I thought graphics always needed host OS network support. I'll try it, thanks!