Ubuntu 18.10 Nvidia driver issue











up vote
0
down vote

favorite












Good time of the day,
Recently i've installed Ubuntu 18.10 on two machines, and one of them having strange issue.



Notebook (Running fine)




  • i7-6700k @ 4.2Ghz

  • GTX 1080 (390 Driver)

  • 16 GB DDR4 @ 2400Mhz

  • Dual Boot with Windows 10 October Update

  • Installed using the "Install alongside Windows" option


Desktop (Not even booting)




  • i9-9900k @ (1st Core 5.3, 2nd 5.2, 3rd 5.1, rest 5.0)


  • RTX 2080 Ti (410 Driver, also tried 390 and 415)


  • 32 GB Ram @ 4000 Mhz


  • NVMe SSD (Samsung EVO 970) 512 GB


  • Installed using the "Install alongside Windows" option



The problem is, the only time my desktop booted was when i holded down Shift (no idea to be honest if it even made a difference), even when no GPU driver was installed. After the install of the driver from PPA (390) it stopped working, then i tried to install 410 and 415, same results.



I've blacklisted the VGA drivers in the modeprobe as follows:



blacklist amd76x_edac
blacklist vga16fb
blacklist rivafb
blacklist rivatv
blacklist nvidiafb
blacklist nouveau
options nouveau modeset=0


Updated the ramfs with -u option, rebooted many times, yet i'm not able to boot into Ubuntu and getting a message that "Started tool to collect and submit kernel crash something".



Ubuntu installed on the notebook, with even the same commands executed (to install software, etc, both are dev machines), working just fine. As a matter of fact, i'm composing this message from the notebook running Ubuntu.



No matter what i'm doing, i'm not able to boot into Ubuntu on the desktop.



Also, i guess it is worth noting, 410 and 415 drivers are installed using the .run package with options to update the XServer configuration and install full copy of ll or ld or lv something marked as yes.



lsmod | grep nouveau returns nothing (as it should), and lsmod | grep nvidia returns the following:



nvidia_drm 45056 0
nvidia_modeset 1040384 1 nvidia_drm
nvidia 16584704 1 nvidia_modeset
drm_kms_helper 172023 1 nvidia_drm
drm 458752 3 drm_kms_helper, nvidia_drm
ipmi_msghandler 102400 2 ipmi_devintf, nvidia


All these values are obtained while booting into the safe mode with networking and root console (text, no GUI)










share|improve this question


























    up vote
    0
    down vote

    favorite












    Good time of the day,
    Recently i've installed Ubuntu 18.10 on two machines, and one of them having strange issue.



    Notebook (Running fine)




    • i7-6700k @ 4.2Ghz

    • GTX 1080 (390 Driver)

    • 16 GB DDR4 @ 2400Mhz

    • Dual Boot with Windows 10 October Update

    • Installed using the "Install alongside Windows" option


    Desktop (Not even booting)




    • i9-9900k @ (1st Core 5.3, 2nd 5.2, 3rd 5.1, rest 5.0)


    • RTX 2080 Ti (410 Driver, also tried 390 and 415)


    • 32 GB Ram @ 4000 Mhz


    • NVMe SSD (Samsung EVO 970) 512 GB


    • Installed using the "Install alongside Windows" option



    The problem is, the only time my desktop booted was when i holded down Shift (no idea to be honest if it even made a difference), even when no GPU driver was installed. After the install of the driver from PPA (390) it stopped working, then i tried to install 410 and 415, same results.



    I've blacklisted the VGA drivers in the modeprobe as follows:



    blacklist amd76x_edac
    blacklist vga16fb
    blacklist rivafb
    blacklist rivatv
    blacklist nvidiafb
    blacklist nouveau
    options nouveau modeset=0


    Updated the ramfs with -u option, rebooted many times, yet i'm not able to boot into Ubuntu and getting a message that "Started tool to collect and submit kernel crash something".



    Ubuntu installed on the notebook, with even the same commands executed (to install software, etc, both are dev machines), working just fine. As a matter of fact, i'm composing this message from the notebook running Ubuntu.



    No matter what i'm doing, i'm not able to boot into Ubuntu on the desktop.



    Also, i guess it is worth noting, 410 and 415 drivers are installed using the .run package with options to update the XServer configuration and install full copy of ll or ld or lv something marked as yes.



    lsmod | grep nouveau returns nothing (as it should), and lsmod | grep nvidia returns the following:



    nvidia_drm 45056 0
    nvidia_modeset 1040384 1 nvidia_drm
    nvidia 16584704 1 nvidia_modeset
    drm_kms_helper 172023 1 nvidia_drm
    drm 458752 3 drm_kms_helper, nvidia_drm
    ipmi_msghandler 102400 2 ipmi_devintf, nvidia


    All these values are obtained while booting into the safe mode with networking and root console (text, no GUI)










    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Good time of the day,
      Recently i've installed Ubuntu 18.10 on two machines, and one of them having strange issue.



      Notebook (Running fine)




      • i7-6700k @ 4.2Ghz

      • GTX 1080 (390 Driver)

      • 16 GB DDR4 @ 2400Mhz

      • Dual Boot with Windows 10 October Update

      • Installed using the "Install alongside Windows" option


      Desktop (Not even booting)




      • i9-9900k @ (1st Core 5.3, 2nd 5.2, 3rd 5.1, rest 5.0)


      • RTX 2080 Ti (410 Driver, also tried 390 and 415)


      • 32 GB Ram @ 4000 Mhz


      • NVMe SSD (Samsung EVO 970) 512 GB


      • Installed using the "Install alongside Windows" option



      The problem is, the only time my desktop booted was when i holded down Shift (no idea to be honest if it even made a difference), even when no GPU driver was installed. After the install of the driver from PPA (390) it stopped working, then i tried to install 410 and 415, same results.



      I've blacklisted the VGA drivers in the modeprobe as follows:



      blacklist amd76x_edac
      blacklist vga16fb
      blacklist rivafb
      blacklist rivatv
      blacklist nvidiafb
      blacklist nouveau
      options nouveau modeset=0


      Updated the ramfs with -u option, rebooted many times, yet i'm not able to boot into Ubuntu and getting a message that "Started tool to collect and submit kernel crash something".



      Ubuntu installed on the notebook, with even the same commands executed (to install software, etc, both are dev machines), working just fine. As a matter of fact, i'm composing this message from the notebook running Ubuntu.



      No matter what i'm doing, i'm not able to boot into Ubuntu on the desktop.



      Also, i guess it is worth noting, 410 and 415 drivers are installed using the .run package with options to update the XServer configuration and install full copy of ll or ld or lv something marked as yes.



      lsmod | grep nouveau returns nothing (as it should), and lsmod | grep nvidia returns the following:



      nvidia_drm 45056 0
      nvidia_modeset 1040384 1 nvidia_drm
      nvidia 16584704 1 nvidia_modeset
      drm_kms_helper 172023 1 nvidia_drm
      drm 458752 3 drm_kms_helper, nvidia_drm
      ipmi_msghandler 102400 2 ipmi_devintf, nvidia


      All these values are obtained while booting into the safe mode with networking and root console (text, no GUI)










      share|improve this question













      Good time of the day,
      Recently i've installed Ubuntu 18.10 on two machines, and one of them having strange issue.



      Notebook (Running fine)




      • i7-6700k @ 4.2Ghz

      • GTX 1080 (390 Driver)

      • 16 GB DDR4 @ 2400Mhz

      • Dual Boot with Windows 10 October Update

      • Installed using the "Install alongside Windows" option


      Desktop (Not even booting)




      • i9-9900k @ (1st Core 5.3, 2nd 5.2, 3rd 5.1, rest 5.0)


      • RTX 2080 Ti (410 Driver, also tried 390 and 415)


      • 32 GB Ram @ 4000 Mhz


      • NVMe SSD (Samsung EVO 970) 512 GB


      • Installed using the "Install alongside Windows" option



      The problem is, the only time my desktop booted was when i holded down Shift (no idea to be honest if it even made a difference), even when no GPU driver was installed. After the install of the driver from PPA (390) it stopped working, then i tried to install 410 and 415, same results.



      I've blacklisted the VGA drivers in the modeprobe as follows:



      blacklist amd76x_edac
      blacklist vga16fb
      blacklist rivafb
      blacklist rivatv
      blacklist nvidiafb
      blacklist nouveau
      options nouveau modeset=0


      Updated the ramfs with -u option, rebooted many times, yet i'm not able to boot into Ubuntu and getting a message that "Started tool to collect and submit kernel crash something".



      Ubuntu installed on the notebook, with even the same commands executed (to install software, etc, both are dev machines), working just fine. As a matter of fact, i'm composing this message from the notebook running Ubuntu.



      No matter what i'm doing, i'm not able to boot into Ubuntu on the desktop.



      Also, i guess it is worth noting, 410 and 415 drivers are installed using the .run package with options to update the XServer configuration and install full copy of ll or ld or lv something marked as yes.



      lsmod | grep nouveau returns nothing (as it should), and lsmod | grep nvidia returns the following:



      nvidia_drm 45056 0
      nvidia_modeset 1040384 1 nvidia_drm
      nvidia 16584704 1 nvidia_modeset
      drm_kms_helper 172023 1 nvidia_drm
      drm 458752 3 drm_kms_helper, nvidia_drm
      ipmi_msghandler 102400 2 ipmi_devintf, nvidia


      All these values are obtained while booting into the safe mode with networking and root console (text, no GUI)







      dual-boot drivers nvidia 18.10






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 22 at 7:12









      Ivan Zhivolupov

      101




      101



























          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: 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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1095026%2fubuntu-18-10-nvidia-driver-issue%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          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.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • 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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1095026%2fubuntu-18-10-nvidia-driver-issue%23new-answer', 'question_page');
          }
          );

          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







          Popular posts from this blog

          Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

          ComboBox Display Member on multiple fields

          Is it possible to collect Nectar points via Trainline?