From owner-freebsd-virtualization@freebsd.org Tue Mar 14 17:08:45 2017 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 436BBD0C11D for ; Tue, 14 Mar 2017 17:08:45 +0000 (UTC) (envelope-from paw@paw-fox.net) Received: from mail0.mookie.me.uk (mail0.mookie.me.uk [193.33.186.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA9B81ABC for ; Tue, 14 Mar 2017 17:08:44 +0000 (UTC) (envelope-from paw@paw-fox.net) Received: from localhost (localhost [127.0.0.1]) by mail0.mookie.me.uk (Postfix) with ESMTP id 0523B24190D for ; Tue, 14 Mar 2017 16:59:36 +0000 (GMT) Received: from mail0.mookie.me.uk ([127.0.0.1]) by localhost (mail0.mookie.me.uk [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id wEStbweGZ7Qo for ; Tue, 14 Mar 2017 16:59:33 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by mail0.mookie.me.uk (Postfix) with ESMTP id F3457241910 for ; Tue, 14 Mar 2017 16:59:32 +0000 (GMT) X-Virus-Scanned: amavisd-new at mail0.mookie.me.uk Received: from mail0.mookie.me.uk ([127.0.0.1]) by localhost (mail0.mookie.me.uk [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id QgNgcuoJ1GQq for ; Tue, 14 Mar 2017 16:59:32 +0000 (GMT) Received: from mail0.mookie.me.uk (mail0.mookie.me.uk [193.33.186.26]) by mail0.mookie.me.uk (Postfix) with ESMTP id C6B6D24190D for ; Tue, 14 Mar 2017 16:59:32 +0000 (GMT) Date: Tue, 14 Mar 2017 16:59:32 +0000 (GMT) From: Paw Nishi To: freebsd-virtualization@freebsd.org Message-ID: <752977691.1187.1489510772583.JavaMail.zimbra@paw-fox.net> Subject: bhyveloader / userboot - VM installation fails MIME-Version: 1.0 X-Originating-IP: [193.33.186.26] X-Mailer: Zimbra 8.7.0_GA_1659 (ZimbraWebClient - GC56 (Win)/8.7.0_GA_1659) Thread-Index: G0e1RbWc9Q4WCu7Y/9Luo+E9ghKdPA== Thread-Topic: bhyveloader / userboot - VM installation fails Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 14 Mar 2017 17:08:45 -0000 Currently playing with bhyve on bare metal with vm-bhyve Created a zvol Setup the zvol as disk0 in config Installed VM with FreeBSD-11.0-bootonly ISO Select ZFS as type with encryption. Install successful Restart VM, Displays following: Consoles: userboot FreeBSD/amd64 User boot, Revision 1.1 (root@releng2.nyi.freebsd.org, Thu Sep 29 01:38:36 UTC 2016) - can't load 'kernel' Type '?' for a list of commands, 'help' for more detailed help. OK lsdev host devices: host0: Host filesystem disk devices: disk0: Guest drive image disk0p1: FreeBSD boot disk0p2: FreeBSD swap disk0p3: FreeBSD ZFS zfs devices: What is the next to get it to boot, or can I only use UFS when running in bhyve? I did read a previous mail from 2012 (https://lists.freebsd.org/pipermail/freebsd-virtualization/2012-December/001031.html) - it's now 2017 and this still an issue? thxs