United States (change)
Shortcuts: Downloads Fedora Red Hat Network
Account Links: Cart Your Account Logout
Both Red Hat Enterprise Linux 3 Update 3 and Red Hat Enterprise Linux 4 Initial release both start the installation program in frame buffer mode. Red Hat Enterprise Linux 3 Updates 1, 2 and 4 do not start in frame buffer mode.
To get around this you can modify the installation boot disk to create an auto-starting serial install.
Either make a copy of the downloaded .iso file of the first disk of the installation media or extract an ISO image from the CD using the following command:
dd if=/dev/<cdrom> of=boot.iso
Replacing <cdrom> with the device name of your CD drive.
Mount the ISO image. e.g.: mount -o loop boot.iso /mnt/image.
Edit the file /isolinux/isolinux.cfg. Delete the "timeout" line and change the default line to read:
linux nofb console=ttyS0
Save this file and then unmount the iso file e.g.: umount /mnt/image.
Burn this ISO image to a CD and boot from it. The installation program should now begin without using frame buffer mode and with all output redirected to the first serial port.