Hi, running Home Assistant in a VM for quite awhile now, but after the upgrade, the VM will not start. The logs show an exit code I cannot find
My config which is unchanged:
Any troubleshooting tips? The only other issue I have seen is the system was showing the incorrect time by about 30 minutes. However, networking is working fine.
I tried installing from scratch the same system, but the same problem with starting.
Code:
Feb 03 17:42:14: initialising
Feb 03 17:42:14: [loader: uefi]
Feb 03 17:42:14: [cpu: 4]
Feb 03 17:42:14: [memory: 4GB]
Feb 03 17:42:14: [hostbridge: standard]
Feb 03 17:42:14: [com ports: com1]
Feb 03 17:42:14: [uuid: 96476-REDACT]
Feb 03 17:42:14: [debug mode: no]
Feb 03 17:42:14: [primary disk: disk0.img]
Feb 03 17:42:14: [primary disk dev: file]
Feb 03 17:42:14: initialising network device tap0
Feb 03 17:42:14: adding tap0 -> vm-public (public addm)
Feb 03 17:42:14: bring up tap0 -> vm-public (public addm)
Feb 03 17:42:14: booting
Feb 03 17:42:14: [bhyve options: -c 4 -m 4GB -Hwl bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd -U 96476cda-REDACT -u]
Feb 03 17:42:14: [bhyve devices: -s 0,hostbridge -s 31,lpc -s 4:0,ahci-hd,/rtank/vm/hass/disk0.img -s 5:0,virtio-net,tap0,mac=58:REDACT -s 6:0,fbuf,tcp=XXX.XXX.XXX,XX:XXXX,w=800,h=600 -s 7:0,xhci,tablet]
Feb 03 17:42:14: [bhyve console: -l com1,/dev/nmdm-hass.1A]
Feb 03 17:42:14: starting bhyve (run 1)
Feb 03 17:42:14: bhyve exited with status 71
Feb 03 17:42:14: destroying network device tap0
Feb 03 17:42:14: stopped
Code:
loader="uefi"
graphics="yes"
xhci_mouse="yes"
#graphics_listen="XXX.XXX.XXX.XXX"
graphics_port="5900"
graphics_wait="no"
graphics_res="800x600"
cpu="4"
memory="4GB"
network0_type="virtio-net"
network0_switch="public"
disk0_type="ahci-hd"
disk0_name="disk0.img"
grub_run_partition="1"
grub_run_dir="/boot/grub"
uuid="96476cda-redacted"
network0_mac="58:redacted"
I tried installing from scratch the same system, but the same problem with starting.
Last edited by a moderator: