Page 1 of 1

Mint doesn't boot after Radeon driver install, GRUB broken

Posted: Mon Feb 04, 2013 12:11 am
by BadgerPriest
Hi all,

I've been a happy user of Linux Mint Debian Edition for about six months now.

Today, while trying to get some games working, I decided to install the official AMD Radeon HD 6xxx series driver, from the AMD website. The driver installation went smoothly, but afterwards all applications requiring OpenGL stopped working, complaining about a missing libgl.so.1 file.

I tried restarting Linux Mint, but it wouldn't boot correctly, simply launching into a black screen. I assume that there is some issue in the AMD driver that I installed that breaks graphics completely.

I tried booting from my Linux Mint Debian install CD, but it wouldn't boot - there's only a blank prompt when I try to use it.

Finally, I saw the instructions on http://forums.linuxmint.com/viewtopic.php?f=46&t=122257 and tried following them. It did not fix the issue, and furthermore GRUB stopped working immediately afterward (I'm not sure if it's connected to these instructions or not, but it's a weird coincidence). Now I can't do anything - when I turn on my computer, there's just a blank prompt instead of GRUB, I can't dual-boot into Windows, and I still can't use my install CD.

What can I do?

Re: Mint doesn't boot after Radeon driver install, GRUB brok

Posted: Mon Feb 04, 2013 8:17 pm
by jungle_boy
Try to start in text mode:

http://rolling-ubuntu.blogspot.com.br/2 ... -mode.html

After, install linux non-proprietary graphic card driver;

Code: Select all

sudo apt-get install xserver-xorg-video-ati
sudo apt-get install xserver-xorg-video-radeon
Reboot, check all and change boot option, from text mode to quiet splash

Re: Mint doesn't boot after Radeon driver install, GRUB brok

Posted: Tue Feb 05, 2013 1:03 am
by BadgerPriest
Hi jungle_boy,

Thanks for the tip, but unfortunately booting to text mode doesn't work: I'm still getting the black screen on startup, even after changing the mode from "quiet" to "text" in GRUB. For about 15 seconds, I can see the loading commands running, but then everything goes black. If text mode doesn't work either, does that mean that the error isn't with X?

(As far as GRUB itself goes, it started working again about a half hour after my first post. I have no idea what happened.)
jungle_boy wrote:Try to start in text mode:

http://rolling-ubuntu.blogspot.com.br/2 ... -mode.html

After, install linux non-proprietary graphic card driver;

Code: Select all

sudo apt-get install xserver-xorg-video-ati
sudo apt-get install xserver-xorg-video-radeon
Reboot, check all and change boot option, from text mode to quiet splash

Re: Mint doesn't boot after Radeon driver install, GRUB brok

Posted: Tue Feb 05, 2013 12:25 pm
by jungle_boy
Reinstall; it is faster...