Versions
FreeBSD: 12.2-RELEASE-p12 FreeBSD 12.2-RELEASE-p12
alpine-virt-3.16.2-x86_64.iso
Problem
At the moment I try to run Alpine linux with bhyve.
Thank you!
FreeBSD: 12.2-RELEASE-p12 FreeBSD 12.2-RELEASE-p12
alpine-virt-3.16.2-x86_64.iso
Problem
At the moment I try to run Alpine linux with bhyve.
- First I created a zfs volume
sudo zfs create -V10G -o volmode=dev zroot/alpinevm
- Then I started a vm with bhyve
sudo bhyve -AHP -s 0:0,hostbridge -s 1:0,lpc \-s 2:0,virtio-net,tap0 -s3:0,virtio-blk,/dev/zvol/zroot/alpinevm \
-s 4:0,ahci-cd,./alpine-virt-3.16.2-x86_64.iso -c 4 -m 1024M \
-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CSM.fd \
-l com1,/dev/nmdm0A \
guest3
- Now I can see a error message
Code:Error 6126 - Input file does not appear to be an ASL or data table source file
- If I try to connect to the console of the guest. I can connect, but then the console is freezing
Code:sudo cu -l /dev/nmdm0BPassword: Stale lock on nmdm0B PID=3678... overriding. Connected
Thank you!