NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: wsconscfg: Cannot open `/dev/ttyEcfg': Device not configured



On Mon, 8 Dec 2025 21:46:41 +0000
void <void%f-m.fm@localhost> wrote:

> I just use a script:

From the usability perspective I find FreeBSD base Bhyve implementation
to be half baked (same goes for jails and epair nonsense). Luckily there
is a package to supplement base Bhyve components. Here is how I use it:

# pkg install vm-bhyve bhyve-firmware edk2-bhyve grub2-bhyve

# vi /etc/rc.conf
vm_enable="YES"
vm_dir="zfs:zroot/vm-bhyve"
vm_list=""
vm_delay=1

And then vm-bhyve provides all the managements commands like create,
configure, install, list, start, stop, etc.

Search vm-bhyve and look at their documentation and examples. Good luck
with your projects.


Home | Main Index | Thread Index | Old Index