From owner-freebsd-geom@FreeBSD.ORG Mon Oct 17 08:00:30 2011 Return-Path: Delivered-To: freebsd-geom@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4A6B106566C for ; Mon, 17 Oct 2011 08:00:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8B4D18FC16 for ; Mon, 17 Oct 2011 08:00:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9H80UXV007813 for ; Mon, 17 Oct 2011 08:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9H80UBd007812; Mon, 17 Oct 2011 08:00:30 GMT (envelope-from gnats) Date: Mon, 17 Oct 2011 08:00:30 GMT Message-Id: <201110170800.p9H80UBd007812@freefall.freebsd.org> To: freebsd-geom@FreeBSD.org From: Andriy Gapon Cc: Subject: Re: bin/161677: gpart(8) Probably bug in gptboot X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andriy Gapon List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2011 08:00:30 -0000 The following reply was made to PR bin/161677; it has been noted by GNATS. From: Andriy Gapon To: bug-followup@FreeBSD.org, yerenkow@gmail.com Cc: Subject: Re: bin/161677: gpart(8) Probably bug in gptboot Date: Mon, 17 Oct 2011 10:53:45 +0300 This looks like an issue with BIOS emulation in Virtualbox, actually. I think I've already seen some commits that hack our boot code to play better with Virtualbox. Try to build the boot blocks that you use for those images with -DVIRTUALBOX option. -- Andriy Gapon