Find the answer to your Linux question:
Results 1 to 9 of 9
I'm new with Linux. I tried installing Debian etch. I let install run overnight. I think the computer crashed during install and I missed some of the installation steps. Debian ...
  1. #1
    Just Joined!
    Join Date
    Mar 2008
    Posts
    5

    Computer Crashed During Install

    I'm new with Linux. I tried installing Debian etch. I let install run overnight. I think the computer crashed during install and I missed some of the installation steps. Debian boots up but not to Gnome Desktop. It boots to text console. I noticed in a Debian etch review it should boot to a nice GUI login screen. Mine doesn't do that. How can I reinstall or fix the problem?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Log in at text console and execute this
    Code:
    startx
    Does it load GUI? Post exact error message here, if any.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Mar 2008
    Posts
    5
    xauth: creating new authority file /root/.serverauth.9773
    xauth: creating new authority file /root/.Xauthority
    xauth: creating new authority file /root/.Xauthority

    X: canot stat /etc/X11/X (No such file or directory), aborting.
    giving up
    xinit: Connection refused (errno 111): unable to connect to X server
    xinit: No such process (errno 3): Server error.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    su -
    apt-get update
    apt-get install xorg
    It will install all necessary packages required to run GUI.
    Execute startx command again.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Oct 2007
    Posts
    47
    you can also use "tasksel" in root... what this does is runs the choosing software and installation part of the setup.

  6. #6
    Just Joined!
    Join Date
    Mar 2008
    Posts
    5
    i tried apt-get install xorg. that didn't work.
    then i tried tasksel and that downloaded various packages but after installation i still couldn't "startx".

    so i blew out the virtual hard drive file and started the install again using installgui. it was good until the installer couldn't configure the printer. but finally everything installed.

    now the problem...when it boot up i get garbled. i think the graphic driver is not compatible. i don't know how to boot up into text console. i install grub. i don't know how to prevent a grub boot.

    i'm using an AMD Athlon 64 X2 4200+ 2.2 GHz HP with ATI Radeon X1600 using Microsoft Virtual PC to install Debian Etch on a virtual hard drive.

    BTW, thanks for the previous answers. I really appreciate your help.

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Its Graphics Card problem only. Press Alt+Ctrl+F1 after booting up Debian. It will drop you at command line login prompt. Log in as Regular user and execute this
    Code:
    su -
    dpkg-reconfigure xserver-xorg
    Configure display settings and reboot machine. In case it doesn't work, execute dpkg command again and select "vesa" driver in Viedo driver list.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Just Joined!
    Join Date
    Mar 2008
    Posts
    5
    thanks dc.

    the vesa driver selection fixed it....

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Glad to help you ! Do start a new thread if you have any other question.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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