From owner-freebsd-current@FreeBSD.ORG Fri Mar 28 17:26:51 2008 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 3C4A41065671 for ; Fri, 28 Mar 2008 17:26:51 +0000 (UTC) (envelope-from xi@borderworlds.dk) Received: from kazon.borderworlds.dk (kazon.borderworlds.dk [213.239.213.48]) by mx1.freebsd.org (Postfix) with ESMTP id EEE8A8FC27 for ; Fri, 28 Mar 2008 17:26:50 +0000 (UTC) (envelope-from xi@borderworlds.dk) Received: from dominion.borderworlds.dk (localhost [127.0.0.1]) by kazon.borderworlds.dk (Postfix) with ESMTP id 3788817026 for ; Fri, 28 Mar 2008 18:10:25 +0100 (CET) Received: by dominion.borderworlds.dk (Postfix, from userid 2000) id 4598A47A; Fri, 28 Mar 2008 18:10:24 +0100 (CET) To: freebsd-current@freebsd.org References: <47EC96D4.3040507@fialka.cz> From: Christian Laursen Date: Fri, 28 Mar 2008 18:10:23 +0100 In-Reply-To: <47EC96D4.3040507@fialka.cz> (Miroslav Chlastak's message of "Fri\, 28 Mar 2008 07\:57\:24 +0100") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: MFS ROOT over 100MB X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2008 17:26:51 -0000 Miroslav Chlastak writes: > it's possible create MFS ROOT over 100MB? > If I create MFS ROOT less then 90MB, system boot normally. > With size 90MB-100MB of MFS ROOT kernel panic with boot and > over 100MB system is rebooted in loop. Are you running i386 or amd64. I recall that we had a similar problem at work a few years ago, but only on i386. We solved it by using geom_uzip(4) to get a smaller mfsroot image. -- Christian Laursen