Linux Install

Install Checklist

Troubleshooting

Most problems can be attributed to

IDE Disks

Network Cards

alias eth0 3c503
options 3c503 irq=5 io=0x300

Graphics Controller

Hardware Resources

# cat /proc/interrupts
CPU0
0: 92636534 XT-PIC timer
1: 62869 XT-PIC keyboard
2: 0 XT-PIC cascade
5: 2631 XT-PIC soundblaster
8: 1 XT-PIC rtc
11: 1752903 XT-PIC sym53c8xx, usb-ohci, eth0
12: 537322 XT-PIC PS/2 Mouse
14: 207 XT-PIC ide0
NMI: 0
ERR: 0

Installation Methods

Layout of RedHat distribution on the CD
RedHat's README file found in the top level
Creating a boot floppy
# dd if=boot.img of=/dev/fd0 bs=1440k
* During the install process you will have access to diagnostic messages and a shell.
Console Keystrokes Contents
1 [Ctrl] - [Alt] - [F1] installation dialog
2 [Ctrl] - [Alt] - [F2] shell prompt
3 [Ctrl] - [Alt] - [F3] install log (messages from installation program)
4 [Ctrl] - [Alt] - [F4] system-related messages
5 [Ctrl] - [Alt] - [F5] other messages
7 [Ctrl] - [Alt] - [F7] X graphical display

For additional details, RedHat provides an excellent HOWTO for installation