From owner-freebsd-virtualization@FreeBSD.ORG Wed Dec 17 20:37:55 2014 Return-Path: Delivered-To: virtualization@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D71DB1D for ; Wed, 17 Dec 2014 20:37:55 +0000 (UTC) Received: from diana.db.net (diana.db.net [66.113.102.10]) by mx1.freebsd.org (Postfix) with ESMTP id 693F918BC for ; Wed, 17 Dec 2014 20:37:55 +0000 (UTC) Received: from night.db.net (localhost [127.0.0.1]) by diana.db.net (Postfix) with ESMTP id 2BA302AA3A3 for ; Wed, 17 Dec 2014 13:37:43 -0700 (MST) Received: by night.db.net (Postfix, from userid 1000) id 1C0C91CC02; Wed, 17 Dec 2014 15:37:48 -0500 (EST) Date: Wed, 17 Dec 2014 15:37:48 -0500 From: Diane Bruce To: virtualization@FreeBSD.org Subject: bhyve + linux problem on HEAD Message-ID: <20141217203748.GA59116@night.db.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) 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: Wed, 17 Dec 2014 20:37:55 -0000 I am having a problem with bhyve + linux. FreeBSD based VM's work fine here FreeBSD odyssey 11.0-CURRENT FreeBSD 11.0-CURRENT #83 r275732: Fri Dec 12 16:48:37 EST 2014 root@odyssey:/usr/obj/home/db/svn/system/head/sys/GENERIC amd64 Using this as a guide. https://www.freebsd.org/doc/handbook/virtualization-host-bhyve.html # more device.map (hd0) /bhyve/linux.img (cd0) /bhyve/ubuntu-13.10-server-amd64.iso # grub-bhyve -m device.map -r cd0 -M 1024M linuxguest # bhyve -AI -H -P -s 0:0,hostbridge -s 1:0,lpc -s 2:0,virtio-net,tap1 -s 3:0,virtio-blk,./linux.img -s 4:0,ahci-cd,./ubuntu-13.10-server-amd64.iso -l com1,stdio -c 4 -m 1024M linuxguest Assertion failed: (error == 0), function fbsdrun_addcpu, file /home/db/svn/system/head/usr.sbin/bhyve/bhyverun.c, line 266. zsh: abort (core dumped) bhyve -AI -H -P -s 0:0,hostbridge -s 1:0,lpc -s 2:0,virtio-net,tap1 -s -s - # -- - db@FreeBSD.org db@db.net http://www.db.net/~db