CentOS NetInstall Guide
The CentOS NetInstall distribution is an ISO image that can be mounted to a CD, DVD, or USB drive. The image does not contain any of the packages, but will download them from a remote location at install time. The document describes step-by-step how to install the NetInstall distribution.
Step-by-Step Guide
Download the ISO image appropriate for your architecture from Downloads or below:
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-NetInstall-3.X.iso;cat pS-Performance_Toolkit-NetInstall-3.X.iso.md5
- Mount the ISO to a CD, DVD, or USB drive
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
Insert the media containing the ISO into the target end system
Power on the host
- If CentOS is able to detect your DHCP server and access the images then your installer will automatically move ahead to the welcome screen and you can skip this step. If you instead see a prompt asking you about your network settings, see the special topic below:
Special Topic: Static Networking and Web Proxies
First you will be presented with a screen asking how to configure IPv4 and IPv6 on your host. You may assign a static address by using the tab key to select Manual Configuration.
If you select Manual Configuration you will get the screen below asking you to enter the IP addresses, netmask, gateway and DNS server. Enter the required information and select OK to continue.
If you are not behind a web proxy, you may see the welcome screen and return to the regular instructions. If you are behind a web proxy you may enter that information in the screen presented (shown below). After this screen you should be presented with a welcome screen. If not you should check your settings and network connection.
Note
After installation you may need to re-enter the network settings. These settings are only expected for use during the installation process and may be discarded once the process completes.
- You will next be asked to select your language. Make your choice and select OK to continue.
-
- On the next prompt select your keyboard layout and select OK to continue.
-
- The next screen will download some of the initial installation files. If any errors occur during this phase, you may need to check your network settings.
-
- You will now be presented with a welcome screen. Use tab on your keyboard to select the OK box and hit Enter to continue.
-
- You will next be prompted to choose your timezone. You may do so by using the tab and arrow keys on your keyboard. When you have chosen your timezone, tab to the OK box and hit Enter.
-
- 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.
-
- 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.
- You will now see a series of loading screesn as packages are downloaded and installed. You do not need to do anything except wait.
Note
This process may take several minutes or longer depending on your network connectivity to the download server.
- If the installation is successful you will be presented with the screen below. Select Reboot to restart the host.
-
- 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
-