Ubuntu boot problem, new nvidia install
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Yesterday I tried to connect my laptop with a 4k monitor. After looking around online I found it was recommended to purge bumblebee and the nvidia driver and to reinstall the nvidia driver. Unfortunately upon booting i now get the following screen. https://imgur.com/nVu8MsQ
I have ubuntu 16.04 and an Nvidia gtx 1060 mq video card whilst i have probably mistakenly installed 1080 driver software
To be clear I am unable to access the terminal so I am unaware of a way to reinstall a different driver. I have tried going to boot in recovery mode. The recovery boot commands are as follows: path, root, ro recovery nomodeset acpi_osi=Linux-Dell-Video
I have tried to edit this line but to no avail yet. The system has Grub version 2 installed. Unlike the normal boot, recovery boot does not display any failed systems. The problem is that the screen blinks. (Splitsecond on, 10 seconds off) and the input from the keyboard is also only available during that split second. I have not been able to input my login and password due to this. Are there boot arguments that i should use? Is there a way to install a different nividia software?
boot grub2 nvidia-geforce
add a comment |
Yesterday I tried to connect my laptop with a 4k monitor. After looking around online I found it was recommended to purge bumblebee and the nvidia driver and to reinstall the nvidia driver. Unfortunately upon booting i now get the following screen. https://imgur.com/nVu8MsQ
I have ubuntu 16.04 and an Nvidia gtx 1060 mq video card whilst i have probably mistakenly installed 1080 driver software
To be clear I am unable to access the terminal so I am unaware of a way to reinstall a different driver. I have tried going to boot in recovery mode. The recovery boot commands are as follows: path, root, ro recovery nomodeset acpi_osi=Linux-Dell-Video
I have tried to edit this line but to no avail yet. The system has Grub version 2 installed. Unlike the normal boot, recovery boot does not display any failed systems. The problem is that the screen blinks. (Splitsecond on, 10 seconds off) and the input from the keyboard is also only available during that split second. I have not been able to input my login and password due to this. Are there boot arguments that i should use? Is there a way to install a different nividia software?
boot grub2 nvidia-geforce
add a comment |
Yesterday I tried to connect my laptop with a 4k monitor. After looking around online I found it was recommended to purge bumblebee and the nvidia driver and to reinstall the nvidia driver. Unfortunately upon booting i now get the following screen. https://imgur.com/nVu8MsQ
I have ubuntu 16.04 and an Nvidia gtx 1060 mq video card whilst i have probably mistakenly installed 1080 driver software
To be clear I am unable to access the terminal so I am unaware of a way to reinstall a different driver. I have tried going to boot in recovery mode. The recovery boot commands are as follows: path, root, ro recovery nomodeset acpi_osi=Linux-Dell-Video
I have tried to edit this line but to no avail yet. The system has Grub version 2 installed. Unlike the normal boot, recovery boot does not display any failed systems. The problem is that the screen blinks. (Splitsecond on, 10 seconds off) and the input from the keyboard is also only available during that split second. I have not been able to input my login and password due to this. Are there boot arguments that i should use? Is there a way to install a different nividia software?
boot grub2 nvidia-geforce
Yesterday I tried to connect my laptop with a 4k monitor. After looking around online I found it was recommended to purge bumblebee and the nvidia driver and to reinstall the nvidia driver. Unfortunately upon booting i now get the following screen. https://imgur.com/nVu8MsQ
I have ubuntu 16.04 and an Nvidia gtx 1060 mq video card whilst i have probably mistakenly installed 1080 driver software
To be clear I am unable to access the terminal so I am unaware of a way to reinstall a different driver. I have tried going to boot in recovery mode. The recovery boot commands are as follows: path, root, ro recovery nomodeset acpi_osi=Linux-Dell-Video
I have tried to edit this line but to no avail yet. The system has Grub version 2 installed. Unlike the normal boot, recovery boot does not display any failed systems. The problem is that the screen blinks. (Splitsecond on, 10 seconds off) and the input from the keyboard is also only available during that split second. I have not been able to input my login and password due to this. Are there boot arguments that i should use? Is there a way to install a different nividia software?
boot grub2 nvidia-geforce
boot grub2 nvidia-geforce
asked Mar 28 at 20:39
user1274616user1274616
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Try to disable the Fast Boot (if exist) and Secured Boot (if exist) in BIOS to have more time to get to grub2
menu.
In grub2
menu select Advanced options, select Recovery Mode. Activate network and select root
. press enter
. welcome to root terminal in recovery with online access.
Regarding the drivers,I had same issues on Ubuntu 18.04 and Mint 19.1 with Lenovo Y530 and nvidia 1050 GTX graphic card. I hope this will help you. I must say I haven't managed to fix the HDMI Port issue yet but at least you could use your laptop again.
clean all nvidia stuff(don't forget the star):
sudo apt-get purge nvidia*
add this ppa repo :
sudo add-apt-repository ppa:graphics-drivers
sudo apt update
ubuntu-drivers devices
this will print a list of your available drivers from apt. one of the has a recommended tag at the end.
mine is nvidia-driver-418
.
now run
sudo apt install nvidia-driver-418 nvidia-prime
of course with the recommended version to you.
now to make sure it works:
prime-select query // probably the output will be 'nvidia'
sudo prime select intel
prime-select query // should print 'intel'
reboot
Hope this helps
Unfortunately the recovery mode boot fails before I can select root. I made a short vid with my phone of what happens: youtu.be/xHqb1-d4iqY The end result is basically just asking my login and password. I also changed lightdm to gdm btw, dont know if its relevant. I think I need to change the parameters of the recovery boot but I do not know what I need to change.
– user1274616
Mar 28 at 23:18
I'm not sure how you should proceed here. try to search in your BIOS if there's an option to disable nvidia graphics. maybe you'll gain access to your pc with the Intel graphics. if this doesn't work i would consider using CD/USB ubuntu boot and try to reinstall with keeping your personal data.
– Shay Levinzon
Apr 3 at 20:27
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1129509%2fubuntu-boot-problem-new-nvidia-install%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try to disable the Fast Boot (if exist) and Secured Boot (if exist) in BIOS to have more time to get to grub2
menu.
In grub2
menu select Advanced options, select Recovery Mode. Activate network and select root
. press enter
. welcome to root terminal in recovery with online access.
Regarding the drivers,I had same issues on Ubuntu 18.04 and Mint 19.1 with Lenovo Y530 and nvidia 1050 GTX graphic card. I hope this will help you. I must say I haven't managed to fix the HDMI Port issue yet but at least you could use your laptop again.
clean all nvidia stuff(don't forget the star):
sudo apt-get purge nvidia*
add this ppa repo :
sudo add-apt-repository ppa:graphics-drivers
sudo apt update
ubuntu-drivers devices
this will print a list of your available drivers from apt. one of the has a recommended tag at the end.
mine is nvidia-driver-418
.
now run
sudo apt install nvidia-driver-418 nvidia-prime
of course with the recommended version to you.
now to make sure it works:
prime-select query // probably the output will be 'nvidia'
sudo prime select intel
prime-select query // should print 'intel'
reboot
Hope this helps
Unfortunately the recovery mode boot fails before I can select root. I made a short vid with my phone of what happens: youtu.be/xHqb1-d4iqY The end result is basically just asking my login and password. I also changed lightdm to gdm btw, dont know if its relevant. I think I need to change the parameters of the recovery boot but I do not know what I need to change.
– user1274616
Mar 28 at 23:18
I'm not sure how you should proceed here. try to search in your BIOS if there's an option to disable nvidia graphics. maybe you'll gain access to your pc with the Intel graphics. if this doesn't work i would consider using CD/USB ubuntu boot and try to reinstall with keeping your personal data.
– Shay Levinzon
Apr 3 at 20:27
add a comment |
Try to disable the Fast Boot (if exist) and Secured Boot (if exist) in BIOS to have more time to get to grub2
menu.
In grub2
menu select Advanced options, select Recovery Mode. Activate network and select root
. press enter
. welcome to root terminal in recovery with online access.
Regarding the drivers,I had same issues on Ubuntu 18.04 and Mint 19.1 with Lenovo Y530 and nvidia 1050 GTX graphic card. I hope this will help you. I must say I haven't managed to fix the HDMI Port issue yet but at least you could use your laptop again.
clean all nvidia stuff(don't forget the star):
sudo apt-get purge nvidia*
add this ppa repo :
sudo add-apt-repository ppa:graphics-drivers
sudo apt update
ubuntu-drivers devices
this will print a list of your available drivers from apt. one of the has a recommended tag at the end.
mine is nvidia-driver-418
.
now run
sudo apt install nvidia-driver-418 nvidia-prime
of course with the recommended version to you.
now to make sure it works:
prime-select query // probably the output will be 'nvidia'
sudo prime select intel
prime-select query // should print 'intel'
reboot
Hope this helps
Unfortunately the recovery mode boot fails before I can select root. I made a short vid with my phone of what happens: youtu.be/xHqb1-d4iqY The end result is basically just asking my login and password. I also changed lightdm to gdm btw, dont know if its relevant. I think I need to change the parameters of the recovery boot but I do not know what I need to change.
– user1274616
Mar 28 at 23:18
I'm not sure how you should proceed here. try to search in your BIOS if there's an option to disable nvidia graphics. maybe you'll gain access to your pc with the Intel graphics. if this doesn't work i would consider using CD/USB ubuntu boot and try to reinstall with keeping your personal data.
– Shay Levinzon
Apr 3 at 20:27
add a comment |
Try to disable the Fast Boot (if exist) and Secured Boot (if exist) in BIOS to have more time to get to grub2
menu.
In grub2
menu select Advanced options, select Recovery Mode. Activate network and select root
. press enter
. welcome to root terminal in recovery with online access.
Regarding the drivers,I had same issues on Ubuntu 18.04 and Mint 19.1 with Lenovo Y530 and nvidia 1050 GTX graphic card. I hope this will help you. I must say I haven't managed to fix the HDMI Port issue yet but at least you could use your laptop again.
clean all nvidia stuff(don't forget the star):
sudo apt-get purge nvidia*
add this ppa repo :
sudo add-apt-repository ppa:graphics-drivers
sudo apt update
ubuntu-drivers devices
this will print a list of your available drivers from apt. one of the has a recommended tag at the end.
mine is nvidia-driver-418
.
now run
sudo apt install nvidia-driver-418 nvidia-prime
of course with the recommended version to you.
now to make sure it works:
prime-select query // probably the output will be 'nvidia'
sudo prime select intel
prime-select query // should print 'intel'
reboot
Hope this helps
Try to disable the Fast Boot (if exist) and Secured Boot (if exist) in BIOS to have more time to get to grub2
menu.
In grub2
menu select Advanced options, select Recovery Mode. Activate network and select root
. press enter
. welcome to root terminal in recovery with online access.
Regarding the drivers,I had same issues on Ubuntu 18.04 and Mint 19.1 with Lenovo Y530 and nvidia 1050 GTX graphic card. I hope this will help you. I must say I haven't managed to fix the HDMI Port issue yet but at least you could use your laptop again.
clean all nvidia stuff(don't forget the star):
sudo apt-get purge nvidia*
add this ppa repo :
sudo add-apt-repository ppa:graphics-drivers
sudo apt update
ubuntu-drivers devices
this will print a list of your available drivers from apt. one of the has a recommended tag at the end.
mine is nvidia-driver-418
.
now run
sudo apt install nvidia-driver-418 nvidia-prime
of course with the recommended version to you.
now to make sure it works:
prime-select query // probably the output will be 'nvidia'
sudo prime select intel
prime-select query // should print 'intel'
reboot
Hope this helps
answered Mar 28 at 22:02
Shay LevinzonShay Levinzon
111
111
Unfortunately the recovery mode boot fails before I can select root. I made a short vid with my phone of what happens: youtu.be/xHqb1-d4iqY The end result is basically just asking my login and password. I also changed lightdm to gdm btw, dont know if its relevant. I think I need to change the parameters of the recovery boot but I do not know what I need to change.
– user1274616
Mar 28 at 23:18
I'm not sure how you should proceed here. try to search in your BIOS if there's an option to disable nvidia graphics. maybe you'll gain access to your pc with the Intel graphics. if this doesn't work i would consider using CD/USB ubuntu boot and try to reinstall with keeping your personal data.
– Shay Levinzon
Apr 3 at 20:27
add a comment |
Unfortunately the recovery mode boot fails before I can select root. I made a short vid with my phone of what happens: youtu.be/xHqb1-d4iqY The end result is basically just asking my login and password. I also changed lightdm to gdm btw, dont know if its relevant. I think I need to change the parameters of the recovery boot but I do not know what I need to change.
– user1274616
Mar 28 at 23:18
I'm not sure how you should proceed here. try to search in your BIOS if there's an option to disable nvidia graphics. maybe you'll gain access to your pc with the Intel graphics. if this doesn't work i would consider using CD/USB ubuntu boot and try to reinstall with keeping your personal data.
– Shay Levinzon
Apr 3 at 20:27
Unfortunately the recovery mode boot fails before I can select root. I made a short vid with my phone of what happens: youtu.be/xHqb1-d4iqY The end result is basically just asking my login and password. I also changed lightdm to gdm btw, dont know if its relevant. I think I need to change the parameters of the recovery boot but I do not know what I need to change.
– user1274616
Mar 28 at 23:18
Unfortunately the recovery mode boot fails before I can select root. I made a short vid with my phone of what happens: youtu.be/xHqb1-d4iqY The end result is basically just asking my login and password. I also changed lightdm to gdm btw, dont know if its relevant. I think I need to change the parameters of the recovery boot but I do not know what I need to change.
– user1274616
Mar 28 at 23:18
I'm not sure how you should proceed here. try to search in your BIOS if there's an option to disable nvidia graphics. maybe you'll gain access to your pc with the Intel graphics. if this doesn't work i would consider using CD/USB ubuntu boot and try to reinstall with keeping your personal data.
– Shay Levinzon
Apr 3 at 20:27
I'm not sure how you should proceed here. try to search in your BIOS if there's an option to disable nvidia graphics. maybe you'll gain access to your pc with the Intel graphics. if this doesn't work i would consider using CD/USB ubuntu boot and try to reinstall with keeping your personal data.
– Shay Levinzon
Apr 3 at 20:27
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1129509%2fubuntu-boot-problem-new-nvidia-install%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown