From owner-freebsd-current@FreeBSD.ORG Sat Jun 6 02:45:56 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D678B106566B for ; Sat, 6 Jun 2009 02:45:56 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from mail-fx0-f211.google.com (mail-fx0-f211.google.com [209.85.220.211]) by mx1.freebsd.org (Postfix) with ESMTP id 5D9528FC0A for ; Sat, 6 Jun 2009 02:45:56 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: by fxm7 with SMTP id 7so1464217fxm.43 for ; Fri, 05 Jun 2009 19:45:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:date:from:to:subject:message-id :mime-version:content-type:content-disposition:user-agent; bh=wAIpJ+MZZhUSsJqN9MZESzB9Aa5TqJrunj5X7ItD5e4=; b=T6XdwjK4+slJAi5KwS6PwA8flTb4a/pvb5QXbqK+2tXhh+EtBTZ+PxMfh1x94dwpLq +O3aBftg2/l0YeOwcPaaZygY0W9ZHU/eQajcNop61pZQ0sVxWBsgxhyFKcDiGVK8tpqH NzAuB+eNJH/Aza0Ez8rz227wsoHoD2eR9Fbo4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:subject:message-id :mime-version:content-type:content-disposition:user-agent; b=hUvIF4ZvzfFBTwphr5yRNtPlmZ1ocn5oLXbavevRksWNQPPcA63x0W5e7LkY3sjgI0 Dm4MU/uLK0nqbBZ7suAsPn84fEol3FdMiGsZfY1LLEgARtM5e0X/RsxC+Qx+HA1VZIyr TqFuv6KvcmnUeaISGTRQgSpGJfX5szuMQtFbw= Received: by 10.204.116.8 with SMTP id k8mr3814255bkq.117.1244254731284; Fri, 05 Jun 2009 19:18:51 -0700 (PDT) Received: from darklight.homeunix.org ([85.175.193.190]) by mx.google.com with ESMTPS id e17sm538863fke.48.2009.06.05.19.18.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 05 Jun 2009 19:18:50 -0700 (PDT) Received: from darklight.homeunix.org (darklight.homeunix.org [127.0.0.1]) by darklight.homeunix.org (8.14.3/8.14.3) with ESMTP id n562IZPZ001150 for ; Sat, 6 Jun 2009 06:18:36 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.homeunix.org (8.14.3/8.14.3/Submit) id n562IZPu001149 for freebsd-current@freebsd.org; Sat, 6 Jun 2009 06:18:35 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.homeunix.org: yuri set sender to yuri.pankov@gmail.com using -f Date: Sat, 6 Jun 2009 06:18:35 +0400 From: Yuri Pankov To: freebsd-current@freebsd.org Message-ID: <20090606021835.GC1077@darklight.homeunix.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Subject: loader panics with 2 GPT partitioned drives X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jun 2009 02:45:57 -0000 Hi, I'm getting the following "panic" from loader when trying to attach another GPT partitioned drive. loader is built using LOADER_ZFS_SUPPORT. BTX Loader 1.00 BTX version is 1.02 Consoles: internal video/keyboard BIOS drive C: is disk0 BIOS drive D: is disk1 panic:free: guard1 fail @ 0x7fd4b3f4 from /usr/src/sys/boot/i386/libi386/biosdisk.c:1048 ad4: => 34 488397101 ad4 GPT (233G) 34 128 1 freebsd-boot (64K) 162 16777216 2 freebsd-swap (8.0G) 16777378 471619757 3 freebsd-zfs (225G) ad10: empty disk, `gpart create -s GPT ad10` Yuri