From owner-freebsd-virtualization@FreeBSD.ORG Thu May 14 00:05:49 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D8E742A; Thu, 14 May 2015 00:05:49 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (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 273B51B79; Thu, 14 May 2015 00:05:49 +0000 (UTC) Received: by igbsb11 with SMTP id sb11so59768133igb.0; Wed, 13 May 2015 17:05:48 -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:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=rIAiMdkluvClvmvZ7mThH+RPnMejmAELB5oolN6snxY=; b=MGXQS+lgAYLzVRHTiClSHCdxrYZSNvj7FT3cej1DSjLbsaGNZFNLFATOKy2rAqBj2Y sdORdl3m6UaZGrboWsu7cr55T9+vECrzDtAYEhbWLKoJc192/DcJchX+xDNqrwABD2r+ 9GCJaZOHZDqMTjoGst3fPyXGHT8p17yMRd+XeGoShZMHvV6uWFQOW17xhfCjPY03FEaP YnobhrJUVxWDrVi5UkS/VkPFvnMjvsNuAEQmslT87JokT7wGN4hDdYU+VbweTbsyRFKP ff0JSvIcjesrkDDVhI5Ju3zxf4piqA4VQadjHJgEzGgEfygliZI0XHA3NlxalPL7DwlH jy0w== X-Received: by 10.107.37.211 with SMTP id l202mr1834715iol.76.1431561948658; Wed, 13 May 2015 17:05:48 -0700 (PDT) Received: from [192.168.0.101] ([209.195.113.231]) by mx.google.com with ESMTPSA id r4sm4713412igw.12.2015.05.13.17.05.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 May 2015 17:05:48 -0700 (PDT) Message-ID: <5553E6D5.1000601@gmail.com> Date: Wed, 13 May 2015 20:05:41 -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 To: Peter Grehan CC: freebsd-virtualization@freebsd.org Subject: Re: Bhyve error with Debian 8 References: <5553E12F.50506@gmail.com> <5553E46C.3060809@freebsd.org> In-Reply-To: <5553E46C.3060809@freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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:05:49 -0000 On 13-May-15 7:55 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 ? > > later, > > Peter. > 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. Manas