From owner-freebsd-hackers Wed Jan 15 15:43:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA07070 for hackers-outgoing; Wed, 15 Jan 1997 15:43:32 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id PAA07064 for ; Wed, 15 Jan 1997 15:43:28 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id QAA04910; Wed, 15 Jan 1997 16:28:58 -0700 From: Terry Lambert Message-Id: <199701152328.QAA04910@phaeton.artisoft.com> Subject: Re: FAQ Section 2.15... To: peter@hw.nl (Peter Korsten) Date: Wed, 15 Jan 1997 16:28:57 -0700 (MST) Cc: ping@stepnet.com, dwhite@resnet.uoregon.edu, freebsd-hackers@freebsd.org In-Reply-To: from "Peter Korsten" at Jan 15, 97 11:26:27 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > sysid 165,(FreeBSD/NetBSD/386BSD) > > start 2097152, size 2140160 (1045 Meg), flag 0 > > beg: cyl 1023/ sector 63/ head 255; > > end: cyl 1023/ sector 32/ head 63 > > I could be mistaken here, but shouldn't bootable partitions be > within the 1 Gb range? Your 4th partition is just outside that. Yes, this is his problem. Note that the whole partition doesn't have to be under 1G, only: o the disklabel o the a slice o any bad sectors that have been replaced in the a slice if bad144 is active. In addition, not even the *whole* a slice needs to be below that mark if the following data is below the mark: o the inode for the / directory o the inode data blocks for the directory blocks up to and including the directory entry for "kernel" o the inode for the "kernel" file o the indirect blocks (if any) for the "kernel" file o the inode data for the "kernel" file contents The limitation is caused by one of three things: 1) His BIOS does not support the LBA BIOS extension (it must be there for the other two to use it, obviously...). 2) His boot selector does not use LBA BIOS extension to load the OS boot block (OS-BS and BootEasy do not use the LBA BIOS extension). 3) His OS boot block does not use the LBA BIOS extension to load the kernel (FreeBSD's boot block doesn't use the LBA BIOS extension). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.