I am trying to run linux as a guest on bhyve. I'm following the handbook (21.7) and all of the steps have gone fine up until the point I try to boot the kernel.
I tried using the verbose flag and no more info was printed. I'm pretty sure my CPU is supported (xeon X5670) as the kernel extensions loaded fine. Any help is appreciated! I'm not sure how to start debugging this.
Code:
# ls -l
device.map
ubuntu-14.04.4-server-amd64.iso
ubuntu.img
# more device.map
(hd0) ./ubuntu.img
(cd0) ./ubuntu-14.04.4-server-amd64.iso
# grub-bhyve -m device.map -r cd0 -M 2048 ubuntu
Could not create VM ubuntu
Error in initializing VM
I tried using the verbose flag and no more info was printed. I'm pretty sure my CPU is supported (xeon X5670) as the kernel extensions loaded fine. Any help is appreciated! I'm not sure how to start debugging this.