From owner-freebsd-virtualization@FreeBSD.ORG Mon Sep 30 22:16:38 2013 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 ESMTP id C4D26B0C for ; Mon, 30 Sep 2013 22:16:38 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-pb0-x229.google.com (mail-pb0-x229.google.com [IPv6:2607:f8b0:400e:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1748299B for ; Mon, 30 Sep 2013 22:16:38 +0000 (UTC) Received: by mail-pb0-f41.google.com with SMTP id rp2so6181504pbb.14 for ; Mon, 30 Sep 2013 15:16:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=7013NNDb+i5BC/F7jyOBH5nHBiIld9vi1R3b+nxSGbM=; b=HTGbm2raghdRWp+JS2AbiwHZKMjpv2THOR46ZeVB3RspQo18acH2AwmJZdcfg04nUO T6+g3jIsmaI6pAkiifzqevATrhI/RkWmu/do3+4NjtO238i5hlBSmvdfTSKRamHaB66C 9e9/VJFuZxD58CvL6WMxPKiHI3uVNKwUCFh5rGbFboSwqYc8TcIY61NOpqxrNNrMyjNn Hxqe06kfEG5OVVeRmX4kXgiEnZqS+Iys13p+lPnRFNtc6bhnURwACU5FMedBWwaWPgO/ glN66ekk8Cu6Qwwu2pbpnhpTHfBkPGqylXoCmqcqt7wT3eyIc42VHnf/ew5RugOJ7hAk RfLg== MIME-Version: 1.0 X-Received: by 10.68.171.35 with SMTP id ar3mr25476742pbc.77.1380579398228; Mon, 30 Sep 2013 15:16:38 -0700 (PDT) Received: by 10.68.253.162 with HTTP; Mon, 30 Sep 2013 15:16:38 -0700 (PDT) Date: Mon, 30 Sep 2013 18:16:38 -0400 Message-ID: Subject: bhve bug report: attempting to physical DVD drive for install CD is unbootable From: Aryeh Friedman To: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 30 Sep 2013 22:16:38 -0000 With the foillowing script: truncate -s 20G /a ifconfig tap0 destroy ifconfig tap0 create ifconfig tap0 up sleep 5 ifconfig bridge0 addm tap0 up /usr/sbin/bhyvectl --vm=a --destroy /usr/sbin/bhyveload -m 1024 -d /dev/cd0 a /usr/sbin/bhyve -c 1 -m 1024 -AI -H -P -g 0 -s 0:0,hostbridge -s 1:0,virtio-net,tap0 -s 2:0,virtio-blk,/a -s 3:0,virtio-blk,/dev/cd0 -S 31,uart,stdio a I get the following: FreeBSD/amd64 User boot, Revision 1.1 (aryeh@testcloud, Wed Sep 11 22:56:07 EDT 2013) can't load 'kernel' OK ls open '/' failed: device not configured