Linux FAQ's & Manuals
- Linux Scripts
- Debian Install
- Bash For Beginners
- Bugzilla
- Consultants Guide
- GCC Manual
- Linux Command Line Tools
- Gnu Pascal Coding Standards
- Linux Installation Disk
- Labolatorium Linux(PL)
- Budowa systemu Linux(PL)
- Linux Dictionary
- Network Administrators
- Rescue Disk for Linux
- Red Hat Installation
- Red Hat Customization
- Red Hat Getting Started
- Red Hat Security
- Secure & Optimize
- Slackware Manual
- Suse Support
- Suse FAQ
It's not every day your boss puts you on the spot. But that's exactly what the head of Sun Microsystems Inc. did to his chief software executive today as they both celebrated the vendor's move to make its core Java platform freely available...
Andrew Morton: Linux 2.6.19-rc5-mm2
Incremental changelog, links within.
Mad Penguin: Yamipod: Yet Another Reason To Dump iTunes?
In our previous articles, we have looked at other music sources besides the iTunes Music Store as well as other iPod management tools. Today, we are going to look at yet another iPod manager, the Yamipod...
Linux.com: CLI Magic: Enhancing the Shell with fish
The Friendly Interactive Shell (fish) is an alternative command line that is designed to be easy to learn and use...
HowtoForge: The Perfect Setup--OpenVZ with CentOS 4.4
In this HowTo I will describe how to prepare a CentOS 4.4 server for OpenVZ virtual machines...
2.6. preparing for a hard drive installation
![]() | note |
|---|---|
hard drive installations only work from ext2, ext3, or fat file systems. if you have a file system other than those listed here, such as reiserfs, you will not be able to perform a hard drive installation. |
hard drive installations require the use of the iso (or cd-rom) images. an iso image is a file containing an exact copy of a cd-rom image. because red hat enterprise linux has so many packages included with its distribution, there are several iso images available. after placing the required iso images (the binary red hat enterprise linux cd-roms) in a directory, choose to install from the hard drive. you can then point the installation program at that directory to perform the installation.
to prepare your system for a hard drive installation, you must set the system up in one of the following ways:
using a set of cd-roms — create cd-rom iso image files from each installation cd-rom. for each cd-rom, execute the following command on a linux system:
dd if=/dev/cdrom of=/tmp/file-name.iso
using iso images — transfer these images to the system to be installed.
verifying that iso images are intact before you attempt an installation, helps to avoid problems. to verify the iso images are intact prior to performing an installation, use an md5sum program (many md5sum programs are available for various operating systems). an md5sum program should be available on the same linux machine as the iso images.
![]() | note | |
|---|---|---|
the red hat enterprise linux installation program has the ability to test the integrity of the installation media. it works with the cd, dvd, hard drive iso, and nfs iso installation methods. red hat recommends that you test all installation media before starting the installation process, and before reporting any installation-related bugs (many of the bugs reported are actually due to improperly-burned cds). to use this test, type the following command at the boot: prompt (prepend with elilo for itanium systems):
|
additionally, if a file called redhat/base/updates.img exists in the directory from which you install, it is used for installation program updates. refer to the file install-methods.txt in the anaconda rpm package for detailed information on the various ways to install red hat enterprise linux, as well as how to apply the installation program updates.
