4.3.3. Zusätzliche Boot-Optionen
Die einfachste Installationsmethode ist das Booten von CD-ROM und die Durchführung einer grafischen Installation. Es gibt jedoch Situationen, die eine andere Boot-Methode erfordern. Dieser Abschnitt gibt einen Überblick über zusätzliche Boot-Optionen für Red Hat Enterprise Linux.
For Itanium users:
Um auf Itanium-Systemen Optionen an den Bootloader zu übergeben, geben Sie Folgendes am EFI-Shell-Prompt ein:
elilo linux option
For x86, AMD64, and Intel® 64 users:
Um Optionen an den Bootloader auf einem x86-, AMD64 oder Intel® 64-System weiterzugeben, folgen Sie den Anweisungen, wie sie in den unten aufgeführten Beispielen für Bootloader-optionen bereitgestellt sind.
Anmerkung
Refer to Kapitel 8, Zusätzliche Boot-Optionen für Intel®- und AMD-Systeme for additional boot options not covered in this section.
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
Das Installationsprogramm fordert Sie auf, eine CD einzulegen, oder ein ISO-Image zu testen und anschließendzu wählen, um die Prüfsummenfunktion durchzuführen. Diese Prüfsummenfunktion kann für jede Red Hat Enterprise Linux-CD durchgeführt werden und muss in keiner speziellen Reihenfolge (zum Beispiel CD Nr. 1 muss nicht die erste CD sein, die Sie überprüfen) erfolgen. Es wird dringend empfohlen, diese Funktion bei allen Red Hat Enterprise Linux-CDs, die von einem heruntergeladenen ISO-Image erstellt wurden, durchzuführen. Dieser Befehl funktioniert mit den Installationsmethoden von CD, DVD, Festplatten-ISO und NFS-ISO. - Also in the
images/
directory is theboot.iso
file. This file is an ISO image than can be used to boot the installation program. To use theboot.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 theboot.iso
file onto a recordable/rewriteable CD-ROM. linux console=<device>
Für die Installation im Textmodus: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 works as long as only English is used during the installation process. An enhanced serial display can be used by passing theutf8
command as a boot-time option to the installation program. For example:linux console=ttyS0 utf8
4.3.3.1. Kerneloptionen
Optionen können auch auf den Kernel übertragen werden. Um beispielsweise Updates für das Installationsprogramm Anaconda von Diskette anzuwenden, geben Sie Folgendes ein:
linux updates
Für die Installation im Textmodus:
linux text updates
Dieser Befehl fordert Sie auf, eine Diskette mit Updates (Bug Fixes) für Anaconda einzulegen. Er wird nicht benötigt, wenn Sie eine Netzwerkinstallation durchführen und bereits die Image-Inhalte der Aktualisierungen in der Datei
RHupdates/
auf dem Server abgelegt haben.
Drücken Sie die Eingabe-Taste, nachdem Sie die entsprechenden Optionen eingegeben haben, um das System mit diesen Optionen zu starten.
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 Abschnitt 4.19, »Bootloader-Konfiguration von x86-, AMD64- und Intel® 64-Systemen« for more information).
For more information on kernel options refer to Kapitel 8, Zusätzliche Boot-Optionen für Intel®- und AMD-Systeme.