From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1N0lUm-0007GP-1m for mharc-grub-devel@gnu.org; Wed, 21 Oct 2009 20:25:36 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0lUk-0007Fh-3E for grub-devel@gnu.org; Wed, 21 Oct 2009 20:25:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0lUe-0007Dn-I9 for grub-devel@gnu.org; Wed, 21 Oct 2009 20:25:33 -0400 Received: from [199.232.76.173] (port=52326 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0lUe-0007Di-DZ for grub-devel@gnu.org; Wed, 21 Oct 2009 20:25:28 -0400 Received: from smtp103.biz.mail.mud.yahoo.com ([68.142.200.238]:30062) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1N0lUd-00086F-T8 for grub-devel@gnu.org; Wed, 21 Oct 2009 20:25:28 -0400 Received: (qmail 32577 invoked from network); 22 Oct 2009 00:25:25 -0000 Received: from unknown (HELO ?10.1.1.18?) (bjones@207.47.5.30 with plain) by smtp103.biz.mail.mud.yahoo.com with SMTP; 22 Oct 2009 00:25:24 -0000 X-Yahoo-SMTP: Bbwys1KswBD3337FUnZiIE55gVQORST4nEbCfAIFkrWpYxc- X-YMail-OSG: n5uJywUVM1nO1Qh3EILaX0P6mQ8FmGC8vlaxW.2WlqCqcRNeosiIdNYj_yhNy9chUT9Tqn9QZ_h9_kXImtMJ11u1Rytd8.XXDFBz13Vt9YhnvCC4xRLbkJa3aa6wrOms4p82tjwfjBUjhhE6Uc2OUFs7RomTXGKhoWd1EyL_a5c5owibR7GMoHcI8Y7KyGt9tia_yVXY0OvM9eWX6fFPKzmGqCJh9YE3HA6gJ6_7b2zmitbvbsh8lY5xV9iQbRgj_PgvL4U81S4Fc5ne4BguQTsPmyzaC0sUMHS6PpAmqWuj7J1QObrsTF6yvjS9WCTKzM1AzvuzAYOmXKAXqD3BWB6WD.ppNN4Qv6GXArAj0PueS62AGYLQ X-Yahoo-Newman-Property: ymail-3 Message-ID: <4ADFA673.5040101@castlejones.net> Date: Wed, 21 Oct 2009 17:25:23 -0700 From: "Brian R. Jones" Organization: dis User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: The development of GRUB 2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: using GRUB with FreeBSD gmirror 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, 22 Oct 2009 00:25:34 -0000 I'm trying to get GRUB1.97~beta4 working with FreeBSD 8.0 RC1 amd64 and gmirror, but I'm not sure the correct way to to a kernel module. I'm guessing something like: freebsd_module=/boot/kernel/geom_mirror.ko type=??? or freebsd_module_elf=/boot/kernel/geom_mirror.ko I'll probably have tried both of these before I get a response to this email, but what would be really useful is if someone could give me a clue as to where to look in the source for freebsd_whatever, as I have had no luck so far finding it. and yes, I'll switch to beta5 and kfreebsd_whatever as soon as I get it working. -- --Brian