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

                    Word for a person who has no opinion about whether god existsWord for having a definite opinion while simultaneously withholding judgment?What's the opposite of “newcomer? Is ”veteran" OK?What do you call an “atheist” who might believe in an afterlife?What's a word for someone who wants to voice opinions but not have them challenged?Word for someone who dismisses contrary opinions as irrational?Somone who thinks they are overly special/out of the ordinaryIs there a word, phrase or idiom for “a person who is incapable of thinking about the future”?The belief that a god is human-likeA word for a non-famous person/thing you have heard a lot aboutAdjective for a person who enjoys taking care of their appearance

                    Can I redirect output to a log file and background a process at the same time?2019 Community Moderator ElectionUnable to write to file in shell script when running command in backgroundredirect and log script outputhow to properly log the output of a console program that frequently updates “parts” of the screen, resulting in a messy log file?How can I redirect the output of a child process?grep script - output lines at the same time into echoHow to run process in background and get its pid to create log file nameHow to redirect output to a log from expect commandHow to clear a redirect log file content in shell?Log background jobs started in all the manually started shells?Why do `jobs` and `dirs` run in command subsitution, process substitution, pipeline, and background jobs output the same as in original shell?How to redirect output to file to STDOUT?