From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JHoPo-0004Mv-VW for mharc-grub-devel@gnu.org; Wed, 23 Jan 2008 17:49:53 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JHoPm-0004Kr-US for grub-devel@gnu.org; Wed, 23 Jan 2008 17:49:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JHoPj-0004GV-Vd for grub-devel@gnu.org; Wed, 23 Jan 2008 17:49:50 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHoPj-0004GB-PC for grub-devel@gnu.org; Wed, 23 Jan 2008 17:49:47 -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 1JHoPj-0004Ts-AH for grub-devel@gnu.org; Wed, 23 Jan 2008 17:49:47 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JHoPh-0007CN-7Q for grub-devel@gnu.org; Wed, 23 Jan 2008 22:49:45 +0000 Received: from adsl-69-234-179-184.dsl.irvnca.pacbell.net ([69.234.179.184]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Jan 2008 22:49:45 +0000 Received: from wa1ter by adsl-69-234-179-184.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Jan 2008 22:49:45 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: walt Date: Wed, 23 Jan 2008 14:49:55 -0800 Organization: none Message-ID: References: <20080119170105.GJ1341@kirkkit.kollasch.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-179-184.dsl.irvnca.pacbell.net User-Agent: Thunderbird 3.0a1pre (X11/2008012305) In-Reply-To: Sender: news X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Subject: 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: Wed, 23 Jan 2008 22:49:51 -0000 Bean wrote: > On Jan 24, 2008 12:15 AM, walt wrote: >> Bean wrote: >>> This patch should fix the problem... >> Yes, thanks! I had to use the -l flag before patch would use it, >> and even then the last hunk needed increased fuzz. >> >> Are you going to commit it today? > > thanks for the testing, if you have ufs2, please check it as well... I see you have already commited, thank you! I did test both UFS1/2 and both work nicely. I can list and cat any files on a UFS fs now. Unfortunately, I don't know how to boot any of the BSD kernels with grub2 :o( I recompiled my NetBSD kernel with the MULTIBOOT option enabled, but I still get a 'magic broken' error when doing 'multiboot /netbsd'. On FreeBSD I use grub0.95 to load /boot/loader as 'the kernel' and everything just works. Using grub2, I can't tell exactly what I am supposed to use, e.g. insmod, module, or [whatever]. There is no 'kernel' command any more, right? I can use 'linux' to boot linux with no problems, which is the easy part. I can use chainload on any BSD as long as the boot record is installed properly (which is a bit tricky and dangerous for the BSD newbie). Any hints would be most welcome, and thanks again.