From owner-freebsd-virtualization@freebsd.org Fri May 28 14:08:14 2021 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8C747654137 for ; Fri, 28 May 2021 14:08:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Fs63L3NJ7z3NJH for ; Fri, 28 May 2021 14:08:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 72343654136; Fri, 28 May 2021 14:08:14 +0000 (UTC) Delivered-To: virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 71F70654424 for ; Fri, 28 May 2021 14:08:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fs63L2jy7z3NNn for ; Fri, 28 May 2021 14:08:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C30C185DD for ; Fri, 28 May 2021 14:08:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 14SE8E3Y012458 for ; Fri, 28 May 2021 14:08:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 14SE8E3C012457 for virtualization@FreeBSD.org; Fri, 28 May 2021 14:08:14 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 256159] Windows10 with bhyve on i5-5200U can not boot Date: Fri, 28 May 2021 14:08:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bhyve X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: alex@alexmihajlov.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: virtualization@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2021 14:08:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256159 --- Comment #7 from Aleks Michajlow --- I download ISO from=20 https://www.microsoft.com/de-de/software-download/windows10ISO und start Virtual Machine with configuration $ cat windows10.conf=20 loader=3D"uefi" graphics=3D"yes" xhci_mouse=3D"yes" cpu=3D2 memory=3D4G graphics_port=3D"5900" graphics_res=3D"1024x768" xhci_mouse=3D"yes" virt_random=3D"yes" debug=3D"yes" ahci_device_limit=3D"8" network0_type=3D"e1000" network0_switch=3D"public" disk0_type=3D"ahci-hd" disk0_name=3D"disk0.img" disk0_dev=3D"image" utctime=3D"no" uuid=3D"3090c18f-02a8-4083-b857-6364eceb7eb6" network0_mac=3D"58:9c:fc:04:61:cb" VM crached after run on step "Press any key to boot from CD..."=20 logs vm: $ cat vm-bhyve.log=20 May 28 16:57:44: generated static mac 58:9c:fc:04:61:cb (based on 'windows10:0:1622210264:0') May 28 17:02:00: initialising May 28 17:02:00: [loader: uefi] May 28 17:02:00: [cpu: 2] May 28 17:02:00: [memory: 4G] May 28 17:02:00: [hostbridge: standard] May 28 17:02:00: [com ports: com1] May 28 17:02:00: [uuid: 3090c18f-02a8-4083-b857-6364eceb7eb6] May 28 17:02:00: [utctime: no] May 28 17:02:00: [debug mode: yes] May 28 17:02:00: [primary disk: disk0.img] May 28 17:02:00: [primary disk dev: image] May 28 17:02:00: initialising network device tap2 May 28 17:02:00: adding tap2 -> vm-public (public addm) May 28 17:02:00: bring up tap2 -> vm-public (public addm) May 28 17:02:00: booting May 28 17:02:00: [bhyve options: -c 2 -m 4G -Hwl bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd -U 3090c18f-02a8-4083-b857-6364eceb7eb6] May 28 17:02:00: [bhyve devices: -s 0,hostbridge -s 31,lpc -s 4:0,ahci,hd:/vm/windows10/disk0.img -s 5:0,e1000,tap2,mac=3D58:9c:fc:04:61:= cb -s 6:0,virtio-rnd -s 7:0,fbuf,tcp=3D0.0.0.0:5900,w=3D1024,h=3D768,wait -s 8:0,xhci,tablet] May 28 17:02:00: [bhyve console: -l com1,/dev/nmdm-windows10.1A] May 28 17:02:00: [bhyve iso device: -s 3:0,ahci-cd,/vm/.iso/Win10_21H1_German_x64.iso,ro] May 28 17:02:00: starting bhyve (run 1) May 28 17:02:15: bhyve exited with status 134 May 28 17:02:15: destroying network device tap2 May 28 17:02:15: stopped $ cat bhyve.log=20 vm exit[0] reason VMX rip 0x0000000001e50a67 inst_length 2 status 0 exit_reason 2 (Triple fault) qualification 0x0000000000000000 inst_type 0 inst_error 0 --=20 You are receiving this mail because: You are the assignee for the bug.=