Gnu Grub 2.02 beta2-9ubuntu1.3problems with grubHow to boot USB from GNU GRUB 2.02~beta2-9ubuntu1?Operating System not found (Grub error)GRUB Boot 2.02 beta2-9ubuntu1.3How do I start Ubuntu from grub?cannot install windows XP after deleting Ubuntu 16.04 and formating all the hard drive?Ubuntu Won't Start: GNU GRUB version 2.02~beta2-36ubuntu3.17GNU GRUB version 2.02 after update crashISO Image loaded, unable to access programmewhile installing ubuntu by cd drive

Find the number of surjections from A to B.

Is domain driven design an anti-SQL pattern?

What is the command to reset a PC without deleting any files

How could a lack of term limits lead to a "dictatorship?"

How can I plot a Farey diagram?

Is there a name of the flying bionic bird?

Where to refill my bottle in India?

What is the offset in a seaplane's hull?

Denied boarding due to overcrowding, Sparpreis ticket. What are my rights?

Calculate Levenshtein distance between two strings in Python

Is a vector space a subspace of itself?

Pristine Bit Checking

Re-submission of rejected manuscript without informing co-authors

How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?

Is "plugging out" electronic devices an American expression?

What is it called when one voice type sings a 'solo'?

How to make payment on the internet without leaving a money trail?

New order #4: World

What are the advantages and disadvantages of running one shots compared to campaigns?

COUNT(*) or MAX(id) - which is faster?

A poker game description that does not feel gimmicky

When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?

Information to fellow intern about hiring?

Does bootstrapped regression allow for inference?



Gnu Grub 2.02 beta2-9ubuntu1.3


problems with grubHow to boot USB from GNU GRUB 2.02~beta2-9ubuntu1?Operating System not found (Grub error)GRUB Boot 2.02 beta2-9ubuntu1.3How do I start Ubuntu from grub?cannot install windows XP after deleting Ubuntu 16.04 and formating all the hard drive?Ubuntu Won't Start: GNU GRUB version 2.02~beta2-36ubuntu3.17GNU GRUB version 2.02 after update crashISO Image loaded, unable to access programmewhile installing ubuntu by cd drive






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I installed my ubuntu 14.04 in pc alongside with win 10. Then I restart my pc and when i want to boot ubuntu, open me the window and there is:




GNU GRUB version 2.02 beta2-9ubuntu1.3



Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere esle TAB lists possible device or file completions.



grub>




Please help










share|improve this question
















bumped to the homepage by Community 4 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.





















    0















    I installed my ubuntu 14.04 in pc alongside with win 10. Then I restart my pc and when i want to boot ubuntu, open me the window and there is:




    GNU GRUB version 2.02 beta2-9ubuntu1.3



    Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere esle TAB lists possible device or file completions.



    grub>




    Please help










    share|improve this question
















    bumped to the homepage by Community 4 hours ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















      0












      0








      0








      I installed my ubuntu 14.04 in pc alongside with win 10. Then I restart my pc and when i want to boot ubuntu, open me the window and there is:




      GNU GRUB version 2.02 beta2-9ubuntu1.3



      Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere esle TAB lists possible device or file completions.



      grub>




      Please help










      share|improve this question
















      I installed my ubuntu 14.04 in pc alongside with win 10. Then I restart my pc and when i want to boot ubuntu, open me the window and there is:




      GNU GRUB version 2.02 beta2-9ubuntu1.3



      Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere esle TAB lists possible device or file completions.



      grub>




      Please help







      grub2 gnu






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 1 '16 at 23:07









      kyodake

      9,91911932




      9,91911932










      asked Jan 1 '16 at 20:12









      Samuel KlimešSamuel Klimeš

      111




      111





      bumped to the homepage by Community 4 hours ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 4 hours ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















          1 Answer
          1






          active

          oldest

          votes


















          0














          This will require a Live Ubuntu Media (CD/DVD/USB, the same you used to install Ubuntu). Boot from it in the "Try without installing" option. Open a terminal windows and run the following commands:



          sudo mount /dev/sdaX /mnt


          replacing X with your Ubuntu's partition number.



          sudo grub-install /dev/sda --root-partition=/mnt
          sudo chroot /mnt
          sudo update-grub
          exit


          Reboot and GRUB should be OK.






          share|improve this answer

























          • If you're running update-grub, I'd guess at least /dev should be mounted in the chroot.

            – muru
            Jan 1 '16 at 23:27











          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%2f715764%2fgnu-grub-2-02-beta2-9ubuntu1-3%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          This will require a Live Ubuntu Media (CD/DVD/USB, the same you used to install Ubuntu). Boot from it in the "Try without installing" option. Open a terminal windows and run the following commands:



          sudo mount /dev/sdaX /mnt


          replacing X with your Ubuntu's partition number.



          sudo grub-install /dev/sda --root-partition=/mnt
          sudo chroot /mnt
          sudo update-grub
          exit


          Reboot and GRUB should be OK.






          share|improve this answer

























          • If you're running update-grub, I'd guess at least /dev should be mounted in the chroot.

            – muru
            Jan 1 '16 at 23:27















          0














          This will require a Live Ubuntu Media (CD/DVD/USB, the same you used to install Ubuntu). Boot from it in the "Try without installing" option. Open a terminal windows and run the following commands:



          sudo mount /dev/sdaX /mnt


          replacing X with your Ubuntu's partition number.



          sudo grub-install /dev/sda --root-partition=/mnt
          sudo chroot /mnt
          sudo update-grub
          exit


          Reboot and GRUB should be OK.






          share|improve this answer

























          • If you're running update-grub, I'd guess at least /dev should be mounted in the chroot.

            – muru
            Jan 1 '16 at 23:27













          0












          0








          0







          This will require a Live Ubuntu Media (CD/DVD/USB, the same you used to install Ubuntu). Boot from it in the "Try without installing" option. Open a terminal windows and run the following commands:



          sudo mount /dev/sdaX /mnt


          replacing X with your Ubuntu's partition number.



          sudo grub-install /dev/sda --root-partition=/mnt
          sudo chroot /mnt
          sudo update-grub
          exit


          Reboot and GRUB should be OK.






          share|improve this answer















          This will require a Live Ubuntu Media (CD/DVD/USB, the same you used to install Ubuntu). Boot from it in the "Try without installing" option. Open a terminal windows and run the following commands:



          sudo mount /dev/sdaX /mnt


          replacing X with your Ubuntu's partition number.



          sudo grub-install /dev/sda --root-partition=/mnt
          sudo chroot /mnt
          sudo update-grub
          exit


          Reboot and GRUB should be OK.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jan 1 '16 at 23:27









          muru

          1




          1










          answered Jan 1 '16 at 21:00









          Eduardo ColaEduardo Cola

          4,58621031




          4,58621031












          • If you're running update-grub, I'd guess at least /dev should be mounted in the chroot.

            – muru
            Jan 1 '16 at 23:27

















          • If you're running update-grub, I'd guess at least /dev should be mounted in the chroot.

            – muru
            Jan 1 '16 at 23:27
















          If you're running update-grub, I'd guess at least /dev should be mounted in the chroot.

          – muru
          Jan 1 '16 at 23:27





          If you're running update-grub, I'd guess at least /dev should be mounted in the chroot.

          – muru
          Jan 1 '16 at 23:27

















          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%2f715764%2fgnu-grub-2-02-beta2-9ubuntu1-3%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

          Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

          Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

          Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»