This procedure walks you through the RedHat installation program. It
summarizes the significant information and decisions you will have to
make. If the installer asks a question that is not covered by the
following procedure, simply give the default or most obvious response;
you won't likely go wrong.
- Place the Red Hat installation CD in the CD drive, and, if
necessary, the Red Hat boot disk in the floppy drive. Power down
and reboot.
- Choose text expert mode.
- Choose NO when asked for a driver disk
- Choose the English language, a US keyboard, and local CDROM installation.
- Choose OK when presented with the "Welcome to Red Hat Linux" window.
- Choose the mouse from the list provided. In almost all cases it
will be a generic 3-button PS/2 mouse, but another common mouse
is the Microsoft Intellimouse, with a scroll wheel as its middle
button. Choose Emulate 3 Buttons if necessary for your mouse.
- Choose a custom system.
- Use fdisk to set up partitions on the hard drive. The
following procedure will walk you through the use of
fdisk; the symbol
indicates a
carriage return.
- First choose Edit to actually enter the fdisk program.
- Take a look at the current partitions by typing p
- Delete any existing partitions by typing d
1 , d 2 , etc.
- Create a new first partition with n
p 1
For the first cylinder, enter 1
For the last cylinder, enter +128M (i.e. 128 MB
long)
- Create a new second partition with n
p 2
For the first cylinder, enter
(i.e. start where last partition finished)
For the last cylinder, enter +512M
- Create a new third partition with n
p 3
For the first cylinder, enter 
For the last cylinder, enter
(i.e. fill remainder of disk)
- Assign the second partition as swap space with t
2
For the hex code, enter 82 (i.e. Linux swap)
- Type p
to
check the partition table you've created, then w to save it
and exit fdisk.
- Choose OK to continue on.
- If asked to format swap say Yes
- You will now be in the Disk Druid utility, which will help you
set up mount points for the first and third partitions (a swap
partition does not need a mount point).
- Edit partion hda1 (or whatever you are using) and select Filesystem Options.
Format as ext2 and select OK. Set the mount point to
/boot
- Do the same thing for hda3 execpt set the mount point to
/
The partition table should look something like the following:
| Device |
Size |
Type |
Mount Point |
| /dev/hda1 |
128 MB |
ext2 |
/boot |
| /dev/hda2 |
512 MB |
swap |
|
| /dev/hda3 |
(remaining space) |
ext2 |
/ |
- Choose OK to continue on.
- Choose Yes to format warning.
- Check LILO as your boot loader and Choose OK
- Install LILO in the master boot record (MBR).
- In the LILO configuration, Don't change anything and select OK.
- There are no other OS's installed, so choose OK when prompted if you
want LILO to boot from other partitions.
- Set up the networking when prompted:
- Make sure the "Use DHCP/BOOTP" box is unchecked.
- The machine's IP address. You will need to have determined
this in advance; it will probably be 129.89.57.something
- The netmask: 255.255.255.0
- The gateway: 129.89.57.1
- The primary nameserver: 129.89.7.2
- The secondary nameserver: 129.89.7.14
- The tertiary nameserver: 129.89.57.103
- Set the hostname, including the .phys.uwm.edu extension.
- When prompted for security choose: No firewall
- Choose only the English USA language package.
- Set hardware clock to GMT, and timezone to America/Chicago.
- For root password, choose something you'll remember. After installation,
make sure to contact the admins to change it.
- Don't set up any user accounts.
- For authentication configuration:
- Do use shadow passwords.
- Do enable MD5 passwords.
- Do enable NIS, and specify the NIS domain as uwmlsc-nis.
- Make sure "Request server via broadcast" is unchecked, and below it use
uwmlsc.phys.uwm.edu
- Do not enable LDAP or Kerberos.
- Include the following packages only:
- Printing Support
- Classic X Windows System
- X Window System
- Gnome
- KDE
- Sound and Multimedia Support
- Network Support
- Dialup Support
- Messaging and Web Tools
- Graphics and Image Manipulation
- Network Managed Workstation
- Authoring and Publishing
- Emacs
- Utilities
- Software Development
- Kernel Development
- Windows Compatibility / Interoperability
- Games and Entertainment
- Xprobe reports the video card installed. Choose OK if it is correct.
- Choose OK to begin install
- Wait until the RPMS have finished installing. You will need to change CDs
twice during the install, so make sure you have CD 2 and CD 3 ready.
- Choose not to make a boot disk.
- Choose OK if your monitor is correctly detected, or choose one from
the list presented. Don't probe again for monitor resolution. Select
the amount of memory that your video card has, and choose No Clockchip.
- Choose a display resolution. 1024×768 is a good screen
resolution for 15-inch monitors; larger screens can have up to
1280×1024. Choose the highest colour depth (16 or
24 bit) for your resolution. Choose to use graphical login.
This completes the basic installation. The installer will reboot the
machine when everything is finished. When the graphical login screen
comes up, log in as root. The rest of the installation configuration
is done from the root account. Open a terminal (right-clicking the desktop should work),
and continue with the post-installation setup.
|
|