CentOS (RHEL) 4.4 HTTP Install Text Mode
October 30th, 2006
How to install CentOS 4.4 (Red Hat Enterprise Linux) from a HTTP server in TEXT mode. This is knowledge which is needed for the RHCE Exam. The only prerequisite is that you have a webserver on which you can extract the ISOs.
- Download the CentOS ISO files. You can download the DVD image or regular ISOs.
- Create a directory in the document directory of your webserver. Mine is centos4.4. I will call this directory $CENTOS_WEB_ROOT from here on out:

- Extract all the ISOs or DVD into the $CENTOS_WEB_ROOT directory:

- Create an CD from the boot.iso in $CENTOS_WEB_ROOT/images/. Or download it here
- Boot the boot.iso CD.
- Type “linux text” and then press enter at the prompt:

- Select your language:

- Select your keyboard type:

- Choose HTTP as your install method:

- Configure your network, I use DHCP:

- Put in the ip address or hostname of your webserver on which you created $CENTOS_WEB_ROOT. Then put the path on the webserver to $CENTOS_WEB_ROOT. Mine is /centos4.4. You should be able to verify this by going to http://your.webserver/ in a browser:

- Select OK:

- Select which type of system you would like to install:

- I am selecting auto partition:

- Crap, its going to delete all my data! Select Yes:

- Select OK:

- Select YES:

- Select OK:

- Select OK:

- Select OK:

- Select OK:

- Select OK:

- Select OK:

- Configure the network as you wish:

- Set your hostname:

- Enable a firewall or not, I did:

- Enable SELinux or not, I did:

- Select your language:

- Choose your timezone:

- Set your root password:

- Change the package configuration if you wish:

- Select OK:

- Screenshot of the install:

- Screenshot of post install configuration:

- Press Reboot:

- Congratulations! Your OS has started:



Leave a Reply