From owner-freebsd-virtualization@freebsd.org Mon Nov 9 10:47:17 2015 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EBAFA297EA for ; Mon, 9 Nov 2015 10:47:17 +0000 (UTC) (envelope-from matt.churchyard@userve.net) Received: from smtp-outbound.userve.net (smtp-outbound.userve.net [217.196.1.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.userve.net", Issuer "Go Daddy Secure Certificate Authority - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ECCE3111B for ; Mon, 9 Nov 2015 10:47:16 +0000 (UTC) (envelope-from matt.churchyard@userve.net) Received: from owa.usd-group.com (owa.usd-group.com [217.196.1.2]) by smtp-outbound.userve.net (8.15.1/8.15.1) with ESMTPS id tA9Al1pA032424 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Mon, 9 Nov 2015 10:47:05 GMT (envelope-from matt.churchyard@userve.net) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=userve.net; s=201508; t=1447066025; bh=jUw2+vjAa+Wrm0GknSqrR0TRb8sGuyL8P4upP4BYvH8=; h=From:To:Subject:Date:References; b=oULoup7jXfyhXm9JqFuuxe+hUJQQ87X/F52XIkXw1R2oiqS+U4b+eCtKre1dJbJvS DBC0pl4HKmUwuX2CDLCW8nmrNF47vI6RbRSnz9jDtoNOtpu9+8+qc/eAcRfyAdmcw7 jPKJPUPSJRDodcYy5VIYV9LhNvhkqvttGG2vr6RM= Received: from SERVER.ad.usd-group.com (192.168.0.1) by SERVER.ad.usd-group.com (192.168.0.1) with Microsoft SMTP Server (TLS) id 15.0.847.32; Mon, 9 Nov 2015 10:46:56 +0000 Received: from SERVER.ad.usd-group.com ([fe80::b19d:892a:6fc7:1c9]) by SERVER.ad.usd-group.com ([fe80::b19d:892a:6fc7:1c9%12]) with mapi id 15.00.0847.030; Mon, 9 Nov 2015 10:46:56 +0000 From: Matt Churchyard To: FreeBSD virtualization Subject: bhyve uefi error please help me! Thread-Topic: bhyve uefi error please help me! Thread-Index: AQHRGp5KOWHJ84dJykyKxof0f/XfCZ6TgbsAgAAA3VA= Date: Mon, 9 Nov 2015 10:46:55 +0000 Message-ID: References: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.0.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 09 Nov 2015 10:47:17 -0000 > Hello! > not workink bhyve and windows please help me: > bhyve > -c 2 > -s 0,hostbridge > -s 3,ahci-hd,/images/win.img > -s 4,ahci-cd,/images/win_repack.iso > -s 10,virtio-net,tap0 > -s 31,lpc > -l com1,/dev/nmdm0A > -l com2,/dev/nmdm1A > -l bootrom,/path/to/BHYVE_UEFI.fd > -m 2G -H -w > windows > bhyve: invalid lpc device configuration 'bootrom,BHYVE_UEFI_20151002.fd' > https://people.freebsd.org/~grehan/bhyve_uefi/windows_install.txt Is this on FreeBSD CURRENT (FreeBSD-11)? Other people on this list will know for certain but that error suggests to = me that your version of bhyve might not have bootrom support. Matt