From owner-freebsd-current@FreeBSD.ORG Tue Jan 29 17:07:08 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B1D133A1 for ; Tue, 29 Jan 2013 17:07:08 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: from mail-ia0-x233.google.com (mail-ia0-x233.google.com [IPv6:2607:f8b0:4001:c02::233]) by mx1.freebsd.org (Postfix) with ESMTP id 78B619AD for ; Tue, 29 Jan 2013 17:07:08 +0000 (UTC) Received: by mail-ia0-f179.google.com with SMTP id x24so887578iak.10 for ; Tue, 29 Jan 2013 09:07:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=WOXUqv+gu8YzXrvIpTlzjTtFJZgubis+BaGhEcM72s0=; b=fpKYwOUfViPpdlOFcu311ar37yoy+5KQ7P2eJ9+cgX/LN/DZWA2Wt44quXIHlC+ZnG S5pHHZiTeTDTDCAyAMqUV6zzcmHH4LglrCWCV/3/14Nc3+bp8u4xLYOmAYJXhGilsWhP t8/6ZIEmALQTuGwlPTwAmMv8e4Qf6yZDb40Oir/yWp7AcQDfv7bHKimqCA7jsF5crmt7 uYFnKWlq4mkJ73eeMUxeOszjtw5Tgdgs1Xl3RcLehY+PDQW9i5k3afSxkUpDjCoseZi9 hzohO+ycMeMjT4TOOWZkLQw2zu4WFm3+5kg87kqkyKZ19XVhqCLnz8alHjaSLdYQ0/fg ne+g== MIME-Version: 1.0 X-Received: by 10.50.170.69 with SMTP id ak5mr1280966igc.56.1359479227408; Tue, 29 Jan 2013 09:07:07 -0800 (PST) Received: by 10.43.112.194 with HTTP; Tue, 29 Jan 2013 09:07:07 -0800 (PST) In-Reply-To: <1359468936.78130.YahooMailNeo@web162906.mail.bf1.yahoo.com> References: <1359468936.78130.YahooMailNeo@web162906.mail.bf1.yahoo.com> Date: Tue, 29 Jan 2013 09:07:07 -0800 Message-ID: Subject: Re: BHyVe on 10-Current r245673 From: Neel Natu To: G B Content-Type: text/plain; charset=ISO-8859-1 Cc: "current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jan 2013 17:07:08 -0000 Hi Gary, On Tue, Jan 29, 2013 at 6:15 AM, G B wrote: > I am using FreeBSD 10-Current r245673 as a host on an HP p2-1394. I have the host OS installed on 1 drive using UFS and a second drive using ZFS with a pool named 'tank.' They layout for zfs for my guest install is /tank/guest01. > > When using the command: > # bhyveload -d /tmp/FreeBSD-9.1-RELEASE-amd64-disk1.iso -m 512 -h /tank/guest01 guest01 && bhyve -c 2 -a -A -m 512 -g 0 -P -H -s 1,virtio-net,tap0 -s 2,virtio-blk,diskdev guest01 && sleep 20 && ifconfig tap0 up > > I get the boot screen for FreeBSD 9.1 and after the timed pause it fails with: > Could not open backing file: No such file or directory > ACPI tables require and ioapic > Assertion failed: (error == 0), function main, file /usr/src/usr.sbin/bhyve/bhyverun.c, line 774. > Abort (core dumped) > root@localhost:/tmp# > > I am using the bhyveload comamnd from a PDF I found from BSDCan but when I used the -m 768 -M 1024 as used in the doc it failed with a syntax error, so I switched to using just -m 512. My .iso is in /tmp as indicated in my command with '-d'. > > I'm guessing my command is wrong, but not sure where. Any help would be appreciated. > Can you try out the following instructions to get you started? http://people.freebsd.org/~neel/bhyve/bhyve_instructions.txt The script that I use is pretty basic and has less bells and whistles than other howto guides out there. But that makes it easier to figure out what is happening under the hood. best Neel > Thanks, > Gary > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"