Problem installing FreeBSD 5.3

2007-07-03 Thread Lisa Casey

Hi,

I am attempting to install FreeBSD 5.3 (because that's the latest distro I 
have CD's for) on a brand new system with a 80 G harddrive and 2 G RAM.


I boot from Disk 1 of the 5.3 disk set and choose to begin a standard 
installation. Next is the fdisk utility to partition the drive. The first 
thing  I get is a message which states:


WARNING: A geometry of 155061/16/63 for ad0 is incorrect. Using a more 
likely geometry. If this geometry is incorrect or if you are unsure whether 
or not it's correct, please consult the hardware guide in the documentation 
submenu or use the (G)eometry command to change it now.


Even if I go to bios and use the values bios gives for the harddrive 
(38309/16/255) I still get the same message about incorrect geometry.


I can choose OK and get past this.  I choose to devote the entire disk to 
FreeBSD, and install the FreeBSD boot manager. Next I need to partition my 
drive. The defaults won't do at all (this machine  is to be a radius server 
 mail server and the default size of /var is too small). I chose 2000M for 
/, 4000M for swap (using 2 x RAM), 200M for /tmp, 20,000M for /usr and the 
remainder for /var.


Next I chose to install full sources, binaries  docs and to install the 
Ports collection.


I chose to install from CD then hit OK to start copying files but I get 
this error:


Unable to find device node for /dev/ad0s1b in /dev. The creation of file 
systems will be aborted.


ad0s1b is my swap partition. I changed the size of swap to 2000M thinking 
perhaps it was too large but I get the same error about unable to find 
device node.


I've googled this but haven't found anything that helped me resolve this. 
Any body on this list know what I need to do to get FreeBSD installed on 
this drive?


Thanks,

Lisa Casey


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem installing FreeBSD 5.3

2007-07-03 Thread Chuck Swiger

Hello--

Lisa Casey wrote:
I am attempting to install FreeBSD 5.3 (because that's the latest distro 
I have CD's for) on a brand new system with a 80 G harddrive and 2 G RAM.


If you're having problems with 5.3, it might be better to try 6.2 or maybe 5.5 
than to spend too much time playing with a version that you're going to have 
to update immediately before using, anyway.


Note that you can simply burn a new FreeBSD image from the ones on 
ftp.freebsd.org or the mirrors mentioned in the fine manual...  :-)


I boot from Disk 1 of the 5.3 disk set and choose to begin a standard 
installation. Next is the fdisk utility to partition the drive. The 
first thing  I get is a message which states:


WARNING: A geometry of 155061/16/63 for ad0 is incorrect. Using a more 
likely geometry. If this geometry is incorrect or if you are unsure 
whether or not it's correct, please consult the hardware guide in the 
documentation submenu or use the (G)eometry command to change it now.


Even if I go to bios and use the values bios gives for the harddrive 
(38309/16/255) I still get the same message about incorrect geometry.


You might try updating your machine's BIOS, if anything is available, and you 
might try entering the disk configuration settings and try to make sure the 
BIOS is set to LBA mode rather than C/H/S or some manual geometry.


Usually the default/auto setting ends up in LBA mode, anyway, unless your BIOS 
is old or flaky.


I can choose OK and get past this.  I choose to devote the entire disk 
to FreeBSD, and install the FreeBSD boot manager. Next I need to 
partition my drive. The defaults won't do at all (this machine  is to be 
a radius server  mail server and the default size of /var is too 
small). I chose 2000M for /, 4000M for swap (using 2 x RAM), 200M for 
/tmp, 20,000M for /usr and the remainder for /var.


Next I chose to install full sources, binaries  docs and to install the 
Ports collection.


I chose to install from CD then hit OK to start copying files but I get 
this error:


Unable to find device node for /dev/ad0s1b in /dev. The creation of file 
systems will be aborted.


ad0s1b is my swap partition. I changed the size of swap to 2000M 
thinking perhaps it was too large but I get the same error about unable 
to find device node.


This implies a problem writing out the partition table.  Make sure the IDE 
cables are OK and that the disk drive and CD-ROM drive have the IDE 
master/slave setting jumpers properly configured.


You might have a BIOS setting about boot sector virus protection; if so, 
turn that off or your BIOS might have prevented FreeBSD from writing the 
bootstrap info/MBR out to disk.


You might also try using a DOS or Windows version of FDISK to create a small 
bootable partition (a Win 98/ME recovery floppy works good for this), and see 
whether that is bootable.  If it is, then try installing FreeBSD to the 
remainder of the disk space.


--
-Chuck
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem installing FreeBSD 5.3

2007-07-03 Thread Roland Smith
On Tue, Jul 03, 2007 at 02:10:24PM -0400, Lisa Casey wrote:
 Hi,
 
 I am attempting to install FreeBSD 5.3 (because that's the latest distro I 
 have CD's for) on a brand new system with a 80 G harddrive and 2 G RAM.

Since 5.3 is no supported anymore, I suggest that you download 6.2 images.
 
 I boot from Disk 1 of the 5.3 disk set and choose to begin a standard 
 installation. Next is the fdisk utility to partition the drive. The first 
 thing  I get is a message which states:
 
 WARNING: A geometry of 155061/16/63 for ad0 is incorrect. Using a more 
 likely geometry. If this geometry is incorrect or if you are unsure whether 
 or not it's correct, please consult the hardware guide in the documentation 
 submenu or use the (G)eometry command to change it now.

I've ignored this every time I saw it without adverse results.

 I can choose OK and get past this.  I choose to devote the entire disk to 
 FreeBSD, and install the FreeBSD boot manager. Next I need to partition my 
 drive. The defaults won't do at all (this machine  is to be a radius server 
  mail server and the default size of /var is too small). I chose 2000M for 
 /, 4000M for swap (using 2 x RAM), 200M for /tmp, 20,000M for /usr and the 
 remainder for /var.

2000M for / is quite a lot. On my system, root gets 200M. It only uses
about 90M currently.
 
 Unable to find device node for /dev/ad0s1b in /dev. The creation of file 
 systems will be aborted.
 
 ad0s1b is my swap partition. I changed the size of swap to 2000M thinking 
 perhaps it was too large but I get the same error about unable to find 
 device node.
 
 I've googled this but haven't found anything that helped me resolve this. 
 Any body on this list know what I need to do to get FreeBSD installed on 
 this drive?

If it still fails the same way with 6.2, I'd submit a problem report.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpCEv9geiE2G.pgp
Description: PGP signature