1

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?

user1074316
  • 21
  • 1
  • 1
  • 2

1 Answers1

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.