How to get GRUB options selection on startup?












2















I am running Ubuntu GNOME 15.10 with GNOME 3.18 and in the past at random seemingly there was a period in which when starting up my computer I would get the GRUB options which would allow me to choose between launching Ubuntu, Advanced options for Ubuntu, System options, etc...



Now however I just get a strangish gray screen with a border which is darker than the middle and then verbose console output, is there any way to force this options selection at startup? Because if I ever need to access it seemingly only causing my machine to have a cold shutdown during startup will do it which is not ideal...










share|improve this question























  • have you tried to press escape key ??

    – Mohamed Slama
    May 23 '16 at 21:24











  • @MohamedSlama: I have, I have tried actually pressing a variate of keys, but non of them seem to have any affect.

    – user364819
    May 23 '16 at 21:58
















2















I am running Ubuntu GNOME 15.10 with GNOME 3.18 and in the past at random seemingly there was a period in which when starting up my computer I would get the GRUB options which would allow me to choose between launching Ubuntu, Advanced options for Ubuntu, System options, etc...



Now however I just get a strangish gray screen with a border which is darker than the middle and then verbose console output, is there any way to force this options selection at startup? Because if I ever need to access it seemingly only causing my machine to have a cold shutdown during startup will do it which is not ideal...










share|improve this question























  • have you tried to press escape key ??

    – Mohamed Slama
    May 23 '16 at 21:24











  • @MohamedSlama: I have, I have tried actually pressing a variate of keys, but non of them seem to have any affect.

    – user364819
    May 23 '16 at 21:58














2












2








2








I am running Ubuntu GNOME 15.10 with GNOME 3.18 and in the past at random seemingly there was a period in which when starting up my computer I would get the GRUB options which would allow me to choose between launching Ubuntu, Advanced options for Ubuntu, System options, etc...



Now however I just get a strangish gray screen with a border which is darker than the middle and then verbose console output, is there any way to force this options selection at startup? Because if I ever need to access it seemingly only causing my machine to have a cold shutdown during startup will do it which is not ideal...










share|improve this question














I am running Ubuntu GNOME 15.10 with GNOME 3.18 and in the past at random seemingly there was a period in which when starting up my computer I would get the GRUB options which would allow me to choose between launching Ubuntu, Advanced options for Ubuntu, System options, etc...



Now however I just get a strangish gray screen with a border which is darker than the middle and then verbose console output, is there any way to force this options selection at startup? Because if I ever need to access it seemingly only causing my machine to have a cold shutdown during startup will do it which is not ideal...







boot grub2 gnome configuration






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked May 23 '16 at 21:20







user364819




















  • have you tried to press escape key ??

    – Mohamed Slama
    May 23 '16 at 21:24











  • @MohamedSlama: I have, I have tried actually pressing a variate of keys, but non of them seem to have any affect.

    – user364819
    May 23 '16 at 21:58



















  • have you tried to press escape key ??

    – Mohamed Slama
    May 23 '16 at 21:24











  • @MohamedSlama: I have, I have tried actually pressing a variate of keys, but non of them seem to have any affect.

    – user364819
    May 23 '16 at 21:58

















have you tried to press escape key ??

– Mohamed Slama
May 23 '16 at 21:24





have you tried to press escape key ??

– Mohamed Slama
May 23 '16 at 21:24













@MohamedSlama: I have, I have tried actually pressing a variate of keys, but non of them seem to have any affect.

– user364819
May 23 '16 at 21:58





@MohamedSlama: I have, I have tried actually pressing a variate of keys, but non of them seem to have any affect.

– user364819
May 23 '16 at 21:58










2 Answers
2






active

oldest

votes


















1














To force it to come up every time, you need to edit the file /etc/default/grub for example with



sudo nano /etc/default/grub


comment out the line GRUB_HIDDEN_TIMEOUT=0 so it looks like



#GRUB_HIDDEN_TIMEOUT=0


or if you do not have that line, comment out GRUB_TIMEOUT_STYLE=hidden



#GRUB_TIMEOUT_STYLE=hidden


and make sure GRUB_TIMEOUT is set to something above 0 and enough seconds for you to do something when you get to the screen, for example



GRUB_TIMEOUT=10


Save & exit.



After changing this file, you have to run this command to make changes effective:



sudo update-grub


(I figured this out by reading the documentation but this popular answer also explains it)






share|improve this answer

































    0














    If you're running a PC selecting F12 during bootup will take you to the boot options section. If you go to boot-order, or something like that, and push the GRUB boot manager to the highest priority. It should boot to GRUB first after that. If you're running a Mac, it could be the same, but I've never used OSX so I don't actually know.






    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',
      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%2f776579%2fhow-to-get-grub-options-selection-on-startup%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









      1














      To force it to come up every time, you need to edit the file /etc/default/grub for example with



      sudo nano /etc/default/grub


      comment out the line GRUB_HIDDEN_TIMEOUT=0 so it looks like



      #GRUB_HIDDEN_TIMEOUT=0


      or if you do not have that line, comment out GRUB_TIMEOUT_STYLE=hidden



      #GRUB_TIMEOUT_STYLE=hidden


      and make sure GRUB_TIMEOUT is set to something above 0 and enough seconds for you to do something when you get to the screen, for example



      GRUB_TIMEOUT=10


      Save & exit.



      After changing this file, you have to run this command to make changes effective:



      sudo update-grub


      (I figured this out by reading the documentation but this popular answer also explains it)






      share|improve this answer






























        1














        To force it to come up every time, you need to edit the file /etc/default/grub for example with



        sudo nano /etc/default/grub


        comment out the line GRUB_HIDDEN_TIMEOUT=0 so it looks like



        #GRUB_HIDDEN_TIMEOUT=0


        or if you do not have that line, comment out GRUB_TIMEOUT_STYLE=hidden



        #GRUB_TIMEOUT_STYLE=hidden


        and make sure GRUB_TIMEOUT is set to something above 0 and enough seconds for you to do something when you get to the screen, for example



        GRUB_TIMEOUT=10


        Save & exit.



        After changing this file, you have to run this command to make changes effective:



        sudo update-grub


        (I figured this out by reading the documentation but this popular answer also explains it)






        share|improve this answer




























          1












          1








          1







          To force it to come up every time, you need to edit the file /etc/default/grub for example with



          sudo nano /etc/default/grub


          comment out the line GRUB_HIDDEN_TIMEOUT=0 so it looks like



          #GRUB_HIDDEN_TIMEOUT=0


          or if you do not have that line, comment out GRUB_TIMEOUT_STYLE=hidden



          #GRUB_TIMEOUT_STYLE=hidden


          and make sure GRUB_TIMEOUT is set to something above 0 and enough seconds for you to do something when you get to the screen, for example



          GRUB_TIMEOUT=10


          Save & exit.



          After changing this file, you have to run this command to make changes effective:



          sudo update-grub


          (I figured this out by reading the documentation but this popular answer also explains it)






          share|improve this answer















          To force it to come up every time, you need to edit the file /etc/default/grub for example with



          sudo nano /etc/default/grub


          comment out the line GRUB_HIDDEN_TIMEOUT=0 so it looks like



          #GRUB_HIDDEN_TIMEOUT=0


          or if you do not have that line, comment out GRUB_TIMEOUT_STYLE=hidden



          #GRUB_TIMEOUT_STYLE=hidden


          and make sure GRUB_TIMEOUT is set to something above 0 and enough seconds for you to do something when you get to the screen, for example



          GRUB_TIMEOUT=10


          Save & exit.



          After changing this file, you have to run this command to make changes effective:



          sudo update-grub


          (I figured this out by reading the documentation but this popular answer also explains it)







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jan 20 at 20:17

























          answered May 24 '16 at 5:54









          ZannaZanna

          50.7k13136241




          50.7k13136241

























              0














              If you're running a PC selecting F12 during bootup will take you to the boot options section. If you go to boot-order, or something like that, and push the GRUB boot manager to the highest priority. It should boot to GRUB first after that. If you're running a Mac, it could be the same, but I've never used OSX so I don't actually know.






              share|improve this answer




























                0














                If you're running a PC selecting F12 during bootup will take you to the boot options section. If you go to boot-order, or something like that, and push the GRUB boot manager to the highest priority. It should boot to GRUB first after that. If you're running a Mac, it could be the same, but I've never used OSX so I don't actually know.






                share|improve this answer


























                  0












                  0








                  0







                  If you're running a PC selecting F12 during bootup will take you to the boot options section. If you go to boot-order, or something like that, and push the GRUB boot manager to the highest priority. It should boot to GRUB first after that. If you're running a Mac, it could be the same, but I've never used OSX so I don't actually know.






                  share|improve this answer













                  If you're running a PC selecting F12 during bootup will take you to the boot options section. If you go to boot-order, or something like that, and push the GRUB boot manager to the highest priority. It should boot to GRUB first after that. If you're running a Mac, it could be the same, but I've never used OSX so I don't actually know.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered May 24 '16 at 0:20









                  JamesJames

                  1261119




                  1261119






























                      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%2f776579%2fhow-to-get-grub-options-selection-on-startup%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

                      flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                      Mangá

                       ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕