Installing ubuntu 13.10 from usb - black screen with mouse pointer

6,474

Other distros had at same time this same problem, despite of installation-CD or DVD ... apparently it was forgotten to include the package of xserver-xorg in the installation-process.

If protected-mode is possible, you could try to install xserver-xorg by running the following command:

sudo apt-get install xserver-xorg*

After this, run the following commands in protected mode (Strg + Alt + F1) and install the graphics-drivers suiting to your graphics card.

sudo apt-get install fglrx-updates fglrx-amdcccle-updates fglrx-updates-dev
sudo aticonfig --lsa
sudo aticonfig --adapter=all --initial
sudo reboot

After reboot is finished, run the following command in protected mode too with (Strg + Alt + F1):

sudo aticonfig --adapter=all --odgt

Now it should work...

Share:
6,474

Related videos on Youtube

Mathieu
Author by

Mathieu

Updated on September 18, 2022

Comments

  • Mathieu
    Mathieu over 1 year

    I just built a computer with two sapphire HD7950 graphics cards. I've tried installing both lubuntu and xubuntu (for scrypt mining) and in both cases the same thing happens. After the initial splash screen that just shows the logo and a loading thing, it goes to a black screen with a cursor.

    If I CTRL+ALT F4 for example, it brings me to a xubuntu@xubuntu terminal window. I wouldn't mind that much only having a terminal, but I'd like to know how to get the GUI back.

    Thanks!

    EDIT: I have also tried with lubuntu the "nomodeset", which just displays a whole bunch of errors, most of them say SQUASHFS error: Unable to read data cache entry

    • Luigi van der Pal
      Luigi van der Pal over 10 years
      Same problem here. Thought it maybe had something to do with my card. Going to mine on windows now :(.. Some info: Cards 2x R9 280X - Mobo: Asrock 990FX Extreme4 - Other distro's I tried: Ubuntu Server 12.04 TLS (success), but you need X for mining, so installed ubuntu-desktop after. Was never able to boot successfully in the desktop (could connect with ssh and install it), but maybe I gave up too soon on this approach. Ubuntu-desktop 13.10 and 13.04, same problem as Xubuntu.
    • Richard
      Richard over 10 years
      Are you trying to boot to a Live session to install, or have you already installed Ubuntu? Check out askubuntu.com/questions/162075/…
    • grinch
      grinch over 10 years
      Is this first boot after install, before activating the ATI/AMD drivers, or after activating drivers for the cards?
    • marc-andre benoit
      marc-andre benoit over 10 years
      did you try booting with an older card first and only that older card.. and then adding one HD7950 (but not using it yet to display video) and then at least you have eyes (the older card) to see if you can install/troubleshoot drivers etc etc.. and then when that is figured out shutdown swap the old card with the other 7950 and work your way from there etc etc.. this is what i would do..
    • Admin
      Admin almost 10 years
      Just wanted to say thanx same exact problem with my rig. Fix worked like a charm!