Boot Failure for Ubuntu 18.04 Install on Thinkpad P1












4















I have a new Lenovo Thinkpad P1 with i7-8850/32GB mem/1TB SSD/P2000 graphics



The laptop came with Windows installed out of the box and I want to dual boot ubuntu along side.



Using Rufus 3.3 I placed a bootable ubuntu 18.04 image on a USB drive. As I understand, Ubuntu 18.04 is UEFI compatible (and supposedly Secure Boot compatible but that seems controversial).



I turn on the computer, F12 to the Boot Menu, select my USB (which takes me to GRUB), select "Install Ubuntu".



Now this is where the problem starts, upon selecting install ubuntu, I am taken to an Ubuntu loading screen (purple background, ubuntu name with dots underneath changing between white and orange) after about 5-15 seconds (very roughly) the computer powers off....



I've tried various combinations of SecureBoot/BootMode/UEFI/etc. settings to no avail in the BIOS.



Help is greatly appreciated!










share|improve this question



























    4















    I have a new Lenovo Thinkpad P1 with i7-8850/32GB mem/1TB SSD/P2000 graphics



    The laptop came with Windows installed out of the box and I want to dual boot ubuntu along side.



    Using Rufus 3.3 I placed a bootable ubuntu 18.04 image on a USB drive. As I understand, Ubuntu 18.04 is UEFI compatible (and supposedly Secure Boot compatible but that seems controversial).



    I turn on the computer, F12 to the Boot Menu, select my USB (which takes me to GRUB), select "Install Ubuntu".



    Now this is where the problem starts, upon selecting install ubuntu, I am taken to an Ubuntu loading screen (purple background, ubuntu name with dots underneath changing between white and orange) after about 5-15 seconds (very roughly) the computer powers off....



    I've tried various combinations of SecureBoot/BootMode/UEFI/etc. settings to no avail in the BIOS.



    Help is greatly appreciated!










    share|improve this question

























      4












      4








      4


      1






      I have a new Lenovo Thinkpad P1 with i7-8850/32GB mem/1TB SSD/P2000 graphics



      The laptop came with Windows installed out of the box and I want to dual boot ubuntu along side.



      Using Rufus 3.3 I placed a bootable ubuntu 18.04 image on a USB drive. As I understand, Ubuntu 18.04 is UEFI compatible (and supposedly Secure Boot compatible but that seems controversial).



      I turn on the computer, F12 to the Boot Menu, select my USB (which takes me to GRUB), select "Install Ubuntu".



      Now this is where the problem starts, upon selecting install ubuntu, I am taken to an Ubuntu loading screen (purple background, ubuntu name with dots underneath changing between white and orange) after about 5-15 seconds (very roughly) the computer powers off....



      I've tried various combinations of SecureBoot/BootMode/UEFI/etc. settings to no avail in the BIOS.



      Help is greatly appreciated!










      share|improve this question














      I have a new Lenovo Thinkpad P1 with i7-8850/32GB mem/1TB SSD/P2000 graphics



      The laptop came with Windows installed out of the box and I want to dual boot ubuntu along side.



      Using Rufus 3.3 I placed a bootable ubuntu 18.04 image on a USB drive. As I understand, Ubuntu 18.04 is UEFI compatible (and supposedly Secure Boot compatible but that seems controversial).



      I turn on the computer, F12 to the Boot Menu, select my USB (which takes me to GRUB), select "Install Ubuntu".



      Now this is where the problem starts, upon selecting install ubuntu, I am taken to an Ubuntu loading screen (purple background, ubuntu name with dots underneath changing between white and orange) after about 5-15 seconds (very roughly) the computer powers off....



      I've tried various combinations of SecureBoot/BootMode/UEFI/etc. settings to no avail in the BIOS.



      Help is greatly appreciated!







      dual-boot system-installation 18.04 thinkpad bios






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Oct 30 '18 at 8:21









      TshimangaTshimanga

      1212




      1212






















          2 Answers
          2






          active

          oldest

          votes


















          0














          I'm not sure if it would solve your problem, but the ArchLinux wiki says you might have boot problems if you're running Hybrid Graphics. You have two options to fix it:




          • Disable hybrid graphics by changing your BIOS settings to "Discrete only".

          • Alternatively, before booting into live CD, press e and add modprobe.blacklist=nouveau to your kernel parameters.


          If you choose to use the second option, you might also want to include modprobe.blacklist=nouveau in your /boot/loader/entries/arch.conf.



          Also: be sure to upgrade the BIOS before trying to install (you can do this in Windows, if you still have it).






          share|improve this answer
























          • Thanks for the tip. I'll try booting up Manjaro or something and let you know how it goes!

            – Tshimanga
            Dec 18 '18 at 20:21











          • I'm installing Lubuntu 18.10 on my P1 now and intend to write a blog entry about it. If you ping me with a comment here in a week or to, that'll remind me to post a link in this space.

            – Richard
            Dec 18 '18 at 22:13



















          0














          You need to update the Bios. The default version that shipped with my Lenovo Thinkpad P1 (v1.08) didn't support booting Ubuntu.



          Have a look here for the latest one: https://pcsupport.lenovo.com/ca/en/products/laptops-and-netbooks/thinkpad-p-series-laptops/thinkpad-p1-type-20md-20me/downloads/ds504958






          share|improve this answer


























          • Hi Karim, welcome to the site! Are you able to provide a citation or explanation why this might be the case?

            – SimonJGreen
            Jan 13 at 20:43











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


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1088502%2fboot-failure-for-ubuntu-18-04-install-on-thinkpad-p1%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          I'm not sure if it would solve your problem, but the ArchLinux wiki says you might have boot problems if you're running Hybrid Graphics. You have two options to fix it:




          • Disable hybrid graphics by changing your BIOS settings to "Discrete only".

          • Alternatively, before booting into live CD, press e and add modprobe.blacklist=nouveau to your kernel parameters.


          If you choose to use the second option, you might also want to include modprobe.blacklist=nouveau in your /boot/loader/entries/arch.conf.



          Also: be sure to upgrade the BIOS before trying to install (you can do this in Windows, if you still have it).






          share|improve this answer
























          • Thanks for the tip. I'll try booting up Manjaro or something and let you know how it goes!

            – Tshimanga
            Dec 18 '18 at 20:21











          • I'm installing Lubuntu 18.10 on my P1 now and intend to write a blog entry about it. If you ping me with a comment here in a week or to, that'll remind me to post a link in this space.

            – Richard
            Dec 18 '18 at 22:13
















          0














          I'm not sure if it would solve your problem, but the ArchLinux wiki says you might have boot problems if you're running Hybrid Graphics. You have two options to fix it:




          • Disable hybrid graphics by changing your BIOS settings to "Discrete only".

          • Alternatively, before booting into live CD, press e and add modprobe.blacklist=nouveau to your kernel parameters.


          If you choose to use the second option, you might also want to include modprobe.blacklist=nouveau in your /boot/loader/entries/arch.conf.



          Also: be sure to upgrade the BIOS before trying to install (you can do this in Windows, if you still have it).






          share|improve this answer
























          • Thanks for the tip. I'll try booting up Manjaro or something and let you know how it goes!

            – Tshimanga
            Dec 18 '18 at 20:21











          • I'm installing Lubuntu 18.10 on my P1 now and intend to write a blog entry about it. If you ping me with a comment here in a week or to, that'll remind me to post a link in this space.

            – Richard
            Dec 18 '18 at 22:13














          0












          0








          0







          I'm not sure if it would solve your problem, but the ArchLinux wiki says you might have boot problems if you're running Hybrid Graphics. You have two options to fix it:




          • Disable hybrid graphics by changing your BIOS settings to "Discrete only".

          • Alternatively, before booting into live CD, press e and add modprobe.blacklist=nouveau to your kernel parameters.


          If you choose to use the second option, you might also want to include modprobe.blacklist=nouveau in your /boot/loader/entries/arch.conf.



          Also: be sure to upgrade the BIOS before trying to install (you can do this in Windows, if you still have it).






          share|improve this answer













          I'm not sure if it would solve your problem, but the ArchLinux wiki says you might have boot problems if you're running Hybrid Graphics. You have two options to fix it:




          • Disable hybrid graphics by changing your BIOS settings to "Discrete only".

          • Alternatively, before booting into live CD, press e and add modprobe.blacklist=nouveau to your kernel parameters.


          If you choose to use the second option, you might also want to include modprobe.blacklist=nouveau in your /boot/loader/entries/arch.conf.



          Also: be sure to upgrade the BIOS before trying to install (you can do this in Windows, if you still have it).







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Dec 18 '18 at 3:15









          RichardRichard

          65631125




          65631125













          • Thanks for the tip. I'll try booting up Manjaro or something and let you know how it goes!

            – Tshimanga
            Dec 18 '18 at 20:21











          • I'm installing Lubuntu 18.10 on my P1 now and intend to write a blog entry about it. If you ping me with a comment here in a week or to, that'll remind me to post a link in this space.

            – Richard
            Dec 18 '18 at 22:13



















          • Thanks for the tip. I'll try booting up Manjaro or something and let you know how it goes!

            – Tshimanga
            Dec 18 '18 at 20:21











          • I'm installing Lubuntu 18.10 on my P1 now and intend to write a blog entry about it. If you ping me with a comment here in a week or to, that'll remind me to post a link in this space.

            – Richard
            Dec 18 '18 at 22:13

















          Thanks for the tip. I'll try booting up Manjaro or something and let you know how it goes!

          – Tshimanga
          Dec 18 '18 at 20:21





          Thanks for the tip. I'll try booting up Manjaro or something and let you know how it goes!

          – Tshimanga
          Dec 18 '18 at 20:21













          I'm installing Lubuntu 18.10 on my P1 now and intend to write a blog entry about it. If you ping me with a comment here in a week or to, that'll remind me to post a link in this space.

          – Richard
          Dec 18 '18 at 22:13





          I'm installing Lubuntu 18.10 on my P1 now and intend to write a blog entry about it. If you ping me with a comment here in a week or to, that'll remind me to post a link in this space.

          – Richard
          Dec 18 '18 at 22:13













          0














          You need to update the Bios. The default version that shipped with my Lenovo Thinkpad P1 (v1.08) didn't support booting Ubuntu.



          Have a look here for the latest one: https://pcsupport.lenovo.com/ca/en/products/laptops-and-netbooks/thinkpad-p-series-laptops/thinkpad-p1-type-20md-20me/downloads/ds504958






          share|improve this answer


























          • Hi Karim, welcome to the site! Are you able to provide a citation or explanation why this might be the case?

            – SimonJGreen
            Jan 13 at 20:43
















          0














          You need to update the Bios. The default version that shipped with my Lenovo Thinkpad P1 (v1.08) didn't support booting Ubuntu.



          Have a look here for the latest one: https://pcsupport.lenovo.com/ca/en/products/laptops-and-netbooks/thinkpad-p-series-laptops/thinkpad-p1-type-20md-20me/downloads/ds504958






          share|improve this answer


























          • Hi Karim, welcome to the site! Are you able to provide a citation or explanation why this might be the case?

            – SimonJGreen
            Jan 13 at 20:43














          0












          0








          0







          You need to update the Bios. The default version that shipped with my Lenovo Thinkpad P1 (v1.08) didn't support booting Ubuntu.



          Have a look here for the latest one: https://pcsupport.lenovo.com/ca/en/products/laptops-and-netbooks/thinkpad-p-series-laptops/thinkpad-p1-type-20md-20me/downloads/ds504958






          share|improve this answer















          You need to update the Bios. The default version that shipped with my Lenovo Thinkpad P1 (v1.08) didn't support booting Ubuntu.



          Have a look here for the latest one: https://pcsupport.lenovo.com/ca/en/products/laptops-and-netbooks/thinkpad-p-series-laptops/thinkpad-p1-type-20md-20me/downloads/ds504958







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jan 14 at 6:34









          karel

          58.4k13128146




          58.4k13128146










          answered Jan 13 at 18:06









          Karim YaghmourKarim Yaghmour

          1




          1













          • Hi Karim, welcome to the site! Are you able to provide a citation or explanation why this might be the case?

            – SimonJGreen
            Jan 13 at 20:43



















          • Hi Karim, welcome to the site! Are you able to provide a citation or explanation why this might be the case?

            – SimonJGreen
            Jan 13 at 20:43

















          Hi Karim, welcome to the site! Are you able to provide a citation or explanation why this might be the case?

          – SimonJGreen
          Jan 13 at 20:43





          Hi Karim, welcome to the site! Are you able to provide a citation or explanation why this might be the case?

          – SimonJGreen
          Jan 13 at 20:43


















          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1088502%2fboot-failure-for-ubuntu-18-04-install-on-thinkpad-p1%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

          How to make a Squid Proxy server?

          第一次世界大戦

          Touch on Surface Book