Create a VM running Ubuntu. Use a modern version.
Great thanks for the original guide: https://gist.github.com/jgautsch/9157402
# Update Ubuntu
sudo apt-get update
# Upgrade Ubuntu
sudo aptitude upgradeCreate a VM running Ubuntu. Use a modern version.
Great thanks for the original guide: https://gist.github.com/jgautsch/9157402
# Update Ubuntu
sudo apt-get update
# Upgrade Ubuntu
sudo aptitude upgrade| wget --no-check-certificate https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64-disk-kvm.img | |
| After we create a BHYVE VM with blank IMAGE | |
| and we deploy it, after we stop it. | |
| Update bootrom | |
| vmadm update <vm_uuid> bootrom=/usr/share/bhyve/uefi-rom.bin | |
| es: | |
| vmadm update a5ba7c78-1e03-4692-93ae-9586c9760606 bootrom=/usr/share/bhyve/uefi-rom.bin |
| vmadm list |grep run |awk '{print $1}' |