From owner-freebsd-stable@FreeBSD.ORG Tue May 26 15:54:58 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BCAD106566B for ; Tue, 26 May 2009 15:54:58 +0000 (UTC) (envelope-from artis.caune@gmail.com) Received: from mail-fx0-f168.google.com (mail-fx0-f168.google.com [209.85.220.168]) by mx1.freebsd.org (Postfix) with ESMTP id B75308FC1F for ; Tue, 26 May 2009 15:54:57 +0000 (UTC) (envelope-from artis.caune@gmail.com) Received: by fxm12 with SMTP id 12so4043823fxm.43 for ; Tue, 26 May 2009 08:54:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=kPuY53eoSpiP+107vplcmr0qITmReWXPY+9Os1JpJe8=; b=FvIQKhuBv5SB38xo/huc6jtTvYkI8dLyJHfSG0SxOrhDUFNEsdATRF/72yz+YtFPKO ZapPpAI2D+aLsQHRTdd0sk7j9mCgzMQul1rmt1WXtiZwESFHu6pDLlGm35bor+/GBUmr mP+azfkWoX5TaMxr92Mmma7NkhDX1r79qoWEc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=lPc6HvKtXI8SRJ0oyjJCKHau1+Idy9LW1IjPuGjQq1WFeYGul0i794IjvCWKvojbE5 ZwqwI3qQCE1mLwsRwv1NZpbdIfuq/ilWYLZwRJr9pDQtn5eSyuOAstnNM8gnqEM04HgF M0VvtklfYoPTBW/TI7ksg9xvZih4XfaxFTpgs= MIME-Version: 1.0 Received: by 10.103.239.10 with SMTP id q10mr1967829mur.36.1243353296517; Tue, 26 May 2009 08:54:56 -0700 (PDT) In-Reply-To: <4A1BED8C.1070408@h3q.com> References: <4A1BED8C.1070408@h3q.com> Date: Tue, 26 May 2009 18:54:56 +0300 Message-ID: <9e20d71e0905260854t1c731f68g3965c3406dc304c5@mail.gmail.com> From: Artis Caune To: Philipp Wuensche Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: FreeBSD Stable Mailing List Subject: Re: loader not working with GPT and LOADER_ZFS_SUPPORT X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2009 15:54:58 -0000 2009/5/26 Philipp Wuensche : > Hi, > > I tried booting from a disk with GPT scheme, with a /boot/loader build > with LOADER_ZFS_SUPPORT="yes" in make.conf. I get the following error: > > panic: free: guard1 fail @ 0x2fd4a6ac from > /usr/src/sys/boot/i386/libi386/biosdisk.c:1053 Same problem for me. I also tried with MBR scheme, same problem. -- Artis Caune Everything should be made as simple as possible, but not simpler.