From owner-freebsd-questions@FreeBSD.ORG Tue Jul 15 18:12:44 2003 Return-Path: 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 1109D37B401 for ; Tue, 15 Jul 2003 18:12:44 -0700 (PDT) Received: from mail.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6438043FB1 for ; Tue, 15 Jul 2003 18:12:41 -0700 (PDT) (envelope-from judmarc@fastmail.fm) Received: from smtp.us2.messagingengine.com (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 03C9329E6A for ; Tue, 15 Jul 2003 21:11:47 -0400 (EDT) Received: from 10.202.2.133 ([10.202.2.133] helo=smtp.us2.messagingengine.com) by messagingengine.com with SMTP; Tue, 15 Jul 2003 21:11:47 -0400 Received: by smtp.us2.messagingengine.com (Postfix, from userid 99) id 68E0C72455; Tue, 15 Jul 2003 21:11:44 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Jud" To: "freebsd-questions" Date: Tue, 15 Jul 2003 21:11:44 -0400 X-Epoch: 1058317907 X-Sasl-enc: KbZME5zcGM402R2vYlcIcg Message-Id: <20030716011144.68E0C72455@smtp.us2.messagingengine.com> Subject: Fwd: Re: Multi-OS Boot Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 01:12:44 -0000 Sorry, forgot to cc the list. On Tue, 15 Jul 2003 21:10:29 -0400, "Jud" said: > On Wed, 16 Jul 2003 08:49:30 +1000, "Adam King" said: > > I currently have a dual boot Windows/Linux system and want to add another > > partition and install FreeBSD. > > > > In the FreeBSD install, it mentions that the boot files must be within > > the first 1024 Cylinders. Is this a requirement for FreeBSD itself or > > just for the FreeBSD boot loader? > > What FreeBSD install did you find this in? Installation below the 1024th > cylinder is not a requirement for either FreeBSD itself or for its boot > loader. (By "FreeBSD itself" I assume you mean the entire filesystem or > some sizable subset of it.) The 1024 cylinder limit is rarely > encountered these days because it is a consequence of an old BIOS that > doesn't use geometry translation. (Geometry translation is usually > associated with LBA (logical block addressing).) > > > If I use a linux boot loader (LILO or Grub) which doesn't have a problem > > with the 1024 cylinder limit, will it be able to boot FreeBSD if it's > > boot files are above cylinder 1024? > > Use any boot loader you like. Should work fine. The FreeBSD system I'm > using right now is installed on the second half of an 80GB RAID0 array. > > Jud