machyve / xhyve

xhyve, a lightweight OS X virtualization solution
Other
6.43k stars 353 forks source link

can't boot Redhat 8.1 - vm exit VMX 33 #180

Closed danmack closed 4 years ago

danmack commented 4 years ago

When attempting to boot a stock RH81 system, I get the following running on macOS Catalina 10.15.1.

Booting tinylinux and FreeBSD work fine. Any ideas?

vm exit[0] reason VMX rip 0x000000000009e019 inst_length 3 status 0 exit_reason 33 qualification 0x0000000000000000 inst_type 0 inst_error 0

Attempting to boot like this:

$XHYVE \ -A \ -m 8G -c 1 \ -s 0:0,hostbridge \ -s 2:0,virtio-net \ -s 3:0,ahci-cd,$BOOTVOLUME \ -s 4:0,virtio-blk,$DISKFILE \ -s 31,lpc \ -l com1,stdio \ -f kexec,$LIBEXEC/vmlinuz,$LIBEXEC/initrd.img,"earlyprintk=serial console=ttyS0"

joshgoebel commented 4 years ago

Ditto, but with MX Linux. Any luck?

joshgoebel commented 4 years ago

Using the --HEAD flag with home-brew resolved this for me... I removed 0.2.0 and installed HEAD.

danmack commented 4 years ago

thank you, using --HEAD worked.