From owner-freebsd-virtualization@FreeBSD.ORG Thu Nov 6 06:52:18 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 B9C40223 for ; Thu, 6 Nov 2014 06:52:18 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 7C90FDBE for ; Thu, 6 Nov 2014 06:52:18 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTP id 44AFA124ED; Thu, 6 Nov 2014 16:52:11 +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 BZM70287 (AUTH peterg@ptree32.com.au); Thu, 6 Nov 2014 16:52:10 +1000 Message-ID: <545B1A98.9070808@freebsd.org> Date: Wed, 05 Nov 2014 22:52:08 -0800 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: =?UTF-8?B?7Jik64+Z7ISx?= Subject: Re: bhyveload Will not support i386 root on zfs vm ? please help.. References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; 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, 06 Nov 2014 06:52:18 -0000 Hi, This looks to be a problem in userboot's handling of module dependencies on i386. On amd64: > /boot/kernel/zfs.ko size 0x267f50 at 0x1955000 > loading required module 'opensolaris' .. while on i386 the dependency isn't found, resulting in the opensolaris module not being loaded: > /boot/kernel/zfs.ko text=0x181bf4 data=0x9420+0x14e78 > syms=[0x4+0x10c40+0x4+0x16e67] > loading required module 'ELF ' I'd hazard a guess this is a 64-bit issue since 'lsmod' for an i386 kernel doesn't work from the (64-bit) bhyveload prompt. I'll take a closer look at the code. later, Peter.