How to fix Debian boot issue on Macbook Pro?

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











up vote
1
down vote

favorite












I recently installed Debian 9 on a Macbook Pro (8,2), so I used the version with non-free firmware, as I read it was needed to make everything work properly on a Mac.



The problem is that whenever I reboot the computer it gets stuck on boot, showing only:



dev/sda1: clean, 552599/6111232 files, 7119295/24414464 blocks


After a long time of research I found out a way to fix this and I was able to boot again.



  • Boot the computer and press e when GRUB screen appears

  • Add nomodeset between ro and quiet on the config file

  • Press F10 to boot (fn + F10)

Now I have to do this every time I reboot ...



For what I read the problem has something to do with the graphics card firmware, but I couldn't find how to fix it.



Any idea what it could be happening and how to fix it ?? so I don't have to do the little hack every time.







share|improve this question
























    up vote
    1
    down vote

    favorite












    I recently installed Debian 9 on a Macbook Pro (8,2), so I used the version with non-free firmware, as I read it was needed to make everything work properly on a Mac.



    The problem is that whenever I reboot the computer it gets stuck on boot, showing only:



    dev/sda1: clean, 552599/6111232 files, 7119295/24414464 blocks


    After a long time of research I found out a way to fix this and I was able to boot again.



    • Boot the computer and press e when GRUB screen appears

    • Add nomodeset between ro and quiet on the config file

    • Press F10 to boot (fn + F10)

    Now I have to do this every time I reboot ...



    For what I read the problem has something to do with the graphics card firmware, but I couldn't find how to fix it.



    Any idea what it could be happening and how to fix it ?? so I don't have to do the little hack every time.







    share|improve this question






















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I recently installed Debian 9 on a Macbook Pro (8,2), so I used the version with non-free firmware, as I read it was needed to make everything work properly on a Mac.



      The problem is that whenever I reboot the computer it gets stuck on boot, showing only:



      dev/sda1: clean, 552599/6111232 files, 7119295/24414464 blocks


      After a long time of research I found out a way to fix this and I was able to boot again.



      • Boot the computer and press e when GRUB screen appears

      • Add nomodeset between ro and quiet on the config file

      • Press F10 to boot (fn + F10)

      Now I have to do this every time I reboot ...



      For what I read the problem has something to do with the graphics card firmware, but I couldn't find how to fix it.



      Any idea what it could be happening and how to fix it ?? so I don't have to do the little hack every time.







      share|improve this question












      I recently installed Debian 9 on a Macbook Pro (8,2), so I used the version with non-free firmware, as I read it was needed to make everything work properly on a Mac.



      The problem is that whenever I reboot the computer it gets stuck on boot, showing only:



      dev/sda1: clean, 552599/6111232 files, 7119295/24414464 blocks


      After a long time of research I found out a way to fix this and I was able to boot again.



      • Boot the computer and press e when GRUB screen appears

      • Add nomodeset between ro and quiet on the config file

      • Press F10 to boot (fn + F10)

      Now I have to do this every time I reboot ...



      For what I read the problem has something to do with the graphics card firmware, but I couldn't find how to fix it.



      Any idea what it could be happening and how to fix it ?? so I don't have to do the little hack every time.









      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 10 at 14:36









      Pablo Lorenzo

      1064




      1064




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          3
          down vote













          One can cause the parameters to be used on each boot. As the user, root, edit the file, /etc/default/grub, and modify the line, GRUB_CMDLINE_LINUX_DEFAULT, to specify all of the desired parameters. Then update GRUB with the command, update-grub.



          According to Ubuntu Forums,




          nomodeset



          The newest kernels have moved the video mode setting into the kernel. So all the programming of the hardware specific clock rates and registers on the video card happen in the kernel rather than in the X driver when the X server starts.. This makes it possible to have high resolution nice looking splash (boot) screens and flicker free transitions from boot splash to login screen. Unfortunately, on some cards this doesnt work properly and you end up with a black screen. Adding the nomodeset parameter instructs the kernel to not load video drivers and use BIOS modes instead until X is loaded.



          Note that this option is sometimes needed for nVidia cards when using the default "nouveau" drivers. Installing proprietary nvidia drivers usually makes this option no longer necessary, so it may not be needed to make this option permanent, just for one boot until you installed the nvidia drivers.




          The other question that you posted indicates that you are using the laptop as a home server and that the lid stays shut and monitor turned off. This seems to imply that you do not intend to use the video much anyway. And there's no "problem" with nomodeset, per se. If you want to get a proprietary driver working instead, please post the details of your video hardware.



          # Refresh the PCI ID list.
          sudo update-pciids

          # Look for information about the video card.
          lspci | grep -E "VGA|3D"


          The output from the last command might be as follows.



          00:02.0 VGA compatible controller: Intel Corporation 3rd Gen [...]


          Use the PCI ID to get more information.



          sudo lspci -v -s 00:02.0


          Add the result to the question.






          share|improve this answer






















          • that's awesome! thanks. I was looking more to fix the underlaying problem (I do not now the implications of nomodeset), but I guess this will do for now
            – Pablo Lorenzo
            Apr 10 at 19:49










          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          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: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          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%2funix.stackexchange.com%2fquestions%2f436790%2fhow-to-fix-debian-boot-issue-on-macbook-pro%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          3
          down vote













          One can cause the parameters to be used on each boot. As the user, root, edit the file, /etc/default/grub, and modify the line, GRUB_CMDLINE_LINUX_DEFAULT, to specify all of the desired parameters. Then update GRUB with the command, update-grub.



          According to Ubuntu Forums,




          nomodeset



          The newest kernels have moved the video mode setting into the kernel. So all the programming of the hardware specific clock rates and registers on the video card happen in the kernel rather than in the X driver when the X server starts.. This makes it possible to have high resolution nice looking splash (boot) screens and flicker free transitions from boot splash to login screen. Unfortunately, on some cards this doesnt work properly and you end up with a black screen. Adding the nomodeset parameter instructs the kernel to not load video drivers and use BIOS modes instead until X is loaded.



          Note that this option is sometimes needed for nVidia cards when using the default "nouveau" drivers. Installing proprietary nvidia drivers usually makes this option no longer necessary, so it may not be needed to make this option permanent, just for one boot until you installed the nvidia drivers.




          The other question that you posted indicates that you are using the laptop as a home server and that the lid stays shut and monitor turned off. This seems to imply that you do not intend to use the video much anyway. And there's no "problem" with nomodeset, per se. If you want to get a proprietary driver working instead, please post the details of your video hardware.



          # Refresh the PCI ID list.
          sudo update-pciids

          # Look for information about the video card.
          lspci | grep -E "VGA|3D"


          The output from the last command might be as follows.



          00:02.0 VGA compatible controller: Intel Corporation 3rd Gen [...]


          Use the PCI ID to get more information.



          sudo lspci -v -s 00:02.0


          Add the result to the question.






          share|improve this answer






















          • that's awesome! thanks. I was looking more to fix the underlaying problem (I do not now the implications of nomodeset), but I guess this will do for now
            – Pablo Lorenzo
            Apr 10 at 19:49














          up vote
          3
          down vote













          One can cause the parameters to be used on each boot. As the user, root, edit the file, /etc/default/grub, and modify the line, GRUB_CMDLINE_LINUX_DEFAULT, to specify all of the desired parameters. Then update GRUB with the command, update-grub.



          According to Ubuntu Forums,




          nomodeset



          The newest kernels have moved the video mode setting into the kernel. So all the programming of the hardware specific clock rates and registers on the video card happen in the kernel rather than in the X driver when the X server starts.. This makes it possible to have high resolution nice looking splash (boot) screens and flicker free transitions from boot splash to login screen. Unfortunately, on some cards this doesnt work properly and you end up with a black screen. Adding the nomodeset parameter instructs the kernel to not load video drivers and use BIOS modes instead until X is loaded.



          Note that this option is sometimes needed for nVidia cards when using the default "nouveau" drivers. Installing proprietary nvidia drivers usually makes this option no longer necessary, so it may not be needed to make this option permanent, just for one boot until you installed the nvidia drivers.




          The other question that you posted indicates that you are using the laptop as a home server and that the lid stays shut and monitor turned off. This seems to imply that you do not intend to use the video much anyway. And there's no "problem" with nomodeset, per se. If you want to get a proprietary driver working instead, please post the details of your video hardware.



          # Refresh the PCI ID list.
          sudo update-pciids

          # Look for information about the video card.
          lspci | grep -E "VGA|3D"


          The output from the last command might be as follows.



          00:02.0 VGA compatible controller: Intel Corporation 3rd Gen [...]


          Use the PCI ID to get more information.



          sudo lspci -v -s 00:02.0


          Add the result to the question.






          share|improve this answer






















          • that's awesome! thanks. I was looking more to fix the underlaying problem (I do not now the implications of nomodeset), but I guess this will do for now
            – Pablo Lorenzo
            Apr 10 at 19:49












          up vote
          3
          down vote










          up vote
          3
          down vote









          One can cause the parameters to be used on each boot. As the user, root, edit the file, /etc/default/grub, and modify the line, GRUB_CMDLINE_LINUX_DEFAULT, to specify all of the desired parameters. Then update GRUB with the command, update-grub.



          According to Ubuntu Forums,




          nomodeset



          The newest kernels have moved the video mode setting into the kernel. So all the programming of the hardware specific clock rates and registers on the video card happen in the kernel rather than in the X driver when the X server starts.. This makes it possible to have high resolution nice looking splash (boot) screens and flicker free transitions from boot splash to login screen. Unfortunately, on some cards this doesnt work properly and you end up with a black screen. Adding the nomodeset parameter instructs the kernel to not load video drivers and use BIOS modes instead until X is loaded.



          Note that this option is sometimes needed for nVidia cards when using the default "nouveau" drivers. Installing proprietary nvidia drivers usually makes this option no longer necessary, so it may not be needed to make this option permanent, just for one boot until you installed the nvidia drivers.




          The other question that you posted indicates that you are using the laptop as a home server and that the lid stays shut and monitor turned off. This seems to imply that you do not intend to use the video much anyway. And there's no "problem" with nomodeset, per se. If you want to get a proprietary driver working instead, please post the details of your video hardware.



          # Refresh the PCI ID list.
          sudo update-pciids

          # Look for information about the video card.
          lspci | grep -E "VGA|3D"


          The output from the last command might be as follows.



          00:02.0 VGA compatible controller: Intel Corporation 3rd Gen [...]


          Use the PCI ID to get more information.



          sudo lspci -v -s 00:02.0


          Add the result to the question.






          share|improve this answer














          One can cause the parameters to be used on each boot. As the user, root, edit the file, /etc/default/grub, and modify the line, GRUB_CMDLINE_LINUX_DEFAULT, to specify all of the desired parameters. Then update GRUB with the command, update-grub.



          According to Ubuntu Forums,




          nomodeset



          The newest kernels have moved the video mode setting into the kernel. So all the programming of the hardware specific clock rates and registers on the video card happen in the kernel rather than in the X driver when the X server starts.. This makes it possible to have high resolution nice looking splash (boot) screens and flicker free transitions from boot splash to login screen. Unfortunately, on some cards this doesnt work properly and you end up with a black screen. Adding the nomodeset parameter instructs the kernel to not load video drivers and use BIOS modes instead until X is loaded.



          Note that this option is sometimes needed for nVidia cards when using the default "nouveau" drivers. Installing proprietary nvidia drivers usually makes this option no longer necessary, so it may not be needed to make this option permanent, just for one boot until you installed the nvidia drivers.




          The other question that you posted indicates that you are using the laptop as a home server and that the lid stays shut and monitor turned off. This seems to imply that you do not intend to use the video much anyway. And there's no "problem" with nomodeset, per se. If you want to get a proprietary driver working instead, please post the details of your video hardware.



          # Refresh the PCI ID list.
          sudo update-pciids

          # Look for information about the video card.
          lspci | grep -E "VGA|3D"


          The output from the last command might be as follows.



          00:02.0 VGA compatible controller: Intel Corporation 3rd Gen [...]


          Use the PCI ID to get more information.



          sudo lspci -v -s 00:02.0


          Add the result to the question.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Apr 10 at 20:51

























          answered Apr 10 at 14:46









          Christopher

          8,91022742




          8,91022742











          • that's awesome! thanks. I was looking more to fix the underlaying problem (I do not now the implications of nomodeset), but I guess this will do for now
            – Pablo Lorenzo
            Apr 10 at 19:49
















          • that's awesome! thanks. I was looking more to fix the underlaying problem (I do not now the implications of nomodeset), but I guess this will do for now
            – Pablo Lorenzo
            Apr 10 at 19:49















          that's awesome! thanks. I was looking more to fix the underlaying problem (I do not now the implications of nomodeset), but I guess this will do for now
          – Pablo Lorenzo
          Apr 10 at 19:49




          that's awesome! thanks. I was looking more to fix the underlaying problem (I do not now the implications of nomodeset), but I guess this will do for now
          – Pablo Lorenzo
          Apr 10 at 19:49












           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f436790%2fhow-to-fix-debian-boot-issue-on-macbook-pro%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay