From owner-freebsd-virtualization@freebsd.org Thu Oct 22 17:21:11 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 E4262A1C8A5 for ; Thu, 22 Oct 2015 17:21:11 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from webmail2.jnielsen.net (webmail2.jnielsen.net [50.114.224.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "webmail2.jnielsen.net", Issuer "freebsdsolutions.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C986D1C35 for ; Thu, 22 Oct 2015 17:21:11 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from [10.10.1.196] (office.betterlinux.com [199.58.199.60]) (authenticated bits=0) by webmail2.jnielsen.net (8.15.1/8.15.1) with ESMTPSA id t9MHH6xj093134 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 22 Oct 2015 11:17:09 -0600 (MDT) (envelope-from lists@jnielsen.net) X-Authentication-Warning: webmail2.jnielsen.net: Host office.betterlinux.com [199.58.199.60] claimed to be [10.10.1.196] From: John Nielsen Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: error running grub-bhyve with -S Message-Id: <71AAD86C-6966-46AA-BD73-2D0CE1E2C213@jnielsen.net> Date: Thu, 22 Oct 2015 11:17:06 -0600 To: freebsd-virtualization@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) X-Mailer: Apple Mail (2.3096.5) 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: Thu, 22 Oct 2015 17:21:12 -0000 I=E2=80=99m running bhyve on an Intel machine running FreeBSD = 11-CURRENT, updated a few days ago. I have a Debian 8.2 VM that has been = running fine but now I=E2=80=99d like to add a PCI pass-through device. = Unfortunately, when I add the required =E2=80=9C-S=E2=80=9D flag to my = grub-bhyve command line it doesn=E2=80=99t work: # bhyvectl =E2=80=94vm=3Dvm0 --destroy # grub-bhyve -m /images/vm0-device.map -M 1024 -r hd1 -S vm0 Could not setup memory for VM Error in initializing VM Obviously, running =E2=80=9Cbhyve=E2=80=9D after that fails as well. What would cause that error and what can I do about it? Thanks! JN