From owner-freebsd-virtualization@FreeBSD.ORG Fri Oct 31 00:05:11 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F710DB7; Fri, 31 Oct 2014 00:05:11 +0000 (UTC) Received: from potassio.roma.schema31.it (85-18-162-231.ip.fastwebnet.it [85.18.162.231]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE60C78F; Fri, 31 Oct 2014 00:05:09 +0000 (UTC) Received: from [172.16.11.38] ([172.16.11.38]) by potassio.roma.schema31.it (8.14.4/8.14.4) with ESMTP id s9V057jD047704; Fri, 31 Oct 2014 01:05:07 +0100 (CET) (envelope-from abrancatelli@schema31.it) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Subject: Re: bhyve machine not starting after upgrading From: Andrea Brancatelli In-Reply-To: <5452CB43.8000602@freebsd.org> Date: Fri, 31 Oct 2014 01:05:07 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <3C8C9082-8C66-4B52-8763-DCD3A9ACE408@schema31.it> References: <5452B8D4. 4070204@freebsd.org> <7931E297-104B-4BCA-BA08-D425DE7D85A7@schema31.it> < 62FFE74F-E824-4159-A953-2080D40535A1@schema31.it> <5452CB43.8000602@freebsd.org> To: Peter Grehan X-Mailer: Apple Mail (2.1990.1) Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 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, 31 Oct 2014 00:05:11 -0000 >> Type '?' for a list of commands, 'help' for more detailed help. >> OK show >> LINES=3D24 >> boot_serial=3D1 >> console=3Duserboot >> currdev=3Dzfs:repository: >> interpret=3DOK >> loaddev=3Dzfs:repository: >> prompt=3D${interpret} >> rootdev=3Ddisk0p2 >> smbios.bios.vendor=3DBHYVE >> OK >=20 > How about if you set loaddev to disk0p2, and see if that allows a boot = ? =E2=80=9Cloaddev" seems to be a read only property=E2=80=A6 :( > Another solution, though not pretty, is to build a version of userboot = that doesn't have ZFS enabled. Modify = sys/boot/userboot/userboot/Makefile and remove the MK_ZFS section, and = copy userboot.so from the build to /boot/userboot.so and the host. This = should give you back the behaviour from 10.0. OK, I had no sources to compile so I did a very bad thing and I know = I=E2=80=99ll go in hell for this but=E2=80=A6 I copied userboot.so from another FreeBSD 10.0 machine and substituted = /boot/userboot.so from the host. Restarted the VM and it worked like a = charm. You=E2=80=99re going to fix this before 10.1 final, RIGHT?? :-) Do you think this modification may result in a non-booting host machine?=