From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JOZMc-0006l2-6w for mharc-grub-devel@gnu.org; Mon, 11 Feb 2008 09:10:30 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOZMZ-0006iB-7w for grub-devel@gnu.org; Mon, 11 Feb 2008 09:10:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOZMW-0006fM-G2 for grub-devel@gnu.org; Mon, 11 Feb 2008 09:10:26 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOZMW-0006fA-Bo for grub-devel@gnu.org; Mon, 11 Feb 2008 09:10:24 -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 1JOZMW-0003nO-5s for grub-devel@gnu.org; Mon, 11 Feb 2008 09:10:24 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JOZMN-0000qm-Q1 for grub-devel@gnu.org; Mon, 11 Feb 2008 14:10:15 +0000 Received: from adsl-69-234-204-125.dsl.irvnca.pacbell.net ([69.234.204.125]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Feb 2008 14:10:15 +0000 Received: from wa1ter by adsl-69-234-204-125.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Feb 2008 14:10:15 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: walt Date: Mon, 11 Feb 2008 06:11:08 -0800 Organization: none Message-ID: References: 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-204-125.dsl.irvnca.pacbell.net User-Agent: Thunderbird 3.0a1pre (X11/2008021105) In-Reply-To: Sender: news X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Subject: Re: [PATCH] a.out support for multiboot and freebsd 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: Mon, 11 Feb 2008 14:10:27 -0000 Bean wrote: > Hi, > > The following patch support freebsd a.out and elf, now you can load > the kernel directly. > > 1. Boot through loader: > > set root=(hd0,0,a) > freebsd /boot/loader > > It should be able to deduce the root device from the root variable. I still see currdev=disk0s1c but that should be s1a, not s1c. > > 2. Booting directly: > freebsd (hd0,0,a)/boot/kernel/kernel At this point I see 'broken magic at 0x6b30'. I'm running FreeBSD CURRENT, not stable. Could that be the problem?