Stick on boot with NVIDIA ppa drivers installed

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












Each time I install the ppa drivers for my gtx 960m I'm stuck on boot with spam of the following message :
[ OK ] Started NVIDIA Persistence Daemon. Stopping NVIDIA Persistence Daemon...
[ OK ] Stopped NVIDIA Persistence Daemon. Starting NVIDIA Persistence Daemon...

The command I issue to install the drivers is :
sudo apt-get install nvidia-387
To fix this I have to go on recovery mode and do :
sudo mount -n -o remount,rw /
sudo purge nvidia*

I can't find a working solution.










share|improve this question

















  • 1




    What laptop do you have? Please post the output of: sudo dmidecode | grep -iA9 'system information'. Also, when you are at the login screen, are you able to press ALT + CTRL + F1 to bring up a console?
    – Vanessa Deagan
    Feb 14 at 21:10











  • When you see the login screen, are you able to quickly press ALT + CTRL + F1 to bring up a console?
    – Vanessa Deagan
    Feb 14 at 21:19










  • I have an Acer vn7 nitro black edition. output : System information // Manufacturer : Acer // Product name : Aspire VN7-591G // Version : V1.13 // Serial Number : NXMUVEF003514020836600 // UUID : 3399A846-4C68-5846-B4ED-5ADA0890170E // Make-up Type : Power Switch // Aspire VN7-591G_091B_1.13 // Family : Sharkbay System. Ctrl+ alt + F1 doesnt work but ctrl+alt+F2 do the job instead. @VanessaDeagan
    – Léo Coletta
    Feb 14 at 21:24











  • From the login screen, do ATL + CTRL + F2, then use a text editor to add acpi_osi="!Windows 2015" to your GRUB_CMDLINE_LINUX line in /etc/default/grub, then run sudo update-initramfs -u. Try rebooting (with the Nvidia driver installed).
    – Vanessa Deagan
    Feb 14 at 21:30










  • I have the same problem 😣. The acpi_osi command is inside the quote of GRUB_CMDLINE_LINUX line Richter ?
    – Léo Coletta
    Feb 14 at 21:49















up vote
0
down vote

favorite












Each time I install the ppa drivers for my gtx 960m I'm stuck on boot with spam of the following message :
[ OK ] Started NVIDIA Persistence Daemon. Stopping NVIDIA Persistence Daemon...
[ OK ] Stopped NVIDIA Persistence Daemon. Starting NVIDIA Persistence Daemon...

The command I issue to install the drivers is :
sudo apt-get install nvidia-387
To fix this I have to go on recovery mode and do :
sudo mount -n -o remount,rw /
sudo purge nvidia*

I can't find a working solution.










share|improve this question

















  • 1




    What laptop do you have? Please post the output of: sudo dmidecode | grep -iA9 'system information'. Also, when you are at the login screen, are you able to press ALT + CTRL + F1 to bring up a console?
    – Vanessa Deagan
    Feb 14 at 21:10











  • When you see the login screen, are you able to quickly press ALT + CTRL + F1 to bring up a console?
    – Vanessa Deagan
    Feb 14 at 21:19










  • I have an Acer vn7 nitro black edition. output : System information // Manufacturer : Acer // Product name : Aspire VN7-591G // Version : V1.13 // Serial Number : NXMUVEF003514020836600 // UUID : 3399A846-4C68-5846-B4ED-5ADA0890170E // Make-up Type : Power Switch // Aspire VN7-591G_091B_1.13 // Family : Sharkbay System. Ctrl+ alt + F1 doesnt work but ctrl+alt+F2 do the job instead. @VanessaDeagan
    – Léo Coletta
    Feb 14 at 21:24











  • From the login screen, do ATL + CTRL + F2, then use a text editor to add acpi_osi="!Windows 2015" to your GRUB_CMDLINE_LINUX line in /etc/default/grub, then run sudo update-initramfs -u. Try rebooting (with the Nvidia driver installed).
    – Vanessa Deagan
    Feb 14 at 21:30










  • I have the same problem 😣. The acpi_osi command is inside the quote of GRUB_CMDLINE_LINUX line Richter ?
    – Léo Coletta
    Feb 14 at 21:49













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Each time I install the ppa drivers for my gtx 960m I'm stuck on boot with spam of the following message :
[ OK ] Started NVIDIA Persistence Daemon. Stopping NVIDIA Persistence Daemon...
[ OK ] Stopped NVIDIA Persistence Daemon. Starting NVIDIA Persistence Daemon...

The command I issue to install the drivers is :
sudo apt-get install nvidia-387
To fix this I have to go on recovery mode and do :
sudo mount -n -o remount,rw /
sudo purge nvidia*

I can't find a working solution.










share|improve this question













Each time I install the ppa drivers for my gtx 960m I'm stuck on boot with spam of the following message :
[ OK ] Started NVIDIA Persistence Daemon. Stopping NVIDIA Persistence Daemon...
[ OK ] Stopped NVIDIA Persistence Daemon. Starting NVIDIA Persistence Daemon...

The command I issue to install the drivers is :
sudo apt-get install nvidia-387
To fix this I have to go on recovery mode and do :
sudo mount -n -o remount,rw /
sudo purge nvidia*

I can't find a working solution.







drivers






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 14 at 21:05









Léo Coletta

11




11







  • 1




    What laptop do you have? Please post the output of: sudo dmidecode | grep -iA9 'system information'. Also, when you are at the login screen, are you able to press ALT + CTRL + F1 to bring up a console?
    – Vanessa Deagan
    Feb 14 at 21:10











  • When you see the login screen, are you able to quickly press ALT + CTRL + F1 to bring up a console?
    – Vanessa Deagan
    Feb 14 at 21:19










  • I have an Acer vn7 nitro black edition. output : System information // Manufacturer : Acer // Product name : Aspire VN7-591G // Version : V1.13 // Serial Number : NXMUVEF003514020836600 // UUID : 3399A846-4C68-5846-B4ED-5ADA0890170E // Make-up Type : Power Switch // Aspire VN7-591G_091B_1.13 // Family : Sharkbay System. Ctrl+ alt + F1 doesnt work but ctrl+alt+F2 do the job instead. @VanessaDeagan
    – Léo Coletta
    Feb 14 at 21:24











  • From the login screen, do ATL + CTRL + F2, then use a text editor to add acpi_osi="!Windows 2015" to your GRUB_CMDLINE_LINUX line in /etc/default/grub, then run sudo update-initramfs -u. Try rebooting (with the Nvidia driver installed).
    – Vanessa Deagan
    Feb 14 at 21:30










  • I have the same problem 😣. The acpi_osi command is inside the quote of GRUB_CMDLINE_LINUX line Richter ?
    – Léo Coletta
    Feb 14 at 21:49













  • 1




    What laptop do you have? Please post the output of: sudo dmidecode | grep -iA9 'system information'. Also, when you are at the login screen, are you able to press ALT + CTRL + F1 to bring up a console?
    – Vanessa Deagan
    Feb 14 at 21:10











  • When you see the login screen, are you able to quickly press ALT + CTRL + F1 to bring up a console?
    – Vanessa Deagan
    Feb 14 at 21:19










  • I have an Acer vn7 nitro black edition. output : System information // Manufacturer : Acer // Product name : Aspire VN7-591G // Version : V1.13 // Serial Number : NXMUVEF003514020836600 // UUID : 3399A846-4C68-5846-B4ED-5ADA0890170E // Make-up Type : Power Switch // Aspire VN7-591G_091B_1.13 // Family : Sharkbay System. Ctrl+ alt + F1 doesnt work but ctrl+alt+F2 do the job instead. @VanessaDeagan
    – Léo Coletta
    Feb 14 at 21:24











  • From the login screen, do ATL + CTRL + F2, then use a text editor to add acpi_osi="!Windows 2015" to your GRUB_CMDLINE_LINUX line in /etc/default/grub, then run sudo update-initramfs -u. Try rebooting (with the Nvidia driver installed).
    – Vanessa Deagan
    Feb 14 at 21:30










  • I have the same problem 😣. The acpi_osi command is inside the quote of GRUB_CMDLINE_LINUX line Richter ?
    – Léo Coletta
    Feb 14 at 21:49








1




1




What laptop do you have? Please post the output of: sudo dmidecode | grep -iA9 'system information'. Also, when you are at the login screen, are you able to press ALT + CTRL + F1 to bring up a console?
– Vanessa Deagan
Feb 14 at 21:10





What laptop do you have? Please post the output of: sudo dmidecode | grep -iA9 'system information'. Also, when you are at the login screen, are you able to press ALT + CTRL + F1 to bring up a console?
– Vanessa Deagan
Feb 14 at 21:10













When you see the login screen, are you able to quickly press ALT + CTRL + F1 to bring up a console?
– Vanessa Deagan
Feb 14 at 21:19




When you see the login screen, are you able to quickly press ALT + CTRL + F1 to bring up a console?
– Vanessa Deagan
Feb 14 at 21:19












I have an Acer vn7 nitro black edition. output : System information // Manufacturer : Acer // Product name : Aspire VN7-591G // Version : V1.13 // Serial Number : NXMUVEF003514020836600 // UUID : 3399A846-4C68-5846-B4ED-5ADA0890170E // Make-up Type : Power Switch // Aspire VN7-591G_091B_1.13 // Family : Sharkbay System. Ctrl+ alt + F1 doesnt work but ctrl+alt+F2 do the job instead. @VanessaDeagan
– Léo Coletta
Feb 14 at 21:24





I have an Acer vn7 nitro black edition. output : System information // Manufacturer : Acer // Product name : Aspire VN7-591G // Version : V1.13 // Serial Number : NXMUVEF003514020836600 // UUID : 3399A846-4C68-5846-B4ED-5ADA0890170E // Make-up Type : Power Switch // Aspire VN7-591G_091B_1.13 // Family : Sharkbay System. Ctrl+ alt + F1 doesnt work but ctrl+alt+F2 do the job instead. @VanessaDeagan
– Léo Coletta
Feb 14 at 21:24













From the login screen, do ATL + CTRL + F2, then use a text editor to add acpi_osi="!Windows 2015" to your GRUB_CMDLINE_LINUX line in /etc/default/grub, then run sudo update-initramfs -u. Try rebooting (with the Nvidia driver installed).
– Vanessa Deagan
Feb 14 at 21:30




From the login screen, do ATL + CTRL + F2, then use a text editor to add acpi_osi="!Windows 2015" to your GRUB_CMDLINE_LINUX line in /etc/default/grub, then run sudo update-initramfs -u. Try rebooting (with the Nvidia driver installed).
– Vanessa Deagan
Feb 14 at 21:30












I have the same problem 😣. The acpi_osi command is inside the quote of GRUB_CMDLINE_LINUX line Richter ?
– Léo Coletta
Feb 14 at 21:49





I have the same problem 😣. The acpi_osi command is inside the quote of GRUB_CMDLINE_LINUX line Richter ?
– Léo Coletta
Feb 14 at 21:49
















active

oldest

votes











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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1006250%2fstick-on-boot-with-nvidia-ppa-drivers-installed%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1006250%2fstick-on-boot-with-nvidia-ppa-drivers-installed%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

Which professions warranted travel in Medieval times?

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

Trouble downloading packages list due to a “Hash sum mismatch” error