From owner-freebsd-questions@FreeBSD.ORG Sat Dec 17 17:32:29 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 F420A16A41F for ; Sat, 17 Dec 2005 17:32:28 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7048443D5F for ; Sat, 17 Dec 2005 17:32:28 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 05A8DD24781 for ; Sat, 17 Dec 2005 12:32:27 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Sat, 17 Dec 2005 12:32:27 -0500 X-Sasl-enc: nnGXeoHI94yB5xdJTjAEeyQO3SA+AXCp4cYOE9bYWrBS 1134840746 Received: from gumby.localdomain (88-104-199-37.dynamic.dsl.as9105.com [88.104.199.37]) by frontend2.messagingengine.com (Postfix) with ESMTP id 315F357146D for ; Sat, 17 Dec 2005 12:32:26 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Sat, 17 Dec 2005 17:32:24 +0000 User-Agent: KMail/1.8.3 References: <43A031B1.2030105@supsi.ch> <200512141829.36933.list-freebsd-2004@morbius.sent.com> <43A091C4.5010304@ywave.com> In-Reply-To: <43A091C4.5010304@ywave.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512171732.25898.list-freebsd-2004@morbius.sent.com> Subject: Re: grub doesn't know ufs filesystem 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: Sat, 17 Dec 2005 17:32:29 -0000 On Wednesday 14 December 2005 21:42, Micah wrote: > I used chainloading for a while until I wanted multiple installs of > FreeBSD on the same drive. Using chainloading from grub always booted > the first FreeBSD regardless of which slice was specified in menu.lst. > Changing it to use /boot/loader allowed me to actually have more than > one FreeBSD on the same drive. I pretty sure you did something wrong, I've chainloaded multiple FreeBSD slices on the same drive using Lilo and other bootloaders. > Also, grub places some files on a host filesystem. It may be more > convenient to have those files stored on UFS rather than FAT or EXT. > ... > In that case, if you use grub (rather than FreeBSD's manager), you'd > have to make a partition solely for grub. But is it a good idea for a bootloader to require external files at boot-time? I assume there are cases were grub does things that other loaders can't, but it seems to me that for most people booting FreeBSD it's an overcomplicated and awkward solution.