Ubuntu 18.04 server installation gets stuck at 66% while running'update-grub' The 2019 Stack Overflow Developer Survey Results Are InUnable to boot custom kernelHow should I configure grub for booting linux kernel from a USB hard drive?PXE boot with NFS: /sbin/init: No such file or directoryHow to get grub Ubuntu 12.04 to boot from secondary boot partition and use new separate rootGRUB-EFI installation fails while installing Kali Linux in external hard diskToo many Kernel Panic (6) and Linux installations problems in same computerI cannot get a CentOS 7 iso (on a hard drive) to boot from GRUB2Grub stuck loading kernelCan't find initrd file on GRUB consoleUbuntu 18.04 LUKS boot problems

Do these rules for Critical Successes and Critical Failures seem Fair?

Does the shape of a die affect the probability of a number being rolled?

What is the motivation for a law requiring 2 parties to consent for recording a conversation

How to save as into a customized destination on macOS?

Who coined the term "madman theory"?

Is this app Icon Browser Safe/Legit?

How to type this arrow in math mode?

What is the closest word meaning "respect for time / mindful"

Deal with toxic manager when you can't quit

Is an up-to-date browser secure on an out-of-date OS?

Pokemon Turn Based battle (Python)

Can you compress metal and what would be the consequences?

A poker game description that does not feel gimmicky

What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?

Are there any other methods to apply to solving simultaneous equations?

Resizing object distorts it (Illustrator CC 2018)

Is flight data recorder erased after every flight?

Am I thawing this London Broil safely?

How can I autofill dates in Excel excluding Sunday?

If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?

Identify This Plant (Flower)

STM32 programming and BOOT0 pin

Button changing it's text & action. Good or terrible?

Time travel alters history but people keep saying nothing's changed



Ubuntu 18.04 server installation gets stuck at 66% while running'update-grub'



The 2019 Stack Overflow Developer Survey Results Are InUnable to boot custom kernelHow should I configure grub for booting linux kernel from a USB hard drive?PXE boot with NFS: /sbin/init: No such file or directoryHow to get grub Ubuntu 12.04 to boot from secondary boot partition and use new separate rootGRUB-EFI installation fails while installing Kali Linux in external hard diskToo many Kernel Panic (6) and Linux installations problems in same computerI cannot get a CentOS 7 iso (on a hard drive) to boot from GRUB2Grub stuck loading kernelCan't find initrd file on GRUB consoleUbuntu 18.04 LUKS boot problems



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








0















I am trying to install Ubuntu server but it always gets stuck at the last stage while updating grub.I cancelled the process and rebooted my system, it took me to the grub command prompt grub> .



I tried a manualboot from here:



root=(hd1,gpt5) # Ubuntu root partition
linux /boot/vmlinuz-something- root=/devlsda5
initrd /boot/initramfs-something-
boot
<enter>


After some boot message scroll, it dropped me in the



Busybox v1.27.2 (Ubuntu 1:1.27.2-2ubuntu3) built-in. shell (ash) 


with the initramfs> prompt.
From here I did an exit
And it showed me the kernel panic! with the following two hints.



mount: mounting/says on /root/says failed : No such file or directory
mount: mounting /process on /root/process failed: No such file or directory









share|improve this question






























    0















    I am trying to install Ubuntu server but it always gets stuck at the last stage while updating grub.I cancelled the process and rebooted my system, it took me to the grub command prompt grub> .



    I tried a manualboot from here:



    root=(hd1,gpt5) # Ubuntu root partition
    linux /boot/vmlinuz-something- root=/devlsda5
    initrd /boot/initramfs-something-
    boot
    <enter>


    After some boot message scroll, it dropped me in the



    Busybox v1.27.2 (Ubuntu 1:1.27.2-2ubuntu3) built-in. shell (ash) 


    with the initramfs> prompt.
    From here I did an exit
    And it showed me the kernel panic! with the following two hints.



    mount: mounting/says on /root/says failed : No such file or directory
    mount: mounting /process on /root/process failed: No such file or directory









    share|improve this question


























      0












      0








      0








      I am trying to install Ubuntu server but it always gets stuck at the last stage while updating grub.I cancelled the process and rebooted my system, it took me to the grub command prompt grub> .



      I tried a manualboot from here:



      root=(hd1,gpt5) # Ubuntu root partition
      linux /boot/vmlinuz-something- root=/devlsda5
      initrd /boot/initramfs-something-
      boot
      <enter>


      After some boot message scroll, it dropped me in the



      Busybox v1.27.2 (Ubuntu 1:1.27.2-2ubuntu3) built-in. shell (ash) 


      with the initramfs> prompt.
      From here I did an exit
      And it showed me the kernel panic! with the following two hints.



      mount: mounting/says on /root/says failed : No such file or directory
      mount: mounting /process on /root/process failed: No such file or directory









      share|improve this question
















      I am trying to install Ubuntu server but it always gets stuck at the last stage while updating grub.I cancelled the process and rebooted my system, it took me to the grub command prompt grub> .



      I tried a manualboot from here:



      root=(hd1,gpt5) # Ubuntu root partition
      linux /boot/vmlinuz-something- root=/devlsda5
      initrd /boot/initramfs-something-
      boot
      <enter>


      After some boot message scroll, it dropped me in the



      Busybox v1.27.2 (Ubuntu 1:1.27.2-2ubuntu3) built-in. shell (ash) 


      with the initramfs> prompt.
      From here I did an exit
      And it showed me the kernel panic! with the following two hints.



      mount: mounting/says on /root/says failed : No such file or directory
      mount: mounting /process on /root/process failed: No such file or directory






      ubuntu grub2 kernel-panic






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 days ago







      Just Khaithang

















      asked 2 days ago









      Just KhaithangJust Khaithang

      207




      207




















          1 Answer
          1






          active

          oldest

          votes


















          0














          Not a solution but a couple of Workarounds.
          Apparently, that's a bug in os-prober .
          I personally tried the second one and it works!
          To quote from the link:




          Workaround 1: (proaction)



          When you are reaching

          the “Install the GRUB boot loader to the master boot record?” prompt,
          (in my case, no such prompt appeared but i figured out timing of the grub-install)
          switch to a console (ctrl+alt+[f2-f6]), and remove this file:



          rm /target/etc/grub.d/30_os-prober


          This will prevent update-grub from running os-prober, which should avoid
          running into this issue. Of course, other operating systems won't be
          listed, but at least that should prevent the installation process from
          getting entirely stuck. I've tested this successfully in a VM with
          guided (unencrypted) LVM, and standard plus ssh tasks (which is how I
          initially reproduced your issue).



          Workaround 2: (reaction)



          Otherwise, once the process is stuck, locate the process identifier
          (PID) on the first column of the ps output:



          ps | grep 'dmsetup create'


          then kill this dmsetup process. With your output above, that'd be:



          kill 19676


          (Tested successfully in a VM with the same setup/choices as above.)



          KiBi







          share|improve this answer

























            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',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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%2funix.stackexchange.com%2fquestions%2f511289%2fubuntu-18-04-server-installation-gets-stuck-at-66-while-runningupdate-grub%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














            Not a solution but a couple of Workarounds.
            Apparently, that's a bug in os-prober .
            I personally tried the second one and it works!
            To quote from the link:




            Workaround 1: (proaction)



            When you are reaching

            the “Install the GRUB boot loader to the master boot record?” prompt,
            (in my case, no such prompt appeared but i figured out timing of the grub-install)
            switch to a console (ctrl+alt+[f2-f6]), and remove this file:



            rm /target/etc/grub.d/30_os-prober


            This will prevent update-grub from running os-prober, which should avoid
            running into this issue. Of course, other operating systems won't be
            listed, but at least that should prevent the installation process from
            getting entirely stuck. I've tested this successfully in a VM with
            guided (unencrypted) LVM, and standard plus ssh tasks (which is how I
            initially reproduced your issue).



            Workaround 2: (reaction)



            Otherwise, once the process is stuck, locate the process identifier
            (PID) on the first column of the ps output:



            ps | grep 'dmsetup create'


            then kill this dmsetup process. With your output above, that'd be:



            kill 19676


            (Tested successfully in a VM with the same setup/choices as above.)



            KiBi







            share|improve this answer





























              0














              Not a solution but a couple of Workarounds.
              Apparently, that's a bug in os-prober .
              I personally tried the second one and it works!
              To quote from the link:




              Workaround 1: (proaction)



              When you are reaching

              the “Install the GRUB boot loader to the master boot record?” prompt,
              (in my case, no such prompt appeared but i figured out timing of the grub-install)
              switch to a console (ctrl+alt+[f2-f6]), and remove this file:



              rm /target/etc/grub.d/30_os-prober


              This will prevent update-grub from running os-prober, which should avoid
              running into this issue. Of course, other operating systems won't be
              listed, but at least that should prevent the installation process from
              getting entirely stuck. I've tested this successfully in a VM with
              guided (unencrypted) LVM, and standard plus ssh tasks (which is how I
              initially reproduced your issue).



              Workaround 2: (reaction)



              Otherwise, once the process is stuck, locate the process identifier
              (PID) on the first column of the ps output:



              ps | grep 'dmsetup create'


              then kill this dmsetup process. With your output above, that'd be:



              kill 19676


              (Tested successfully in a VM with the same setup/choices as above.)



              KiBi







              share|improve this answer



























                0












                0








                0







                Not a solution but a couple of Workarounds.
                Apparently, that's a bug in os-prober .
                I personally tried the second one and it works!
                To quote from the link:




                Workaround 1: (proaction)



                When you are reaching

                the “Install the GRUB boot loader to the master boot record?” prompt,
                (in my case, no such prompt appeared but i figured out timing of the grub-install)
                switch to a console (ctrl+alt+[f2-f6]), and remove this file:



                rm /target/etc/grub.d/30_os-prober


                This will prevent update-grub from running os-prober, which should avoid
                running into this issue. Of course, other operating systems won't be
                listed, but at least that should prevent the installation process from
                getting entirely stuck. I've tested this successfully in a VM with
                guided (unencrypted) LVM, and standard plus ssh tasks (which is how I
                initially reproduced your issue).



                Workaround 2: (reaction)



                Otherwise, once the process is stuck, locate the process identifier
                (PID) on the first column of the ps output:



                ps | grep 'dmsetup create'


                then kill this dmsetup process. With your output above, that'd be:



                kill 19676


                (Tested successfully in a VM with the same setup/choices as above.)



                KiBi







                share|improve this answer















                Not a solution but a couple of Workarounds.
                Apparently, that's a bug in os-prober .
                I personally tried the second one and it works!
                To quote from the link:




                Workaround 1: (proaction)



                When you are reaching

                the “Install the GRUB boot loader to the master boot record?” prompt,
                (in my case, no such prompt appeared but i figured out timing of the grub-install)
                switch to a console (ctrl+alt+[f2-f6]), and remove this file:



                rm /target/etc/grub.d/30_os-prober


                This will prevent update-grub from running os-prober, which should avoid
                running into this issue. Of course, other operating systems won't be
                listed, but at least that should prevent the installation process from
                getting entirely stuck. I've tested this successfully in a VM with
                guided (unencrypted) LVM, and standard plus ssh tasks (which is how I
                initially reproduced your issue).



                Workaround 2: (reaction)



                Otherwise, once the process is stuck, locate the process identifier
                (PID) on the first column of the ps output:



                ps | grep 'dmsetup create'


                then kill this dmsetup process. With your output above, that'd be:



                kill 19676


                (Tested successfully in a VM with the same setup/choices as above.)



                KiBi








                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited 2 days ago

























                answered 2 days ago









                Just KhaithangJust Khaithang

                207




                207



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Unix & Linux Stack Exchange!


                    • 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%2funix.stackexchange.com%2fquestions%2f511289%2fubuntu-18-04-server-installation-gets-stuck-at-66-while-runningupdate-grub%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







                    -grub2, kernel-panic, ubuntu

                    Popular posts from this blog

                    Creating 100m^2 grid automatically using QGIS?Creating grid constrained within polygon in QGIS?Createing polygon layer from point data using QGIS?Creating vector grid using QGIS?Creating grid polygons from coordinates using R or PythonCreating grid from spatio temporal point data?Creating fields in attributes table using other layers using QGISCreate .shp vector grid in QGISQGIS Creating 4km point grid within polygonsCreate a vector grid over a raster layerVector Grid Creates just one grid

                    Why is this plane circling around the Lucknow airport every day?Why do aircraft on Flight Radar 24 jump around randomly sometimes?What airport has this walkway over a taxiway?How does Chicago O'Hare's tower sequence aircraft at peak capacity?Which airport is featured in this Delta commercial?After a crash, for how long is the airport closed?Can a passenger plane stand still in the air, or hover at a fixed location above a ground?What are those trucks towing around, and why?What is this airport outside of Cairo, Egypt?Which US airport has the lowest circling MDH?What is this airport video?

                    What is this called? Old film camera viewer?What makes a good film camera?What to do with an old film camera?What should one look for when buying a used film camera?What is the value and age of this pre-1967 Ricoh 35 mm camera?DSLR recommendation, question about old Canon 35mm film Camera & lensesCan anyone identify the silver rangefinder-style camera in this advertisement?What kind of a Polaroid 600-camera is this?Will an old film camera still work even when not used in a very long time?What is this camera / Can I develop the film?How to fit an action camera into antique (bellows) housing?What to check when buying used and old film bodies?