From owner-freebsd-stable Mon Apr 9 7:52:44 2001 Delivered-To: freebsd-stable@freebsd.org Received: from chmod.ath.cx (CC2-1242.charter-stl.com [24.217.116.226]) by hub.freebsd.org (Postfix) with ESMTP id C03C237B422 for ; Mon, 9 Apr 2001 07:52:41 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id 3FACFA91E; Mon, 9 Apr 2001 09:52:09 -0500 (CDT) Date: Mon, 9 Apr 2001 09:52:09 -0500 From: Andrew Hesford To: Mike Barton Cc: mwm@mired.org, Pete French , stable@freebsd.org Subject: Re: Disklabel 101? Message-ID: <20010409095209.B2619@cec.wustl.edu> References: <003101c0c0ed$a4c0ba10$1201a8c0@sanmik.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <003101c0c0ed$a4c0ba10$1201a8c0@sanmik.com>; from mike@dad.state.vt.us on Mon, Apr 09, 2001 at 08:07:25AM -0400 X-Loop: Andrew Hesford Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 09, 2001 at 08:07:25AM -0400, Mike Barton wrote: > I've got a setup like that working now. I think the problem is that that you > can't have the root partition past the 1024 logical cylinder due to BIOS > issues - I surely would've liked to have been in on wrting that piece of > code! Mind you, this machine hasn't swapped yet, which raises an OT > question: what's the easiest way to get the machine to swap *hard*? Keep in > mind that I'm still a bit leery of 'make world' ;) No, the root partition can be anywhere. The trouble with the 1024th cylinder is that the boot sector might not be able to find the kernel. This is a non-issue, though, becaues the FreeBSD boot0 supports BIOS 0x13 extensions (see the manpage for boot0cfg, on the "packet" option), which will let the boot0 code find a kernel anywhere. Actually, when I first built my system, I didn't install boot0 because I was using LILO. When I tried to replace it, I couldn't get boot0 to boot, because I didn't specify the packet option. -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message