Find the answer to your Linux question:
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 ...
  1. #1
    Just 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??

  2. #2
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    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:
    Code:
    gdm
    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.
    Linux Mint + IceWM Registered:#371367 New Members: click here

  3. #3
    Just Joined!
    Join Date
    Jan 2008
    Posts
    8
    um.. it didnt ask for username during installationg
    it only asked for root password

  4. #4
    Just Joined!
    Join Date
    Jan 2008
    Posts
    8
    and yes, i have :
    CentOS-4.3.ServerCD-i386.iso

    is this causing problem?

  5. #5
    Linux Guru
    Join Date
    Nov 2007
    Location
    Córdoba (Spain)
    Posts
    1,513
    Quote Originally Posted by bilalghouri View Post
    um.. it didnt ask for username during installationg
    it only asked for root password


    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.

  6. #6
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Quote Originally Posted by bilalghouri View Post
    and yes, i have :
    CentOS-4.3.ServerCD-i386.iso

    is this causing problem?
    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
    Code:
    yum groupinstall "GNOME Desktop Environment"
    or
    Code:
    yum groupinstall "KDE Desktop Environment"

  7. #7
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    Quote Originally Posted by bilalghouri View Post
    and yes, i have :
    CentOS-4.3.ServerCD-i386.iso
    Um.. well that would explain why you're not getting a desktop... Do you want to run your server from console or from a "GUI?" If the later, then follow through with daark.child's recommendation.
    Linux Mint + IceWM Registered:#371367 New Members: click here

  8. #8
    Just 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

  9. #9
    Just Joined!
    Join Date
    Jan 2008
    Posts
    8
    and when i type gdm, it says command not found :s

  10. #10
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...