Updated on 2026-02-28 GMT+08:00
How Can I Install a GUI on an ECS Running CentOS 6?
Scenarios
To provide a pure system, the ECSs running CentOS 6 do not have a GUI installed by default. You can install a GUI on such ECSs as needed.
Constraints
- Before installing a GUI on an ECS, ensure that the idle memory is greater than or equal to 2 GB. Otherwise, the GUI installation may fail or the ECS cannot be started after the installation.
Procedure
- Run the following command to obtain the installation component provided by the OS:
yum groupinstall "Desktop"
- Run the following command to set the default startup level to 5 (GUI):
sed -i 's/id:3:initdefault:/id:5:initdefault:/' /etc/inittab
- Run the following command:
startx
After the command is executed, a GUI is displayed.
Figure 1 GUI display
Parent topic:OS
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot
