Red Hat Enterprise Linux 3: Installation Guide for x86, Itanium™, AMD64, and Intel® Extended Memory 64 Technology (Intel® EM64T) | ||
---|---|---|
Prev | Chapter 4. Installing Red Hat Enterprise Linux | Next |
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.
Note | |
---|---|
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. |
You can boot the installation program using any one of the following media (depending upon what your system can support):
Red Hat Enterprise Linux CD-ROM — Your machine supports a bootable CD-ROM drive and you have the Red Hat Enterprise Linux CD-ROM set.
Boot CD-ROM — Your machine supports a bootable CD-ROM drive and you want to perform network or hard drive installation.
Boot diskette — Your machine does not support a bootable CD-ROM and you want to install from a local CD-ROM, network, or a hard drive[1]
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.
Tip | |
---|---|
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:
Once the boot: prompt appears, the installation program automatically begins if you take no action within the first minute. To disable this feature, press one of the help screen function keys.
If you press a help screen function key, there will be a slight delay while the help screen is read from the boot media.
Normally, you only need to press
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.
To boot from the Red Hat Enterprise Linux CD #1 follow these steps:
Remove all media except Red Hat Enterprise Linux CD #1.
From the Boot Option menu choose EFI Shell.
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.
Type elilo linux to boot into the installation program.
Go to Chapter 4 Installing Red Hat Enterprise Linux to begin the installation.
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:
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.
From the Boot Option menu choose EFI Shell.
At the Shell> prompt, change the device to the LS-120 drive by typing the command fs0:, using the example map output above.
Type elilo linux to boot into the installation program.
Go to Chapter 4 Installing Red Hat Enterprise Linux to begin the installation.
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.
Note | |
---|---|
Refer to Appendix F Additional Boot Options for additional boot options not covered in this section. |
To perform a text mode installation, at the installation boot prompt, type:
linux text |
ISO images have an md5sum embedded in them. To test the checksum integrity of an ISO image, at the installation boot prompt, type:
linux mediacheck |
The installation program will prompt you to insert a CD or select an ISO image to test, and select OK to perform the checksum operation. This checksum operation can be performed on any Red Hat Enterprise Linux CD and does not have to be performed in a specific order (for example, CD #1 does not have the be the first CD you verify). It is strongly recommended to perform this operation on any Red Hat Enterprise Linux CD that was created from downloaded ISO images. This command works with the CD, DVD, hard drive ISO, and NFS ISO installation methods.
Also in the images/ directory is the boot.iso file. This file is an ISO image than can be used to boot the installation program. It is a handy way to start network-based installations without having to use multiple diskettes. To use the boot.iso, your computer must be able to boot from its CD-ROM drive, and its BIOS settings must be configured to do so. You must then burn the boot.iso file onto a recordable/rewriteable CD-ROM.
If you need to perform the installation in serial mode, type the following command:
linux console=<device> |
For text mode installations, use:
linux text console=<device> |
In the above command, <device> should be the device you are using (such as ttyS0 or ttyS1). For example, linux text console=ttyS0.
Text mode installations using a serial terminal work best when the terminal supports UTF-8. Under UNIX and Linux, Kermit supports UTF-8. For Windows, Kermit '95 works well. Non-UTF-8 capable terminals will work as long as only English is used during the installation process. An enhanced serial display can be used by passing the utf8 command as a boot-time option to the installation program. For example:
linux console=ttyS0 utf8 |
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
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).
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.
[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. |