From owner-freebsd-virtualization@FreeBSD.ORG Thu May 14 00:55:57 2015 Return-Path: Delivered-To: freebsd-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 6E8C3D68 for ; Thu, 14 May 2015 00:55:57 +0000 (UTC) Received: from mail-ig0-x234.google.com (mail-ig0-x234.google.com [IPv6:2607:f8b0:4001:c05::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45C4B1052 for ; Thu, 14 May 2015 00:55:57 +0000 (UTC) Received: by igbyr2 with SMTP id yr2so154551049igb.0 for ; Wed, 13 May 2015 17:55:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=fV1vHjvguSxax29I7DTI2fed7AXMCnlQFTPqgAknslI=; b=tyMMPa+0HFOaA/bu3hs6Avby0zBRZytgEoCc0FYccE+EmQLzqdRY9/l6v9R/RYAiN6 bQccx10cGW9u3jj8Nh4OmAd19iKdmWBu8o68/HVogSxOy+1FvZlAjVmTIDq/aWBpFHTL kVwURvNfZDHOt3apMGW2t1qRIrkWFf3q0212zLgm/84tN7VRoA1KXf0+yqVhKSblcZQg l2ayYGeRI+x8xIhJ3lzgZtVIdCiw+h95DohMfxjXzOaaGWtA0ARotWYupOo7pfCPZlqO u2JI8vH713vcINP4ffrVytmJCtP2eBW1euZEpVRPudBZI5Q8Tc7hyEcJ0+93Q73/Cui6 zEmQ== X-Received: by 10.42.238.14 with SMTP id kq14mr11979972icb.23.1431564956537; Wed, 13 May 2015 17:55:56 -0700 (PDT) Received: from [192.168.0.101] ([209.195.113.231]) by mx.google.com with ESMTPSA id 71sm15454894ioe.16.2015.05.13.17.55.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 May 2015 17:55:55 -0700 (PDT) Message-ID: <5553F294.6090700@gmail.com> Date: Wed, 13 May 2015 20:55:48 -0400 From: Manas Bhatnagar User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 CC: freebsd-virtualization@freebsd.org Subject: Re: Bhyve error with Debian 8 References: <5553E12F.50506@gmail.com> <5553E46C.3060809@freebsd.org> <5553E6D5.1000601@gmail.com> <5553F1B4.2050902@freebsd.org> In-Reply-To: <5553F1B4.2050902@freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 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, 14 May 2015 00:55:57 -0000 On 13-May-15 8:52 PM, Peter Grehan wrote: > Hi Manas, > >>>> Please see the attached file. I am running FreeBSD 10.1-RELEASE-p9. >>>> I am >>>> running into an error while trying to install Debian 8 as a Bhyve >>>> guest. >>>> The error occurs at the step of creating the partitions on the disk. >>>> Any >>>> fix or workaround is welcome. >>> >>> Would you be able to post your grub2 and bhyve configs/command lines ? > ... >> grub-bhyve -m device.map -r cd0 -M 1024M apurva-debian64 >> >> bhyve -AI -H -P -s 0:0,hostbridge -s 1:0,lpc -s 2:0,virtio-net,tap0 -s >> 3:0,virtio-blk,./apurva-debian64.img -s >> 4:0,ahci-cd,./debian-8.0.0-amd64-BD-1.iso -l com1,stdio -c 1 -m 1024M >> apurva-debian64 >> >> These are the lines I used. > > Thanks for that. > > I get the same panic on CURRENT when selecting 'Guided - use entire > disk and set up LVM' :( > > A workaround is to select 'Guided - use entire disk' with virtio-blk, > or use ahci-hd for the disk controller which does allow the LVM install. > > later, > > Peter. Thank you. I tried using 'Guided - use entire disk and set up LVM' on 7.8.0 and it seems to work fine, just thought I would let you know. Manas