Re: fatal; loader returned error 139

2021-02-05 Thread Yuri Pankov
KIRIYAMA Kazuhiko wrote: Hi, all Yesterday, I've updated 14.0-CURRENT and tried to start VM, filed to start with "loader returned error 139". VM log is as follows : root@vm:~ # tail -20 /vm/msrvkxb/vm-bhyve.log Feb 05 09:50:18: initialising Feb 05 09:50:18: [loader: bhyveload] Feb 05 09:50:18:

Re: bhyve entered ddb: Stopped at rdmsr

2020-09-01 Thread Yuri Pankov
Christian Barthel wrote: Hello, I switched my notebook from a ThinkPad X230 to ThinkPad T480 (each running 12.1). I noticed that one of my OpenBSD (6.3) bhyve VMs is not booting anymore. It stops with a debugger prompt: acpi0: sleep states S5 acpi0: tables DSDT FACP HPET APIC MCFG SPCR acpi0:

Re: bhyve/e1000: Assertion failed: (dtype == ntype), function e82545_transmit with win10 guest

2020-08-31 Thread Yuri Pankov
Steve Wills wrote: Hmm, I think I saw this when using the -W flag to bhyve and removing that avoided it. Yes, I should have provided the flags I'm running bhyve with, no -W: bhyve -DHSuw -c 4 -m 4G ... On 8/31/20 8:38 AM, Peter Grehan wrote: This appears to be an MP issue: if the number of v

Re: bhyve/e1000: Assertion failed: (dtype == ntype), function e82545_transmit with win10 guest

2020-08-30 Thread Yuri Pankov
Yuri Pankov wrote: I'm getting the following periodically when Windows 10 (2004) guest is booting: Assertion failed: (dtype == ntype), function e82545_transmit, file /usr/src/usr.sbin/bhyve/pci_e82545.c, line 1139. Abort trap It's especially unhelpful when booting the guest first

bhyve/e1000: Assertion failed: (dtype == ntype), function e82545_transmit with win10 guest

2020-08-30 Thread Yuri Pankov
I'm getting the following periodically when Windows 10 (2004) guest is booting: Assertion failed: (dtype == ntype), function e82545_transmit, file /usr/src/usr.sbin/bhyve/pci_e82545.c, line 1139. Abort trap It's especially unhelpful when booting the guest first time after installation as it

Re: NVMe and Bhyve

2019-02-07 Thread Yuri Pankov
Michael Reifenberger wrote: > Hi, > first I tried to install windows10 ltsc 2019 onto a nvme disk. > This failed, the windows installer did not find a disk to install. > > Then I tried the following setup: > ... > disk0_type="ahci-hd" > disk0_dev="zvol" > disk0_name="disk0" > disk1_type="nvme" > d

Re: vmrun.sh - how to pin vcpu to realcpu?

2018-11-22 Thread Yuri Pankov
tech-lists wrote: > Hi, > > As subject - how can I pin a VM that used 4x cpu (-c 4) to realcpu? > I know that it's the -p option but am unclear on the syntax. > > vmrun.sh gives the following for -p > > -p: pass-through a host PCI device at bus/slot/func (e.g. 10/0/0) > > but how to express thi

Re: bhyve VM using BHYVE_UEFI.fd gets EPT violation

2018-10-12 Thread Yuri Pankov
Matt Churchyard wrote: >> Hi, > >> I'm taking my first steps in using bhyve, and the first showstopper seems to >> be that using '-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd' gets >> me immediate vm exit with >exit_reason being 48 (EPT violation). > >> Relevant part of dmesg: > > F

bhyve VM using BHYVE_UEFI.fd gets EPT violation

2018-10-12 Thread Yuri Pankov
Hi, I'm taking my first steps in using bhyve, and the first showstopper seems to be that using '-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd' gets me immediate vm exit with exit_reason being 48 (EPT violation). Relevant part of dmesg: FreeBSD 12.0-ALPHA9 r339291 GENERIC amd64 FreeBSD