From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JJDuJ-0000OQ-Gd for mharc-grub-devel@gnu.org; Sun, 27 Jan 2008 15:15:11 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJDuI-0000O2-B1 for grub-devel@gnu.org; Sun, 27 Jan 2008 15:15:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJDuG-0000NL-9X for grub-devel@gnu.org; Sun, 27 Jan 2008 15:15:09 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJDuG-0000NG-4B for grub-devel@gnu.org; Sun, 27 Jan 2008 15:15:08 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JJDuF-0001B2-Si for grub-devel@gnu.org; Sun, 27 Jan 2008 15:15:08 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JJDuA-0007Rx-V8 for grub-devel@gnu.org; Sun, 27 Jan 2008 20:15:02 +0000 Received: from adsl-69-234-223-32.dsl.irvnca.pacbell.net ([69.234.223.32]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Jan 2008 20:15:02 +0000 Received: from wa1ter by adsl-69-234-223-32.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Jan 2008 20:15:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: walt Date: Sun, 27 Jan 2008 12:13:11 -0800 Message-ID: <1201464791.964.23.camel@k9> References: <87myqvzkqk.fsf@xs4all.nl> <20080124143306.GB8248@thorin> <20080124145317.GA9385@thorin> <1201193272.334.2.camel@k9.localnet> <20080124171206.GA1515@thorin> <1201382697.541.11.camel@k9.localnet> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-223-32.dsl.irvnca.pacbell.net In-Reply-To: X-Mailer: Evolution 2.12.3 Sender: news X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Subject: Re: booting kernel of NetBSD (Re: UFS (FFS) support seems broken in grub2) X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jan 2008 20:15:10 -0000 On Sun, 2008-01-27 at 09:35 +0800, Bean wrote: > On Jan 27, 2008 5:24 AM, walt wrote: > > > > Apparently "something bad" happens to the kernel in the process of > > reading or loading it from the UFS fs. I can read small text files > > from a UFS fs, however, so I'm thinking maybe this has something to > > do with the size of the netbsd kernel? > please make a small ufs image containing the netbsd kernel, i don't a > a bsd system at hand. I can use dd to copy a UFS fs to a file. Is that what you mean? Are you planning to use the loopback feature in grub2 to use the image? (I want to test the image before I send it to you.)