From owner-freebsd-stable@FreeBSD.ORG Wed May 27 12:48:22 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 954901065670; Wed, 27 May 2009 12:48:22 +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 ED4958FC16; Wed, 27 May 2009 12:48:21 +0000 (UTC) (envelope-from artis.caune@gmail.com) Received: by fxm12 with SMTP id 12so4697275fxm.43 for ; Wed, 27 May 2009 05:48:20 -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=UBsQSaj8ZpnTSmn1do70CMamMC2+SXT5UisEk2c3OjM=; b=NLGL3YstVDNnTEricKqByCmO50W3F+UzTiImiv0GLFc3szpyvz2oy8GagMg4vSnU2V /iIL31SWUCa3BB3o3n22Z5iVCDW/Hj788ccnfyC3Qmzuthj5LcskEEWB/mDAEdGZ4a22 7EtKVxDX5x/gcpgOLbdp4QotNWUKbWdjAjCy0= 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=s9BXt/LAK49EztG/5sW/kwROXycUn2NRSeOJfI1aWjmDDFm4iPjB96hTK+/wfG0sV8 T4FvNCOsd6+iXMaeQrvIqPkFJCffQH+PSh8No91hJmCG1crdNMf0BuPP4v+LuQOVj4xT eC8G915j+dOR09riF9ZvdDCv3qU+Sf3xLUIRM= MIME-Version: 1.0 Received: by 10.103.244.10 with SMTP id w10mr5031266mur.122.1243428500715; Wed, 27 May 2009 05:48:20 -0700 (PDT) In-Reply-To: <6ADD3B12-380C-4BFD-AA46-778DF1768453@verweg.com> References: <4A1BED8C.1070408@h3q.com> <9e20d71e0905260854t1c731f68g3965c3406dc304c5@mail.gmail.com> <18972.5227.526290.349958@already.dhcp.gene.com> <6ADD3B12-380C-4BFD-AA46-778DF1768453@verweg.com> Date: Wed, 27 May 2009 15:48:20 +0300 Message-ID: <9e20d71e0905270548j376fe604uffff66988e9b7ebe@mail.gmail.com> From: Artis Caune To: Ruben van Staveren Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: FreeBSD Stable Mailing List , Philipp Wuensche , hartzell@alerce.com, Kip Macy 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: Wed, 27 May 2009 12:48:23 -0000 >>>> 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 MFC r185095 fixed this problem! http://svn.freebsd.org/viewvc/base?view=revision&revision=185095 -- Artis Caune Everything should be made as simple as possible, but not simpler.