When trying to install Devuan Linux as a bhyve virtual machine, there's an error:
The template devuan.conf is:
I've enabled AMD_Vi passthrough in /boot/loader.conf as it's said to be disable by default:
I've enabled AMD_Vi passthrough in /boot/loader.conf as it's said to be disable by default:
Code:
# vm install -f devuan devuan_beowulf_3.1.1_amd64_desktop-live.iso
Starting devuan
* found guest in /zroot/vm/devuan
* booting...
Consoles: userboot
FreeBSD/amd64 User boot lua, Revision 1.2
ERROR: cannot open /boot/lua/loader.lua: no such file or directory.
Type '?' for a list of commands, 'help' for more detailed help.
OK quit
unknown command
OK quit
The template devuan.conf is:
Code:
# grep -v '^#' devuan.conf
loader="grub"
loader_timeout="3"
cpu=1
memory=2G
wired_memory="yes"
utctime="yes"
network0_type="virtio-net"
network0_switch="public"
disk0_type="ahci-hd"
disk0_name="disk0"
disk0_dev="file"
grub_run_partition="1"
grub_run_dir="/boot/grub"
virt_random="2"
I've enabled AMD_Vi passthrough in /boot/loader.conf as it's said to be disable by default:
Code:
hw.vmm.amdvi.enable=1
Last edited by a moderator: