Subject: Re: Help to install NetBSD
To: Michael Kukat <michael@bsdfans.org>
From: David Laight <david@l8s.co.uk>
List: netbsd-users
Date: 02/10/2003 14:14:21
> >  What is a problem for me is the
> > hard disk:  if I am greeted with something like setting my disk's
> > geometry, (I have a Seagate Barracuda 40GB HDD) what do I do, in terms
> > of cylinders, heads, tracks and sectors?
> 
> Something like "accept what BIOS thinks" should work in most cases. I had only
> one machine so far not booting afterwards.

The values reported can be wrong, the code in fdisk that works them
out is buggy.  The values you want are almost certainly:
	sectors = 63, heads = 255, cylinders = 1023
(some bioses need heads = 256).

	David

-- 
David Laight: david@l8s.co.uk