- Install or upgrade an existing system
- Install the basic video driver
- Rescue system Installation
- Booting from a local drive
- Memory test
The first item is usually selected.
Test the media before installing, with the usual dot ok for the first time.
If the ram is too small, only the character interface can be displayed.
Keyboard layout Select U.s.english.
Basic storage device, the system is installed on the local disk.
Set the host name, the system is more, naming can bring the system name, convenient to distinguish.
Set the network card, CTRL+ALT+F2 switch to the command interface, enter the ifconfig query IP is normal.
CTRL+ALT+F3 can observe operating system underlying events.
Time Zone Select Asia Shanghai, remove the lower left corner of the check.
Set the administrator password.
- Use all the space. deletes all partitions on the selected device. This includes partitions created by other operating systems.
- Replace the existing Linux system. Delete only the Linux partition (created from the previous Linux installation). This does not remove other partitions (such as VFAT or FAT32) that you might have on the storage device.
- Reduce the current system. shrinks an existing partition and creates free space for the default layout.
- Use free space. preserves the current data and partitions, using only unpartitioned space on the selected device. Let's say you have enough free space.
- Create a custom layout. Use our partitioning tool to manually create your own custom layouts on the selected device.
Usually after you have planned the partition yourself, select the last item.
Swap is special and there is no mount point. The current interface is just planning partitions, and there are no real partitions before the next step.
After clicking, ctrl+alt+f2 quickly switches to the command screen to view the partition.
Common operations in the command interface during partitioning:
1 CD % go to user home directory%2cat/proc/partitions % view Partition%3cat/proc/meminfo % view memory status information% 4 SHIFT + PageUp % up page%5shift + PageDown % up page%6cat/proc/swaps % View Swap partition%
Learning Environment Choose desktop environment, production Environment Select minimal (minimal, streamlined environment, add apps according to your needs).
Wait for the installation to complete.
Linux system Installation-centos6.8