RedHat Linux 6.2 installation and configuration GUI
RedHat Linux 6.2 does not install the GUI by default. The text mode is enabled by default at startup. The following describes how to install and configure the GUI:
1. log on to the root user
2. Configure and test yum
Vi/etc/yum. repos. d/rhel-source.repo
-- Do not modify section 1
-- Modify the following three items in Section 2:
Baseurl = file: // media/cdrom/Server
Enabled = 1
Gpgcheck = 0
-- Test yum
Yum list
3. Configure cdrom
Cd/media/
Mkdir cdrom
Mount/dev/cdrom/media/cdrom
4. Install the corresponding package
Yum install xorg *
Yum groupinstall "X Window System"
Yum groupinstall Desktop
Yum groupinstall "Desktop Platform"
5. Start the GUI
Init 5
Or
Startx
6. Modify the default startup GUI
Vi/etc/inittab
Id: 3: initdefault:-> id: 5: initdefault:
7. restart the system
Reboot
Or
Init 6
Red Hat Enterprise Linux 7 is now available for users to download
RHEL 6.3 installation tutorial
Red Hat Linux 7.0 installation illustration