From owner-freebsd-virtualization@FreeBSD.ORG Thu Feb 6 09:05:24 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 419B2F03 for ; Thu, 6 Feb 2014 09:05:24 +0000 (UTC) Received: from ext.mellstrand.net (ext.mellstrand.net [IPv6:2001:2040:4:2::51]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D8B117AA for ; Thu, 6 Feb 2014 09:05:23 +0000 (UTC) Received: by ext.mellstrand.net Thu, 6 Feb 2014 09:05:20 GMT From: Mats Mellstrand Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Subject: vm_create: Device not configured Message-Id: Date: Thu, 6 Feb 2014 10:05:23 +0100 To: freebsd-virtualization@freebsd.org Mime-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 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 Feb 2014 09:05:24 -0000 Hi I'm sure I'm doing something wrong, but I can=B4t figure out what. I'm following the instructions from = http://people.freebsd.org/~neel/bhyve/bhyve_instructions.txt First some facts: My host FreeBSD 10.0-STABLE #7 r260986: Tue Jan 21 19:29:18 CET 2014 mats@xxxxxxxxxxxxxxxx:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 CPU: Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz (3392.37-MHz K8-class = CPU) Origin =3D "GenuineIntel" Id =3D 0x306a9 Family =3D 0x6 Model =3D = 0x3a Stepping =3D 9 = Features=3D0xbfebfbff = Features2=3D0x7fbae3ff AMD Features=3D0x28100800 AMD Features2=3D0x1 Standard Extended Features=3D0x281 TSC: P-state invariant, performance statistics real memory =3D 17179869184 (16384 MB) avail memory =3D 16297574400 (15542 MB) [snip] # kldstat Id Refs Address Size Name 1 20 0xffffffff80200000 160c130 kernel 2 1 0xffffffff8180d000 23db68 zfs.ko 3 2 0xffffffff81a4b000 6638 opensolaris.ko 4 1 0xffffffff81c12000 34d3 ums.ko 5 1 0xffffffff81c16000 2f142 pf.ko 6 1 0xffffffff81c46000 16ef79 vmm.ko 7 1 0xffffffff81db5000 553f if_tap.ko Using the image from http://people.freebsd.org/~neel/bhyve/release.iso When running the script http://people.freebsd.org/~neel/bhyve/vmrun.sh # sh -xv vmrun.sh vml=20 [snip] + BOOTDISK=3D./release.iso + installer_opt=3D'-s 31:0,virtio-blk,./release.iso' + /usr/sbin/bhyveload -m 512M -d ./release.iso vml vm_create: Device not configured + [ 1 -ne 0 ] + break exit 99 + exit 99 /mm