3

As you could guess, I have some problems with my computer, I'm trying to boot to Linux (I tried with Ubuntu, Kubuntu, Manjaro) but I'm keep getting a black screen with a blinking cursor like this:

black screen with a blinking cursor

I already tried to search for solutions on the web but I cannot find any solutions, (I tried My computer boots to a black screen, what options do I have to fix it?) but nothing is working.

I have:

  • Evga GTX 780 SC video card
  • Gigabyte Z87X UD5H
  • Intel i7 4770k

So if you have any ideas or solutions that would be great.

eriv
  • 481
  • 5
  • 12

1 Answers1

2

Download and use Alternate Installer CD. It has text-based installer which should work on your system. After the installation, chroot to installed system and update it. You might also need Xorg-edgers PPA to be installed:

sudo add-apt-repository ppa:xorg-edgers/ppa
sudo apt-get update
sudo apt-get dist-upgrade
Danatela
  • 13,243
  • 11
  • 45
  • 72