Problem upon restarting Ubuntu: grub rescue












1















I am new to Ubuntu. I was restarting the system and got the following message:



error: file '/boot/grub/i386-pc/extcmd.mod' not found.
Entering rescue mode...
grub rescue>'


What do I do?










share|improve this question

























  • Welcome to Ask Ubuntu! Refer to askubuntu.com/questions/197833/…

    – No Time
    Jul 27 '14 at 21:47
















1















I am new to Ubuntu. I was restarting the system and got the following message:



error: file '/boot/grub/i386-pc/extcmd.mod' not found.
Entering rescue mode...
grub rescue>'


What do I do?










share|improve this question

























  • Welcome to Ask Ubuntu! Refer to askubuntu.com/questions/197833/…

    – No Time
    Jul 27 '14 at 21:47














1












1








1








I am new to Ubuntu. I was restarting the system and got the following message:



error: file '/boot/grub/i386-pc/extcmd.mod' not found.
Entering rescue mode...
grub rescue>'


What do I do?










share|improve this question
















I am new to Ubuntu. I was restarting the system and got the following message:



error: file '/boot/grub/i386-pc/extcmd.mod' not found.
Entering rescue mode...
grub rescue>'


What do I do?







boot grubrescue






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jul 27 '14 at 21:52









No Time

1,089924




1,089924










asked Jul 27 '14 at 21:21









user309769user309769

612




612













  • Welcome to Ask Ubuntu! Refer to askubuntu.com/questions/197833/…

    – No Time
    Jul 27 '14 at 21:47



















  • Welcome to Ask Ubuntu! Refer to askubuntu.com/questions/197833/…

    – No Time
    Jul 27 '14 at 21:47

















Welcome to Ask Ubuntu! Refer to askubuntu.com/questions/197833/…

– No Time
Jul 27 '14 at 21:47





Welcome to Ask Ubuntu! Refer to askubuntu.com/questions/197833/…

– No Time
Jul 27 '14 at 21:47










2 Answers
2






active

oldest

votes


















0














Oh dear it sounds like your grub boot loader is corrupt.



You can do the following to repair it.




  1. Boot from your installation CD choosing try ubuntu without installing.

  2. Open a terminal.

  3. enter the following commands:


BUT FIRST This assumes that your hard drive is showing as /dev/sda you may need to adjust. If you computer is under 10 years old and has only one hdd and your not running under a virtual machine then your hdd is probably lableled /dev/sda



These are the commands to reinstall the boot loader.



sudo mount /dev/sda1 /mnt
sudo grub-install --boot-directory=/mnt /dev/sda
sudo reboot






share|improve this answer































    0














    There's a simple way to solve grub problems: https://help.ubuntu.com/community/Boot-Repair You don't even need to edit any configs.






    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%2f503452%2fproblem-upon-restarting-ubuntu-grub-rescue%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














      Oh dear it sounds like your grub boot loader is corrupt.



      You can do the following to repair it.




      1. Boot from your installation CD choosing try ubuntu without installing.

      2. Open a terminal.

      3. enter the following commands:


      BUT FIRST This assumes that your hard drive is showing as /dev/sda you may need to adjust. If you computer is under 10 years old and has only one hdd and your not running under a virtual machine then your hdd is probably lableled /dev/sda



      These are the commands to reinstall the boot loader.



      sudo mount /dev/sda1 /mnt
      sudo grub-install --boot-directory=/mnt /dev/sda
      sudo reboot






      share|improve this answer




























        0














        Oh dear it sounds like your grub boot loader is corrupt.



        You can do the following to repair it.




        1. Boot from your installation CD choosing try ubuntu without installing.

        2. Open a terminal.

        3. enter the following commands:


        BUT FIRST This assumes that your hard drive is showing as /dev/sda you may need to adjust. If you computer is under 10 years old and has only one hdd and your not running under a virtual machine then your hdd is probably lableled /dev/sda



        These are the commands to reinstall the boot loader.



        sudo mount /dev/sda1 /mnt
        sudo grub-install --boot-directory=/mnt /dev/sda
        sudo reboot






        share|improve this answer


























          0












          0








          0







          Oh dear it sounds like your grub boot loader is corrupt.



          You can do the following to repair it.




          1. Boot from your installation CD choosing try ubuntu without installing.

          2. Open a terminal.

          3. enter the following commands:


          BUT FIRST This assumes that your hard drive is showing as /dev/sda you may need to adjust. If you computer is under 10 years old and has only one hdd and your not running under a virtual machine then your hdd is probably lableled /dev/sda



          These are the commands to reinstall the boot loader.



          sudo mount /dev/sda1 /mnt
          sudo grub-install --boot-directory=/mnt /dev/sda
          sudo reboot






          share|improve this answer













          Oh dear it sounds like your grub boot loader is corrupt.



          You can do the following to repair it.




          1. Boot from your installation CD choosing try ubuntu without installing.

          2. Open a terminal.

          3. enter the following commands:


          BUT FIRST This assumes that your hard drive is showing as /dev/sda you may need to adjust. If you computer is under 10 years old and has only one hdd and your not running under a virtual machine then your hdd is probably lableled /dev/sda



          These are the commands to reinstall the boot loader.



          sudo mount /dev/sda1 /mnt
          sudo grub-install --boot-directory=/mnt /dev/sda
          sudo reboot







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jul 27 '14 at 21:55









          0x7c00x7c0

          7,38612328




          7,38612328

























              0














              There's a simple way to solve grub problems: https://help.ubuntu.com/community/Boot-Repair You don't even need to edit any configs.






              share|improve this answer




























                0














                There's a simple way to solve grub problems: https://help.ubuntu.com/community/Boot-Repair You don't even need to edit any configs.






                share|improve this answer


























                  0












                  0








                  0







                  There's a simple way to solve grub problems: https://help.ubuntu.com/community/Boot-Repair You don't even need to edit any configs.






                  share|improve this answer













                  There's a simple way to solve grub problems: https://help.ubuntu.com/community/Boot-Repair You don't even need to edit any configs.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jul 28 '14 at 6:17









                  adjsttsadjstts

                  213




                  213






























                      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%2f503452%2fproblem-upon-restarting-ubuntu-grub-rescue%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 did Captain America manage to do this?

                      迪纳利

                      南乌拉尔铁路局