I downloaded Red Hat Enterprise Linux Client 6.3 onto virtual box but it's only bring forth a command line interface when I login in using root. There is no graphical interface attached with the install. How do I remedy this?
Asked
Active
Viewed 4.9k times
1
-
1That's sorta the point... download a UI if you really want one. – Brent Pabst Nov 05 '12 at 14:35
-
I figured it out....you need to partition at least 640 mb of ram in order to have enough room for a ui for redhat on virtual box – user1074316 Nov 06 '12 at 00:00
1 Answers
5
First, the graphical interface is not necessarily installed on your VM. You can do
yum groupinstall "X Window System"
to install the graphical interface. Then you can do
startx
to start the graphical interface. Finally, once you're happy with the configuration you can edit the file /etc/inittab
to have the graphical interface start automatically when the machine boots.

Sebastiano Pilla
- 728
- 5
- 8
-
-
-
Where would you type startx? What software in windows do you use to connect to this linux – user4234 Dec 27 '12 at 12:36