From owner-freebsd-virtualization@FreeBSD.ORG Thu Sep 4 06:31:45 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9A27153 for ; Thu, 4 Sep 2014 06:31:45 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 9ADF113D3 for ; Thu, 4 Sep 2014 06:31:45 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id 97D9912570; Thu, 4 Sep 2014 16:31:37 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro-2.local ([64.245.0.210]) by dommail.onthenet.com.au (MOS 4.4.4-GA) with ESMTP id BYE05245 (AUTH peterg@ptree32.com.au); Thu, 4 Sep 2014 16:31:36 +1000 Message-ID: <54080747.3020108@freebsd.org> Date: Wed, 03 Sep 2014 23:31:35 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Rudy Subject: Re: Ubuntu upgrade - bhyve gets confused with vtblk References: <54068FC5.6010905@monkeybrains.net> <5406A16F.9070401@freebsd.org> <5407EBAD.3030208@monkeybrains.net> In-Reply-To: <5407EBAD.3030208@monkeybrains.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Thu, 04 Sep 2014 06:31:45 -0000 Hi Rudy, > It is working now, I upgraded to: > FreeBSD 10.1-PRERELEASE #4 r270991M: Tue Sep 2 22:18:28 PDT 2014 Good to hear. > For some odd reason, nmdb was not part of 10.1-PRERELEASE, so my boot > scripts failed. Doh. The fix: > > cd /usr/src/sys/modules/nmdm/ && make depend && make obj && make install > > Why in tarnation does 10.1-PRERELEASE have the joy.ko and no nmdm.ko? ;) I just had a look at the bootonly ISO and it's there. Was this the memstick image, or another ? later, Peter.