Nomodeset Installation











up vote
2
down vote

favorite












I were following the address from Coldfish on How to set nomodeset, but I don't know how to "save" the changes made to the line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"



I hit CTRL+O to save and get File Name to write: /etc/default/grub AND typed sudo update-grub AND hit ENTER.



After that, I open another Terminal an type: sudo update-grub (ask me for password) and them I got this:



joseluis@ubuntu:~$ sudo update-grub
[sudo] password for joseluis:
Generating grub.cfg ...
cat: /boot/grub/video.lst: No such file or directory
Found linux image: /boot/vmlinuz-2.6.38-12-generic
Found initrd image: /boot/initrd.img-2.6.38-12-generic
Found linux image: /boot/vmlinuz-2.6.38-8-generic
Found initrd image: /boot/initrd.img-2.6.38-8-generic
Found Windows 7 (loader) on /dev/sda1
Found Ubuntu 10.04 LTS (10.04) on /dev/sda6
done
joseluis@ubuntu:~$


SO: Were I'm?
Were is my direction now?



Thanks for the help.










share|improve this question




























    up vote
    2
    down vote

    favorite












    I were following the address from Coldfish on How to set nomodeset, but I don't know how to "save" the changes made to the line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"



    I hit CTRL+O to save and get File Name to write: /etc/default/grub AND typed sudo update-grub AND hit ENTER.



    After that, I open another Terminal an type: sudo update-grub (ask me for password) and them I got this:



    joseluis@ubuntu:~$ sudo update-grub
    [sudo] password for joseluis:
    Generating grub.cfg ...
    cat: /boot/grub/video.lst: No such file or directory
    Found linux image: /boot/vmlinuz-2.6.38-12-generic
    Found initrd image: /boot/initrd.img-2.6.38-12-generic
    Found linux image: /boot/vmlinuz-2.6.38-8-generic
    Found initrd image: /boot/initrd.img-2.6.38-8-generic
    Found Windows 7 (loader) on /dev/sda1
    Found Ubuntu 10.04 LTS (10.04) on /dev/sda6
    done
    joseluis@ubuntu:~$


    SO: Were I'm?
    Were is my direction now?



    Thanks for the help.










    share|improve this question


























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      I were following the address from Coldfish on How to set nomodeset, but I don't know how to "save" the changes made to the line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"



      I hit CTRL+O to save and get File Name to write: /etc/default/grub AND typed sudo update-grub AND hit ENTER.



      After that, I open another Terminal an type: sudo update-grub (ask me for password) and them I got this:



      joseluis@ubuntu:~$ sudo update-grub
      [sudo] password for joseluis:
      Generating grub.cfg ...
      cat: /boot/grub/video.lst: No such file or directory
      Found linux image: /boot/vmlinuz-2.6.38-12-generic
      Found initrd image: /boot/initrd.img-2.6.38-12-generic
      Found linux image: /boot/vmlinuz-2.6.38-8-generic
      Found initrd image: /boot/initrd.img-2.6.38-8-generic
      Found Windows 7 (loader) on /dev/sda1
      Found Ubuntu 10.04 LTS (10.04) on /dev/sda6
      done
      joseluis@ubuntu:~$


      SO: Were I'm?
      Were is my direction now?



      Thanks for the help.










      share|improve this question















      I were following the address from Coldfish on How to set nomodeset, but I don't know how to "save" the changes made to the line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"



      I hit CTRL+O to save and get File Name to write: /etc/default/grub AND typed sudo update-grub AND hit ENTER.



      After that, I open another Terminal an type: sudo update-grub (ask me for password) and them I got this:



      joseluis@ubuntu:~$ sudo update-grub
      [sudo] password for joseluis:
      Generating grub.cfg ...
      cat: /boot/grub/video.lst: No such file or directory
      Found linux image: /boot/vmlinuz-2.6.38-12-generic
      Found initrd image: /boot/initrd.img-2.6.38-12-generic
      Found linux image: /boot/vmlinuz-2.6.38-8-generic
      Found initrd image: /boot/initrd.img-2.6.38-8-generic
      Found Windows 7 (loader) on /dev/sda1
      Found Ubuntu 10.04 LTS (10.04) on /dev/sda6
      done
      joseluis@ubuntu:~$


      SO: Were I'm?
      Were is my direction now?



      Thanks for the help.







      boot grub2






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 21 '13 at 15:55









      Braiam

      51.1k20133217




      51.1k20133217










      asked Nov 29 '11 at 4:49









      Camacho3112

      112




      112






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          1
          down vote













          How to set NOMODESET and other kernel boot options in grub2



          On some hardware configurations, you need to set some kernel parameters for ubuntu to boot or work properly. A common one is nomodeset, which is needed for some graphic cards that otherwise boot in to a black screen or corrupted splash, acpi_osi= to fix lcd backlight and other problems, and noapic and nolapic to work around various ACPI BIOS issues. In this how to I will explain briefly what this is and how to do it.



          This how to applies to ubuntu 10.04 and 10.10. It may not apply to wubi, I dont know how to do it in wubi.
          (update, see post #8 for the differences with wubi)



          What are these options?



          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.



          continue reading






          share|improve this answer




























            up vote
            -1
            down vote













            Please navigate to the file via gksudo nautilus( in the terminal) Now you can change the file, and save it. Good luck!






            share|improve this answer





















              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%2f83642%2fnomodeset-installation%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








              up vote
              1
              down vote













              How to set NOMODESET and other kernel boot options in grub2



              On some hardware configurations, you need to set some kernel parameters for ubuntu to boot or work properly. A common one is nomodeset, which is needed for some graphic cards that otherwise boot in to a black screen or corrupted splash, acpi_osi= to fix lcd backlight and other problems, and noapic and nolapic to work around various ACPI BIOS issues. In this how to I will explain briefly what this is and how to do it.



              This how to applies to ubuntu 10.04 and 10.10. It may not apply to wubi, I dont know how to do it in wubi.
              (update, see post #8 for the differences with wubi)



              What are these options?



              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.



              continue reading






              share|improve this answer

























                up vote
                1
                down vote













                How to set NOMODESET and other kernel boot options in grub2



                On some hardware configurations, you need to set some kernel parameters for ubuntu to boot or work properly. A common one is nomodeset, which is needed for some graphic cards that otherwise boot in to a black screen or corrupted splash, acpi_osi= to fix lcd backlight and other problems, and noapic and nolapic to work around various ACPI BIOS issues. In this how to I will explain briefly what this is and how to do it.



                This how to applies to ubuntu 10.04 and 10.10. It may not apply to wubi, I dont know how to do it in wubi.
                (update, see post #8 for the differences with wubi)



                What are these options?



                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.



                continue reading






                share|improve this answer























                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  How to set NOMODESET and other kernel boot options in grub2



                  On some hardware configurations, you need to set some kernel parameters for ubuntu to boot or work properly. A common one is nomodeset, which is needed for some graphic cards that otherwise boot in to a black screen or corrupted splash, acpi_osi= to fix lcd backlight and other problems, and noapic and nolapic to work around various ACPI BIOS issues. In this how to I will explain briefly what this is and how to do it.



                  This how to applies to ubuntu 10.04 and 10.10. It may not apply to wubi, I dont know how to do it in wubi.
                  (update, see post #8 for the differences with wubi)



                  What are these options?



                  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.



                  continue reading






                  share|improve this answer












                  How to set NOMODESET and other kernel boot options in grub2



                  On some hardware configurations, you need to set some kernel parameters for ubuntu to boot or work properly. A common one is nomodeset, which is needed for some graphic cards that otherwise boot in to a black screen or corrupted splash, acpi_osi= to fix lcd backlight and other problems, and noapic and nolapic to work around various ACPI BIOS issues. In this how to I will explain briefly what this is and how to do it.



                  This how to applies to ubuntu 10.04 and 10.10. It may not apply to wubi, I dont know how to do it in wubi.
                  (update, see post #8 for the differences with wubi)



                  What are these options?



                  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.



                  continue reading







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Apr 2 '12 at 4:06









                  Ringtail

                  13.5k1249176




                  13.5k1249176
























                      up vote
                      -1
                      down vote













                      Please navigate to the file via gksudo nautilus( in the terminal) Now you can change the file, and save it. Good luck!






                      share|improve this answer

























                        up vote
                        -1
                        down vote













                        Please navigate to the file via gksudo nautilus( in the terminal) Now you can change the file, and save it. Good luck!






                        share|improve this answer























                          up vote
                          -1
                          down vote










                          up vote
                          -1
                          down vote









                          Please navigate to the file via gksudo nautilus( in the terminal) Now you can change the file, and save it. Good luck!






                          share|improve this answer












                          Please navigate to the file via gksudo nautilus( in the terminal) Now you can change the file, and save it. Good luck!







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Nov 29 '11 at 5:45









                          leoquant

                          20917




                          20917






























                              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%2f83642%2fnomodeset-installation%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 change which sound is reproduced for terminal bell?

                              Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

                              Can I use Tabulator js library in my java Spring + Thymeleaf project?