CentOS Full Install Guide

The CentOS Full Install distribution is an ISO image that can be mounted to a DVD or USB drive. The image contains all the required packages so Internet connectivity is not required for the initial install. The document describes step-by-step how to install this distribution.

See also

See Choosing an Installation Method for more information on choosing an installation type.

Step-by-Step Guide

  1. Download the ISO image appropriate for your architecture from Downloads or below:

    Architecture Downloads
    i386 iso md5
    x86_64 iso md5
  2. Verify the md5 checksum by verifying the two lines output are the same when you run the command below (replace the filenames with that of the downloaded iso and md5). If they do no match then you may need to re-download the iso images:

    $ md5sum pS-Performance_Toolkit-FullInstall-3.X.iso;cat pS-Performance_Toolkit-FullInstall-3.X.iso.md5
    
  3. Mount the ISO to a DVD or USB drive

    Note

    The Full Install ISO is generally too large to fit on current writable CDs

    Note

    Detailed instructions on mounting an ISO image to the above media is beyond the scope of this document. Linux and Macintosh users may consider using the dd tool: sudo dd if=/PATH/TO/FILE.iso of=/dev/DISK

  4. Insert the media containing the ISO into the target end system

  5. Power on the host

  6. You will be presented with a screen asking you to select how you want to install the system. Select Install using kickstart and hit enter (or wait 60 seconds for installation to automatically proceed).
    _images/install_fullinstall-1boot.png
  7. You will now be presented with a welcome screen. Use tab on your keyboard to select the OK box and hit Enter to continue.
    _images/install_fullinstall-2welcome.png
  8. You will next be asked to select your language. Make your choice and select OK to continue.
    _images/install_fullinstall-3language.png
  9. On the next prompt select your keyboard layout and select OK to continue.
    _images/install_fullinstall-4keyboard.png
  10. The next screen asks you to select a timezone. Make your choice and select OK to continue.
    _images/install_fullinstall-5timezone.png
  11. You will now be asked to set your root password. Please make note of this password as it will be required to login to the host after installation completes. Normal precautions should be taken to protect the root password as it can be used to make changes to the system. For example, safe password practices would recommend a password that contains a mixture of letters of different case, numbers, symbols, and a length greater than 8. It is also not recommend to re-use passwords on multiple machines, in the event of a system breach. After entering and confirming the password tab to the OK box and hit Enter on your keyboard.
    _images/install_fullinstall-6password.png
  12. The next screen asks you where you would like to install the operating and how you would like to partition the drive. After you have selected the desired partitioning scheme and hard drive, select OK and hit Enter on your keyboard. The following options are available for partitioning:
    • Use entire drive - Use this option if there is nothing else installed on the selected hard drive. It will remove any existing data on the hard drive and dedicate the entire disk to the operating system
    • Replace existing Linux system - This option removes any Linux partitions on the disk but will keep any non-Linux partitions.
    • Use free space - This option will not touch any existing partitions and will give any remaining space to the hard drive.
    _images/install_fullinstall-7harddrive.png
  13. You will next see a series of loading screens as packages are installed. You do not need to do anything except wait.
    _images/install_fullinstall-8install.png
  14. If the installation is successful you will be presented with the screen below. Select Reboot to restart the host.
    _images/install_fullinstall-9reboot.png
  15. After the reboot you will be presented with a login screen. You can login with the root user and the password set during the installation process. You are now ready to move on to Configuring the Toolkit for the First Time
    _images/install_fullinstall-10login.png