From owner-freebsd-virtualization@FreeBSD.ORG Mon Sep 30 23:49:12 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 1B5C1AEB for ; Mon, 30 Sep 2013 23:49:12 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: from mail-qc0-x231.google.com (mail-qc0-x231.google.com [IPv6:2607:f8b0:400d:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D197D2D6E for ; Mon, 30 Sep 2013 23:49:11 +0000 (UTC) Received: by mail-qc0-f177.google.com with SMTP id x12so4131010qcv.8 for ; Mon, 30 Sep 2013 16:49:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=i3eEULR6d+tOWgX9917qvyTDn4lRDUKfXdWKWy800fE=; b=vMvqLkOEKV9qDkJzZ7oHCRbZh9JImG+vcYmZgjAWjUeoc6F8A7BIc/uOT1HaAIm1Y6 E0SEjWYsAtL97ipVYdAAUJiZstML1HePrjrCkIBLXlGKcdiLMQ8RVGr9TEIC0yUGiHFn i2F5ojQQSGZDzKH9eQQAV5vVUonf3ZxoxahQBb2ACtB6R7+qWPtrg5GhnEUcTVlLLRl8 GyKcwkP06lIvBs5sDk7lK9KxT+taQAXfsYk3u4Bjy2hXFG1wSJASyyLOmje29VP5z6Iw J+xHsnuU4XNej9jzvqmonVOdB/VHRQ7COWoi85ha19A6xosbxMiUvMIHVhGvSEVzP/06 h63A== MIME-Version: 1.0 X-Received: by 10.224.3.5 with SMTP id 5mr11716081qal.93.1380584950977; Mon, 30 Sep 2013 16:49:10 -0700 (PDT) Received: by 10.140.88.80 with HTTP; Mon, 30 Sep 2013 16:49:10 -0700 (PDT) In-Reply-To: References: Date: Mon, 30 Sep 2013 16:49:10 -0700 Message-ID: Subject: Re: bhve bug report: attempting to physical DVD drive for install CD is unbootable From: Neel Natu To: Aryeh Friedman Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-virtualization@freebsd.org" 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 23:49:12 -0000 Hi Aryeh, The "-d" option was meant to specify the disk or the ISO file image so I am not surprised that it doesn't work with /dev/cd0. Is there any reason that you cannot use an ISO image file to boot the guest? best Neel On Mon, Sep 30, 2013 at 3:16 PM, Aryeh Friedman wrote: > 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 > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to " > freebsd-virtualization-unsubscribe@freebsd.org" >