Demonstration of a Unix Installation
Tom Kelliher, CS43
Feb. 13, 1996
We'll go down into the Math/CS Lab and I'll walk us through installing
BSD/OS 2.1 on one of the new Dells. I've encountered a few problems with
my ``practice'' installation:
- The 3Com 3C509 ethernet card (ef driver) wasn't configuring properly.
The autoconfig code in the kernel appeared to associate the card with IRQ
11 when the card was at IRQ 10. Fixed.
- After the installation was completed, the system wouldn't boot off the
hard drive. This seems to be because the two drives (wd hard drive and
CDROM drive) are using the second controller on the motherboard rather than
the first. This also greatly confused the installation software. I am
able to force the kernel to use the second controller, but it's an ugly
kludge. Working on moving the cable to the other controller.
For background, you should read the following man pages, take notes, and
jot down questions:
- hosts.equiv --- trusted remote users (we will use .rhosts)
- ef --- driver for the 3C509 card
- wd --- driver for a generic IDE/EIDE drive
- boot --- second stage boot program
- disksetup --- disk partitioning program
- bootany --- first stage MBR program which allows booting from a
choice of FDISK partitions
- fsck --- filesystem consistency check and repair
- newfs --- build a new filesystem
- mount --- mount a filesystem
- installsw --- install new software packages
- init --- the first user program
Thomas P. Kelliher
Mon Feb 12 11:23:13 EST 1996
Tom Kelliher