Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 1997 16:28:57 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        peter@hw.nl (Peter Korsten)
Cc:        ping@stepnet.com, dwhite@resnet.uoregon.edu, freebsd-hackers@freebsd.org
Subject:   Re: FAQ Section 2.15...
Message-ID:  <199701152328.QAA04910@phaeton.artisoft.com>
In-Reply-To: <Mutt.19970115232627.peter@orac.hw.nl> from "Peter Korsten" at Jan 15, 97 11:26:27 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> > 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701152328.QAA04910>