From owner-freebsd-questions@FreeBSD.ORG Mon Sep 19 01:14:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E9A016A41F for ; Mon, 19 Sep 2005 01:14:12 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 43B7C43D45 for ; Mon, 19 Sep 2005 01:14:11 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 2981 invoked by uid 502); 19 Sep 2005 01:14:11 -0000 Received: from dsl13079.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@66.243.212.79) by 0 with SMTP; 19 Sep 2005 01:14:11 -0000 X-CLIENT-IP: 66.243.212.79 X-CLIENT-HOST: dsl13079.ywave.com Message-ID: <432E10E2.3070801@ywave.com> Date: Sun, 18 Sep 2005 18:14:10 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050908) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jonas , freebsd-questions@freebsd.org References: <20050918160808.4049.qmail@web35805.mail.mud.yahoo.com> <20050918185355.619fedd4@localhost> In-Reply-To: <20050918185355.619fedd4@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Install GRUB for FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2005 01:14:12 -0000 jonas wrote: > AFAIK grub has problems with reading ufs (please correct me if i'm > wrong! maybe it's just because my grub version is a bit old ;) ). > you can get around this by putting the grub config on a partition grub > can read (like ext2fs or fat32) and then just chainload the freebsd > loader installed into the freebsd partition. of course this is not the > best solution but it works for me :) > > greets, > jonas I use grub installed on a ufs filesystem and it has absolutely no problems reading config files, stages, or splash screens from it. Later, Micah