Results 1 to 10 of 10
hello everyone,
I installed centos 4.3 using microsoft virtual pc.
but the linux isnt starting
it is only showing a black screened console.
how am i supposed to browse internet ...
- 01-27-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 8
Linux centos 4.3 help
hello everyone,
I installed centos 4.3 using microsoft virtual pc.
but the linux isnt starting
it is only showing a black screened console.
how am i supposed to browse internet with that console??
how am i supposed to install softwares on linux ??
screenshot:

isnt there any environment on which i can use mouse like winxp??
- 01-27-2008 #2
Not really sure why it didn't boot to your desktop unless somehow it didn't get installed. All you should need to do from where you are now is do from that prompt:
and press enter. It should boot you up to a "sign in" screen where you will input your regular username you put in during install (not root) and your username's password. Then it should take you to a CentOS Gnome desktop environment.Code:gdm
- 01-27-2008 #3Just Joined!
- Join Date
- Jan 2008
- Posts
- 8
um.. it didnt ask for username during installationg

it only asked for root password
- 01-27-2008 #4Just Joined!
- Join Date
- Jan 2008
- Posts
- 8
and yes, i have :
CentOS-4.3.ServerCD-i386.iso
is this causing problem?
- 01-27-2008 #5Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
Then login as root (user "root", password "whatever you put during the installation").
Then you can use "useradd <your-user-name>" and "passwd <your-user-name>" to add a regular user and set his password. You should really make a regular user and work with it. In linux is is not a good idea to work with root all the time.
- 01-27-2008 #6
As far as I know the server cd does not have any fancy GUI environments (most Linux server admins configure their systems from the CLI). If you have a working internet connection, you could install GNOME or KDE by doing
orCode:yum groupinstall "GNOME Desktop Environment"
Code:yum groupinstall "KDE Desktop Environment"
- 01-27-2008 #7
- 01-29-2008 #8Just Joined!
- Join Date
- Jan 2008
- Posts
- 8
i want to run server, with GUI interface.
and i dont have direct acess to internet, i have VPN , which needs to dial a connection before connecting to internet.
so i cant follow darkchild's instructions
- 01-29-2008 #9Just Joined!
- Join Date
- Jan 2008
- Posts
- 8
and when i type gdm, it says command not found :s
- 01-29-2008 #10
Maybe it would be best for you to get a copy of the CentOS DVD or the full CD set. Some online retailers like OSDisc sell them for a small fee.


Reply With Quote
