CentOS (RHEL) 4.4 HTTP Install GUI Mode
February 6th, 2007
How to install CentOS 4.4 (Red Hat Enterprise Linux) from a HTTP server in GUI 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.
- 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:

- Press Next:

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

- I am selecting auto partition:

- Press Next:

- Press Next:

- Press Next:

- Configure the network as you wish. I set my hostname:

- Enable a firewall and SELinux or not, I did:

- Select your language:

- Choose your timezone:

- Set your root password:

- Change the package configuration if you wish:

- Press Next:

- Screenshot of the install:

- Screenshot of post install configuration:

- Press Reboot:

- Congratulations! Your OS has started:



Leave a Reply