This is some dmesg output on the host:
I run the following command with sysutils/bhyve-firmware:
When I connect the guest with VNC and "press any key", I can see the Windows logo. After this, VNC is automatically done and the terminal shows:
I verified the ISO checksum and it's right. If I replace win10 ISO with win2016&2019 ISO, everything is fine.
What's the problem? Thanks.
Code:
---<<BOOT>>---
Copyright (c) 1992-2020 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 12.2-RELEASE-p3 GENERIC amd64
FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c
611aa2)
VT(efifb): resolution 1024x768
CPU: Intel(R) Xeon(R) CPU E5-4620 v3 @ 2.00GHz (1997.73-MHz K8-class CPU)
Origin="GenuineIntel" Id=0x306f2 Family=0x6 Model=0x3f Stepping=2
Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PS
E36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
Features2=0x7ffefbff<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA,CX1
6,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C
,RDRAND>
AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
AMD Features2=0x21<LAHF,ABM>
Structured Extended Features=0x37ab<FSGSBASE,TSCADJ,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM
,NFPUSG>
Structured Extended Features3=0x9c000400<MD_CLEAR,IBPB,STIBP,L1DFL,SSBD>
XSAVE Features=0x1<XSAVEOPT>
VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID,VID,PostIntr
TSC: P-state invariant, performance statistics
real memory = 412316860416 (393216 MB)
avail memory = 401743728640 (383132 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: <HP ProLiant>
FreeBSD/SMP: Multiprocessor System Detected: 80 CPUs
FreeBSD/SMP: 4 package(s) x 10 core(s) x 2 hardware threads
I run the following command with sysutils/bhyve-firmware:
Code:
bhyve -AHP -c cpus=4,sockets=1,cores=2,threads=2 -m 16g -s 0,hostbridge -s 31,lpc \
-s 1:0,ahci-cd,/root/win10-20h2.iso \
-s 1:1,ahci-hd,/dev/zvol/zroot/win10sys \
-s 1:2,ahci-hd,/dev/zvol/zroot/win10data \
-s 2,e1000,tap0 -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \
-s 3:0,fbuf,tcp=54321,w=1920,h=1080,wait -s 3:1,xhci,tablet win10
When I connect the guest with VNC and "press any key", I can see the Windows logo. After this, VNC is automatically done and the terminal shows:
Code:
fbuf frame buffer base: 0xc42600000 [sz 16777216]
Unhandled ps2 keyboard command 0x02
Unhandled ps2 keyboard command 0x02
Unhandled ps2 keyboard command 0x02
rdmsr to register 0x3a on vcpu 0
vm exit[0]
reason VMX
rip 0x0000000001a40cdf
inst_length 3
status 0
exit_reason 2 (Triple fault)
qualification 0x0000000000000000
inst_type 0
inst_error 0
Abort trap
I verified the ISO checksum and it's right. If I replace win10 ISO with win2016&2019 ISO, everything is fine.
What's the problem? Thanks.