Boot hangs after installing the latest driver from PPA and Ctrl+Alt+F1 keyboard shortcut doesn't work
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
3
down vote
favorite
I recently installed Ubuntu. Everything was working just fine until I wanted to change the selected driver for my laptop (Lenovo Y50) under the Additional Drivers tab in settings.
I added the ppa: graphics-drivers software source and then I selected the latest available driver. I don't remember the version. Then I proceeded to restart my computer, but now it just gets stuck at a black screen with the message /dev/sda2: clean, 290961/14106624 files, 4246276/56401920 blocks
.
I can't use the CTRL + ALT + F1 (or F2...etc) shortcut, literally nothing happens when I try.
drivers nvidia
add a comment |Â
up vote
3
down vote
favorite
I recently installed Ubuntu. Everything was working just fine until I wanted to change the selected driver for my laptop (Lenovo Y50) under the Additional Drivers tab in settings.
I added the ppa: graphics-drivers software source and then I selected the latest available driver. I don't remember the version. Then I proceeded to restart my computer, but now it just gets stuck at a black screen with the message /dev/sda2: clean, 290961/14106624 files, 4246276/56401920 blocks
.
I can't use the CTRL + ALT + F1 (or F2...etc) shortcut, literally nothing happens when I try.
drivers nvidia
1
The latest driver from ppa:graphics-drivers/ppa is nvidia-graphics-drivers-378.
â karel
Apr 8 '17 at 9:26
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I recently installed Ubuntu. Everything was working just fine until I wanted to change the selected driver for my laptop (Lenovo Y50) under the Additional Drivers tab in settings.
I added the ppa: graphics-drivers software source and then I selected the latest available driver. I don't remember the version. Then I proceeded to restart my computer, but now it just gets stuck at a black screen with the message /dev/sda2: clean, 290961/14106624 files, 4246276/56401920 blocks
.
I can't use the CTRL + ALT + F1 (or F2...etc) shortcut, literally nothing happens when I try.
drivers nvidia
I recently installed Ubuntu. Everything was working just fine until I wanted to change the selected driver for my laptop (Lenovo Y50) under the Additional Drivers tab in settings.
I added the ppa: graphics-drivers software source and then I selected the latest available driver. I don't remember the version. Then I proceeded to restart my computer, but now it just gets stuck at a black screen with the message /dev/sda2: clean, 290961/14106624 files, 4246276/56401920 blocks
.
I can't use the CTRL + ALT + F1 (or F2...etc) shortcut, literally nothing happens when I try.
drivers nvidia
drivers nvidia
edited Apr 1 at 12:53
![](https://i.stack.imgur.com/zqElV.png?s=32&g=1)
![](https://i.stack.imgur.com/zqElV.png?s=32&g=1)
karel
50.6k11107127
50.6k11107127
asked Apr 8 '17 at 9:16
![](https://lh6.googleusercontent.com/-ponaLiyOj4Q/AAAAAAAAAAI/AAAAAAAAAA0/CljAnv_0aAQ/photo.jpg?sz=32)
![](https://lh6.googleusercontent.com/-ponaLiyOj4Q/AAAAAAAAAAI/AAAAAAAAAA0/CljAnv_0aAQ/photo.jpg?sz=32)
Jorge Padilla
204
204
1
The latest driver from ppa:graphics-drivers/ppa is nvidia-graphics-drivers-378.
â karel
Apr 8 '17 at 9:26
add a comment |Â
1
The latest driver from ppa:graphics-drivers/ppa is nvidia-graphics-drivers-378.
â karel
Apr 8 '17 at 9:26
1
1
The latest driver from ppa:graphics-drivers/ppa is nvidia-graphics-drivers-378.
â karel
Apr 8 '17 at 9:26
The latest driver from ppa:graphics-drivers/ppa is nvidia-graphics-drivers-378.
â karel
Apr 8 '17 at 9:26
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
3
down vote
accepted
Boot the laptop, and right after the computer manufacturer's splash screen disappears, hold down the left Shift key.
From the first purple GNU GRUB screen select Advanced options for Ubuntu and press Enter. You will then be prompted by a menu that looks something like this:
Press the down arrow key until you select the second entry from the top (the one with the recovery mode in the description) and then press Enter.
Now you should see this menu:
Using the arrow keys scroll down to root and then press Enter.
You should now see a root prompt, something like this:
root@ubuntu:~#
At this stage you should have a read-only filesystem. You have to remount it with write permissions:
mount -o rw,remount /
Uninstall the Nvidia driver.
apt-get remove nvidia-graphics-drivers-*
add-apt-repository --remove ppa:graphics-drivers/ppa
apt-get update
rebootAfter you reboot the laptop, check if it is running properly. Then open the terminal and run this command to identify the right proprietary graphics driver from the default Ubuntu repositories to install.
ubuntu-drivers devices
The recommended proprietary graphics driver for your Lenovo Y50 laptop will have the word Recommended after it.
I don't know what version of Ubuntu you are using or what the results of ubuntu-drivers devices
will be for your laptop. The latest Nvidia driver in Ubuntu 16.04 is nvidia-375, but even if the recommended graphics driver is nvidia-346 or nvidia-current, it would be OK.
Credit goes to Jorge Castro for steps 2-5.
thanks a lot man, everything worked perfectly. you're the best!
â Jorge Padilla
Apr 8 '17 at 16:44
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
Boot the laptop, and right after the computer manufacturer's splash screen disappears, hold down the left Shift key.
From the first purple GNU GRUB screen select Advanced options for Ubuntu and press Enter. You will then be prompted by a menu that looks something like this:
Press the down arrow key until you select the second entry from the top (the one with the recovery mode in the description) and then press Enter.
Now you should see this menu:
Using the arrow keys scroll down to root and then press Enter.
You should now see a root prompt, something like this:
root@ubuntu:~#
At this stage you should have a read-only filesystem. You have to remount it with write permissions:
mount -o rw,remount /
Uninstall the Nvidia driver.
apt-get remove nvidia-graphics-drivers-*
add-apt-repository --remove ppa:graphics-drivers/ppa
apt-get update
rebootAfter you reboot the laptop, check if it is running properly. Then open the terminal and run this command to identify the right proprietary graphics driver from the default Ubuntu repositories to install.
ubuntu-drivers devices
The recommended proprietary graphics driver for your Lenovo Y50 laptop will have the word Recommended after it.
I don't know what version of Ubuntu you are using or what the results of ubuntu-drivers devices
will be for your laptop. The latest Nvidia driver in Ubuntu 16.04 is nvidia-375, but even if the recommended graphics driver is nvidia-346 or nvidia-current, it would be OK.
Credit goes to Jorge Castro for steps 2-5.
thanks a lot man, everything worked perfectly. you're the best!
â Jorge Padilla
Apr 8 '17 at 16:44
add a comment |Â
up vote
3
down vote
accepted
Boot the laptop, and right after the computer manufacturer's splash screen disappears, hold down the left Shift key.
From the first purple GNU GRUB screen select Advanced options for Ubuntu and press Enter. You will then be prompted by a menu that looks something like this:
Press the down arrow key until you select the second entry from the top (the one with the recovery mode in the description) and then press Enter.
Now you should see this menu:
Using the arrow keys scroll down to root and then press Enter.
You should now see a root prompt, something like this:
root@ubuntu:~#
At this stage you should have a read-only filesystem. You have to remount it with write permissions:
mount -o rw,remount /
Uninstall the Nvidia driver.
apt-get remove nvidia-graphics-drivers-*
add-apt-repository --remove ppa:graphics-drivers/ppa
apt-get update
rebootAfter you reboot the laptop, check if it is running properly. Then open the terminal and run this command to identify the right proprietary graphics driver from the default Ubuntu repositories to install.
ubuntu-drivers devices
The recommended proprietary graphics driver for your Lenovo Y50 laptop will have the word Recommended after it.
I don't know what version of Ubuntu you are using or what the results of ubuntu-drivers devices
will be for your laptop. The latest Nvidia driver in Ubuntu 16.04 is nvidia-375, but even if the recommended graphics driver is nvidia-346 or nvidia-current, it would be OK.
Credit goes to Jorge Castro for steps 2-5.
thanks a lot man, everything worked perfectly. you're the best!
â Jorge Padilla
Apr 8 '17 at 16:44
add a comment |Â
up vote
3
down vote
accepted
up vote
3
down vote
accepted
Boot the laptop, and right after the computer manufacturer's splash screen disappears, hold down the left Shift key.
From the first purple GNU GRUB screen select Advanced options for Ubuntu and press Enter. You will then be prompted by a menu that looks something like this:
Press the down arrow key until you select the second entry from the top (the one with the recovery mode in the description) and then press Enter.
Now you should see this menu:
Using the arrow keys scroll down to root and then press Enter.
You should now see a root prompt, something like this:
root@ubuntu:~#
At this stage you should have a read-only filesystem. You have to remount it with write permissions:
mount -o rw,remount /
Uninstall the Nvidia driver.
apt-get remove nvidia-graphics-drivers-*
add-apt-repository --remove ppa:graphics-drivers/ppa
apt-get update
rebootAfter you reboot the laptop, check if it is running properly. Then open the terminal and run this command to identify the right proprietary graphics driver from the default Ubuntu repositories to install.
ubuntu-drivers devices
The recommended proprietary graphics driver for your Lenovo Y50 laptop will have the word Recommended after it.
I don't know what version of Ubuntu you are using or what the results of ubuntu-drivers devices
will be for your laptop. The latest Nvidia driver in Ubuntu 16.04 is nvidia-375, but even if the recommended graphics driver is nvidia-346 or nvidia-current, it would be OK.
Credit goes to Jorge Castro for steps 2-5.
Boot the laptop, and right after the computer manufacturer's splash screen disappears, hold down the left Shift key.
From the first purple GNU GRUB screen select Advanced options for Ubuntu and press Enter. You will then be prompted by a menu that looks something like this:
Press the down arrow key until you select the second entry from the top (the one with the recovery mode in the description) and then press Enter.
Now you should see this menu:
Using the arrow keys scroll down to root and then press Enter.
You should now see a root prompt, something like this:
root@ubuntu:~#
At this stage you should have a read-only filesystem. You have to remount it with write permissions:
mount -o rw,remount /
Uninstall the Nvidia driver.
apt-get remove nvidia-graphics-drivers-*
add-apt-repository --remove ppa:graphics-drivers/ppa
apt-get update
rebootAfter you reboot the laptop, check if it is running properly. Then open the terminal and run this command to identify the right proprietary graphics driver from the default Ubuntu repositories to install.
ubuntu-drivers devices
The recommended proprietary graphics driver for your Lenovo Y50 laptop will have the word Recommended after it.
I don't know what version of Ubuntu you are using or what the results of ubuntu-drivers devices
will be for your laptop. The latest Nvidia driver in Ubuntu 16.04 is nvidia-375, but even if the recommended graphics driver is nvidia-346 or nvidia-current, it would be OK.
Credit goes to Jorge Castro for steps 2-5.
edited Apr 9 '17 at 22:08
answered Apr 8 '17 at 9:32
![](https://i.stack.imgur.com/zqElV.png?s=32&g=1)
![](https://i.stack.imgur.com/zqElV.png?s=32&g=1)
karel
50.6k11107127
50.6k11107127
thanks a lot man, everything worked perfectly. you're the best!
â Jorge Padilla
Apr 8 '17 at 16:44
add a comment |Â
thanks a lot man, everything worked perfectly. you're the best!
â Jorge Padilla
Apr 8 '17 at 16:44
thanks a lot man, everything worked perfectly. you're the best!
â Jorge Padilla
Apr 8 '17 at 16:44
thanks a lot man, everything worked perfectly. you're the best!
â Jorge Padilla
Apr 8 '17 at 16:44
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f901483%2fboot-hangs-after-installing-the-latest-driver-from-ppa-and-ctrlaltf1-keyboard%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
The latest driver from ppa:graphics-drivers/ppa is nvidia-graphics-drivers-378.
â karel
Apr 8 '17 at 9:26