From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1N0sfm-0006EQ-7v for mharc-grub-devel@gnu.org; Thu, 22 Oct 2009 04:05:26 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0sfk-0006De-TI for grub-devel@gnu.org; Thu, 22 Oct 2009 04:05:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0sff-0006Ae-TN for grub-devel@gnu.org; Thu, 22 Oct 2009 04:05:24 -0400 Received: from [199.232.76.173] (port=46513 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0sff-0006AV-NL for grub-devel@gnu.org; Thu, 22 Oct 2009 04:05:19 -0400 Received: from ey-out-1920.google.com ([74.125.78.145]:31036) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0sff-0004Wg-6S for grub-devel@gnu.org; Thu, 22 Oct 2009 04:05:19 -0400 Received: by ey-out-1920.google.com with SMTP id 3so7990025eyh.34 for ; Thu, 22 Oct 2009 01:05:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=ZVs3NZDENKFF/2pl2foNjQaf6F7Da0fp+olzeWsUBZg=; b=XUOpe9ScQOn8TmDfxKQo3VhU2ib/9Y6cPcs66Rc2bnlVuj+qryavzQg+/dHH1ZZvNk syDr0CjCIi+K/VhEn8rM01Yj7gWzPCSgvh4s+2Yk2/ftvnSoOMhLykH0lqoiMkxI6kF4 nxCeJOPIgrGBmpImG+R7CSXjq+rth0VpqufZk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=wcHE7yr/Tjcv2HGksal/WzDC/lWFds4nUyqesoSd5C9uXfYCwQQkaRGwtb7Zw//QuV 6AA2QGKweMNQ/RVuPbjE3zm3OLDdUEghFCcdmybrWPtCmaEsb2X8vZn/ciszMGdL4PjH IMdbqjsm5die7EJSmqqXH6H92M0soMs4v2smc= Received: by 10.211.139.7 with SMTP id r7mr4127266ebn.26.1256198717476; Thu, 22 Oct 2009 01:05:17 -0700 (PDT) Received: from debian.bg45.phnet (gprs01.swisscom-mobile.ch [193.247.250.1]) by mx.google.com with ESMTPS id 5sm2135899eyh.42.2009.10.22.01.05.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 22 Oct 2009 01:05:16 -0700 (PDT) Message-ID: <4AE0123A.3090909@gmail.com> Date: Thu, 22 Oct 2009 10:05:14 +0200 From: Vladimir 'phcoder' Serbinenko User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) MIME-Version: 1.0 To: The development of GRUB 2 References: <4ADFA673.5040101@castlejones.net> In-Reply-To: <4ADFA673.5040101@castlejones.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: 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 08:05:25 -0000 Brian R. Jones wrote: > 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 It's freebsd_module_elf /boot/kernel/geom_mirror.ko (no '=') but since grub2 has no module dependency tracking you'll have to explicitly load any dependencies as well > > 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. > > -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git