4.3. Starting the Installation Program

To start, boot the installation program. Make sure you have all the resources you need for the installation. If you have already read through Chapter 2 Steps to Get You Started, and followed the instructions, you should be ready to begin.

NoteNote
 

Occasionally, some hardware components require a driver diskette during the installation. A driver diskette adds support for hardware that is not otherwise supported by the installation program. Refer to Appendix E Driver Media for more information.

4.3.1. Booting the Installation Program on x86, AMD64, and Intel® EM64T Systems

You can boot the installation program using any one of the following media (depending upon what your system can support):

To create a boot CD-ROM, refer to Section 2.5.2 Making an Installation Boot CD-ROM.

To create a boot diskette, refer to Section 2.5.3 Making an Installation Boot Diskette.

Insert the boot diskette into your computer's first diskette drive and reboot (or boot using the CD-ROM, if your computer supports booting from it). Your BIOS settings may need to be changed to allow you to boot from the diskette or CD-ROM.

TipTip
 

To change your BIOS settings on an x86, AMD64, or Intel® EM64T system, watch the instructions provided on your display when your computer first boots. A line of text appears, telling you which key to press to enter the BIOS settings.

Once you have entered your BIOS setup program, find the section where you can alter your boot sequence. The default is often C, A or A, C (depending on whether you boot from your hard drive [C] or a diskette drive [A]). Change this sequence so that the CD-ROM is first in your boot order and that C or A (whichever is your typical boot default) is second. This instructs the computer to first look at the CD-ROM drive for bootable media; if it does not find bootable media on the CD-ROM drive, it will then check your hard drive or diskette drive.

Save your changes before exiting the BIOS. For more information, refer to the documentation that came with your system.

After a short delay, a screen containing the boot: prompt should appear. The screen contains information on a variety of boot options. Each boot option also has one or more help screens associated with it. To access a help screen, press the appropriate function key as listed in the line at the bottom of the screen.

As you boot the installation program, be aware of two issues:

Normally, you only need to press [Enter] to boot. Watch the boot messages to review if the Linux kernel detects your hardware. If your hardware is properly detected, continue to the next section. If it does not properly detect your hardware, you may need to restart the installation and use one of the boot options provided in Appendix F Additional Boot Options.

4.3.2. Booting the Installation Program on Itanium Systems

Your Itanium system may be able to boot the Red Hat Enterprise Linux installation program directly from the Red Hat Enterprise Linux CD #1. If your Itanium cannot boot the installation program from the CD-ROM (or if you want to perform a hard drive, NFS, FTP, or HTTP installation) you must boot from a diskette. Refer to Section 4.3.2.2 Booting the Installation Program from an LS-120 Diskette for more information on booting from a diskette.

4.3.2.1. Booting the Installation Program from the CD-ROM

To boot from the Red Hat Enterprise Linux CD #1 follow these steps:

  1. Remove all media except Red Hat Enterprise Linux CD #1.

  2. From the Boot Option menu choose EFI Shell.

  3. At the Shell> prompt, change to the file system on the CD-ROM. For example, in the above sample map output, the system partition on the CD-ROM is fs1. To change to the fs1 file system, type fs1: at the prompt.

  4. Type elilo linux to boot into the installation program.

  5. Go to Chapter 4 Installing Red Hat Enterprise Linux to begin the installation.

4.3.2.2. Booting the Installation Program from an LS-120 Diskette

If your Itanium cannot boot from Red Hat Enterprise Linux CD #1, you must boot from an LS-120 diskette. If you want to perform a hard drive, NFS, FTP, or HTTP installation, you must boot from boot LS-120 diskette.

You must create an LS-120 boot image file diskette from the boot image file on CD #1: images/boot.img. To create this diskette in Linux, insert a blank LS-120 diskette and type the following command at a shell prompt:

dd if=boot.img of=/dev/hda bs=180k

Replace boot.img with the full path to the boot image file and /dev/hda with the correct device name for the LS-120 diskette drive.

If you are not using the Red Hat Enterprise Linux CD, the installation program starts in text mode and you must choose a few basic options for your system.

If you are using the CD-ROM to load the installation program, follow the instructions contained in Chapter 4 Installing Red Hat Enterprise Linux.

To boot from an LS-120 diskette follow these steps:

  1. Insert the LS-120 diskette you made from the boot image file boot.img. If you are performing a local CD-ROM installation but booting off the LS-120 diskette, insert the Red Hat Enterprise Linux CD #1 also. If you are performing a hard drive, NFS, FTP, or HTTP installation, you do not need the CD-ROM.

  2. From the Boot Option menu choose EFI Shell.

  3. At the Shell> prompt, change the device to the LS-120 drive by typing the command fs0:, using the example map output above.

  4. Type elilo linux to boot into the installation program.

  5. Go to Chapter 4 Installing Red Hat Enterprise Linux to begin the installation.

4.3.3. Additional Boot Options

While it is easiest to boot using a CD-ROM and perform a graphical installation, sometimes there are installation scenarios where booting in a different manner may be needed. This section discusses additional boot options available for Red Hat Enterprise Linux.

For Itanium users:

To pass options to the boot loader on an Itanium system, enter the following at the EFI Shell prompt:

elilo linux option

For x86, AMD64, and Intel® EM64T users:

To pass options to the boot loader on an x86, AMD64, or Intel® EM64T system, use the instructions as provided in the boot loader option samples below.

NoteNote
 

Refer to Appendix F Additional Boot Options for additional boot options not covered in this section.

4.3.3.1. Kernel Options

Options can also be passed to the kernel. For example, to instruct the kernel to use all the RAM in a system with 128 MB of RAM, at the installation boot prompt, enter:

linux mem=128M

For text mode installations, use:

linux text mem=128M

After entering any options, press [Enter] to boot using those options.

If you need to specify boot options to identify your hardware, please write them down. The boot options are needed during the boot loader configuration portion of the installation (refer to Section 4.18 x86, AMD64, and Intel® EM64T Boot Loader Configuration for more information).

4.3.3.2. Booting Without Diskettes on x86-based Systems

The Red Hat Enterprise Linux CD-ROM can be booted by computers that support bootable CD-ROMs. Not all computers support this feature, so if your system cannot boot from the CD-ROM, there is one other way to start the installation without using a boot diskette. The following method is specific to x86-based computers only.

If you have MS-DOS installed on your system, you can boot directly from the CD-ROM drive without using a boot diskette. To do this (assuming your CD-ROM is drive d:), use the following commands:

C:\> d:
D:\> cd \dosutils
D:\dosutils> autoboot.bat

This method does not work if run in a DOS window — the autoboot.bat file must be executed with DOS as the only operating system. In other words, Windows cannot be running.

If your computer cannot boot directly from CD-ROM (and you cannot use a DOS-based autoboot.bat), use a boot diskette to start the installation.

Notes

[1]

isolinux (not available for Itanium systems) is used for booting the Red Hat Enterprise Linux installation CD. If you have problems booting from the CD, refer to Section 2.5.3 Making an Installation Boot Diskette for further instructions.