From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JI2vn-00066o-Qd for mharc-grub-devel@gnu.org; Thu, 24 Jan 2008 09:19:51 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JI2vn-00066j-8L for grub-devel@gnu.org; Thu, 24 Jan 2008 09:19:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JI2vh-00065t-IF for grub-devel@gnu.org; Thu, 24 Jan 2008 09:19:49 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JI2vh-00065q-Bo for grub-devel@gnu.org; Thu, 24 Jan 2008 09:19:45 -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 1JI2vh-0002Kh-63 for grub-devel@gnu.org; Thu, 24 Jan 2008 09:19:45 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JI2vc-0006zw-EN for grub-devel@gnu.org; Thu, 24 Jan 2008 14:19:40 +0000 Received: from adsl-69-234-209-26.dsl.irvnca.pacbell.net ([69.234.209.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Jan 2008 14:19:40 +0000 Received: from wa1ter by adsl-69-234-209-26.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Jan 2008 14:19:40 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: walt Date: Thu, 24 Jan 2008 06:20:07 -0800 Organization: none Message-ID: References: <20080119170105.GJ1341@kirkkit.kollasch.net> <87myqvzkqk.fsf@xs4all.nl> 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-209-26.dsl.irvnca.pacbell.net User-Agent: Thunderbird 3.0a1pre (X11/2008012404) In-Reply-To: <87myqvzkqk.fsf@xs4all.nl> 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: Thu, 24 Jan 2008 14:19:51 -0000 Marco Gerards wrote: > walt writes: > ... >> I recompiled my NetBSD kernel with the MULTIBOOT option enabled, but >> I still get a 'magic broken' error when doing 'multiboot /netbsd'. > Can it be loaded from GRUB Legacy using its multiboot capabilities? Yes! > Do you want to work on a loader for BSD? That would be the ideal > solution and a nice opportunity for you to learn :-) Sure, but don't expect very much :o) We know that grub legacy can boot NetBSD, so maybe I can get grub2 to do the same. Debugging a free-standing program like grub is something I've never tried. How would you approach the problem if you were going to do it yourself?