From owner-freebsd-questions@FreeBSD.ORG Tue Jul 15 20:13:06 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 7B0F737B401 for ; Tue, 15 Jul 2003 20:13:06 -0700 (PDT) Received: from ipt1.intellicentre.net.au (ipt1.intellicentre.net.au [203.110.136.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9060E43F93 for ; Tue, 15 Jul 2003 20:13:03 -0700 (PDT) (envelope-from aking@lgh.com.au) Received: from pc124 (dsl-202-63-67-25.saise.com.au [202.63.67.25]) h6G3D2oK029818 for ; Wed, 16 Jul 2003 13:13:02 +1000 (EST) Message-ID: <00b901c34b48$5f6ad030$7c01a8c0@pc124> From: "Adam King" To: Date: Wed, 16 Jul 2003 13:14:30 +1000 Organization: LGH MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: Multi-OS Boot Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Adam King List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 03:13:06 -0000 Sorry, here's a better link: = http://www.informit.com/content/index.asp?product_id=3D%7B7309E848-0A1E-4= 75A-A1CD-17B5462B1564%7D&062903 ----- Original Message -----=20 From: Adam King=20 To: freebsd-questions@freebsd.org=20 Sent: Wednesday, July 16, 2003 1:05 PM Subject: Fw: Multi-OS Boot Question This was in the 5.1 sysinstall notes. It is also mentioned on this = site = (http://www.informit.com/isapi/product_id~{7309E848-0A1E-475A-A1CD-17B546= 2B1564}/element_id~{C8915938-27E4-4BF5-B449-CD40F6C9D8B5}/st~{FC01C6FA-A1= 66-40A9-BEFF-FA0234A128E9}/session_id~{D7D91592-81FC-47F8-BC69-313B51CAD0= D0}/content/articlex.asp)that was linked from freebsd.org. ----- Original Message -----=20 From: Jud=20 To: Adam King=20 Sent: Wednesday, July 16, 2003 11:10 AM Subject: Re: Multi-OS Boot Question 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. >=20 > 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).) =20 > 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