centos7: boot error dracut-initqueue after converting virtual diskConvert directory to QEMU/KVM virtual disk imageKVM .img can not boot after resized by virt-resizeMounting an LVM snapshot and converting file: is it safe?the file-system of kvm virtual machine went to read-only after live migrationConverting Windows 2012 R2 from Hyper-V to KVM (qemu)Grub error after converting VM raw disk to qcow2qemu-img convert CentOS7 vmdk to qcow2 and vice versa errorKVM snapshotting. How to see what's inside the qcow2 file?KVM image format convertion: raw thin provisioning to raw preallocatedKVM gets stuck at “Booting from hard disk”

Fitch Proof Question

Set collection doesn't always enforce uniqueness with the Date datatype? Does the following example seem correct?

Can there be a single technologically advanced nation, in a continent full of non-technologically advanced nations?

How was the quadratic formula created?

Where can I go to avoid planes overhead?

As matter approaches a black hole, does it speed up?

Should I mention being denied entry to UK due to a confusion in my Visa and Ticket bookings?

Using a microphone from the 1930s

What is a smasher?

Are there any Final Fantasy Spirits in Super Smash Bros Ultimate?

How do LIGO and VIRGO know that a gravitational wave has its origin in a neutron star or a black hole?

Randomness of Python's random

How can I close a gap between my fence and my neighbor's that's on his side of the property line?

Should I replace my bicycle tires if they have not been inflated in multiple years

On which topic did Indiana Jones write his doctoral thesis?

Using column size much larger than necessary

Which module had more 'comfort' in terms of living space, the Lunar Module or the Command module?

What are the advantages of luxury car brands like Acura/Lexus over their sibling non-luxury brands Honda/Toyota?

Why was the battle set up *outside* Winterfell?

Why Isn’t SQL More Refactorable?

What is the most remote airport from the center of the city it supposedly serves?

Missing Piece of Pie - Can you find it?

How do I tell my manager that his code review comment is wrong?

String won't reverse using reverse_copy



centos7: boot error dracut-initqueue after converting virtual disk


Convert directory to QEMU/KVM virtual disk imageKVM .img can not boot after resized by virt-resizeMounting an LVM snapshot and converting file: is it safe?the file-system of kvm virtual machine went to read-only after live migrationConverting Windows 2012 R2 from Hyper-V to KVM (qemu)Grub error after converting VM raw disk to qcow2qemu-img convert CentOS7 vmdk to qcow2 and vice versa errorKVM snapshotting. How to see what's inside the qcow2 file?KVM image format convertion: raw thin provisioning to raw preallocatedKVM gets stuck at “Booting from hard disk”






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















I installed centos7 on Ubuntu 16.04 KVM with qcow2 disk format.



To deploy my centos maschine I need it in vhdx disk format to support Microsoft's Hyper-V. I used qemu-image to convert it from qcow2 file format to vhdx.



qemu-img convert -O vhdx centos.qcow2 centos.vhdx


When I create in Microsoft's Hyper-V a new generation 1 vm with the centos.vhdx disk file I get an error like



dracut-initqueue[220]: Warning dracut-initqueue timeout - starting timeout scripts


See my bootscren: Bootscreen



How I can fix this issue?










share|improve this question






























    1















    I installed centos7 on Ubuntu 16.04 KVM with qcow2 disk format.



    To deploy my centos maschine I need it in vhdx disk format to support Microsoft's Hyper-V. I used qemu-image to convert it from qcow2 file format to vhdx.



    qemu-img convert -O vhdx centos.qcow2 centos.vhdx


    When I create in Microsoft's Hyper-V a new generation 1 vm with the centos.vhdx disk file I get an error like



    dracut-initqueue[220]: Warning dracut-initqueue timeout - starting timeout scripts


    See my bootscren: Bootscreen



    How I can fix this issue?










    share|improve this question


























      1












      1








      1


      1






      I installed centos7 on Ubuntu 16.04 KVM with qcow2 disk format.



      To deploy my centos maschine I need it in vhdx disk format to support Microsoft's Hyper-V. I used qemu-image to convert it from qcow2 file format to vhdx.



      qemu-img convert -O vhdx centos.qcow2 centos.vhdx


      When I create in Microsoft's Hyper-V a new generation 1 vm with the centos.vhdx disk file I get an error like



      dracut-initqueue[220]: Warning dracut-initqueue timeout - starting timeout scripts


      See my bootscren: Bootscreen



      How I can fix this issue?










      share|improve this question
















      I installed centos7 on Ubuntu 16.04 KVM with qcow2 disk format.



      To deploy my centos maschine I need it in vhdx disk format to support Microsoft's Hyper-V. I used qemu-image to convert it from qcow2 file format to vhdx.



      qemu-img convert -O vhdx centos.qcow2 centos.vhdx


      When I create in Microsoft's Hyper-V a new generation 1 vm with the centos.vhdx disk file I get an error like



      dracut-initqueue[220]: Warning dracut-initqueue timeout - starting timeout scripts


      See my bootscren: Bootscreen



      How I can fix this issue?







      hyper-v kvm-virtualization centos7 boot dracut






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 24 at 22:50









      Tonin

      1,6151429




      1,6151429










      asked Jun 9 '17 at 12:22









      Volker RaschekVolker Raschek

      50212




      50212




















          3 Answers
          3






          active

          oldest

          votes


















          1














          Download the Centos7 DVD, boot from the DVD and rescue a centos system.



          Follow this:
          https://wiki.centos.org/TipsAndTricks/CreateNewInitrd



          Be sure to skip to "to build it for a specific kernel version"



          I have had the same going from Virtualbox to Hyper-V.






          share|improve this answer
































            0














            I just had the same issue trying to complete a fresh CentoOS 7 install on a Dell Laptop. Found the answer here:




            After the timeout error message finishes, you are entered to dracut
            commandline just type




            blkid



            Find the LABEL = ***** associated with the device you are trying to boot from and then reboot.
            In the selection
            page choose to edit or press whichever key it is to edit and then
            delete the name that is on there next to LABEL and add what you got
            from the blkid. don't change anything else.



            this
            should fix it. if not try might a different usb creator.







            share|improve this answer






























              0














              Instead of converting the QCOW2 image to VHDX I have converted it to VMDK. Then
              reformatted the VMDK and successfully brought it up in ESXi 5.5, but the I'm unable to bring it up in ESxi 6.5.



              With 6.5 ESXi I'm getting the error /dev/disk/by-uuid/xxxxxxxxxxxx does not exist



              error screenshot



              Then I've found a workaround for ESxi 6.5. In the VM settings if we change the Virtual Device Node from SCSI Controller to IDE master it will fix the issue.






              share|improve this answer

























                Your Answer








                StackExchange.ready(function()
                var channelOptions =
                tags: "".split(" "),
                id: "2"
                ;
                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%2fserverfault.com%2fquestions%2f854852%2fcentos7-boot-error-dracut-initqueue-after-converting-virtual-disk%23new-answer', 'question_page');

                );

                Post as a guest















                Required, but never shown

























                3 Answers
                3






                active

                oldest

                votes








                3 Answers
                3






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                1














                Download the Centos7 DVD, boot from the DVD and rescue a centos system.



                Follow this:
                https://wiki.centos.org/TipsAndTricks/CreateNewInitrd



                Be sure to skip to "to build it for a specific kernel version"



                I have had the same going from Virtualbox to Hyper-V.






                share|improve this answer





























                  1














                  Download the Centos7 DVD, boot from the DVD and rescue a centos system.



                  Follow this:
                  https://wiki.centos.org/TipsAndTricks/CreateNewInitrd



                  Be sure to skip to "to build it for a specific kernel version"



                  I have had the same going from Virtualbox to Hyper-V.






                  share|improve this answer



























                    1












                    1








                    1







                    Download the Centos7 DVD, boot from the DVD and rescue a centos system.



                    Follow this:
                    https://wiki.centos.org/TipsAndTricks/CreateNewInitrd



                    Be sure to skip to "to build it for a specific kernel version"



                    I have had the same going from Virtualbox to Hyper-V.






                    share|improve this answer















                    Download the Centos7 DVD, boot from the DVD and rescue a centos system.



                    Follow this:
                    https://wiki.centos.org/TipsAndTricks/CreateNewInitrd



                    Be sure to skip to "to build it for a specific kernel version"



                    I have had the same going from Virtualbox to Hyper-V.







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Jun 10 '17 at 11:58









                    Dave M

                    4,37982428




                    4,37982428










                    answered Jun 10 '17 at 8:55









                    Robert NeedsRobert Needs

                    261




                    261























                        0














                        I just had the same issue trying to complete a fresh CentoOS 7 install on a Dell Laptop. Found the answer here:




                        After the timeout error message finishes, you are entered to dracut
                        commandline just type




                        blkid



                        Find the LABEL = ***** associated with the device you are trying to boot from and then reboot.
                        In the selection
                        page choose to edit or press whichever key it is to edit and then
                        delete the name that is on there next to LABEL and add what you got
                        from the blkid. don't change anything else.



                        this
                        should fix it. if not try might a different usb creator.







                        share|improve this answer



























                          0














                          I just had the same issue trying to complete a fresh CentoOS 7 install on a Dell Laptop. Found the answer here:




                          After the timeout error message finishes, you are entered to dracut
                          commandline just type




                          blkid



                          Find the LABEL = ***** associated with the device you are trying to boot from and then reboot.
                          In the selection
                          page choose to edit or press whichever key it is to edit and then
                          delete the name that is on there next to LABEL and add what you got
                          from the blkid. don't change anything else.



                          this
                          should fix it. if not try might a different usb creator.







                          share|improve this answer

























                            0












                            0








                            0







                            I just had the same issue trying to complete a fresh CentoOS 7 install on a Dell Laptop. Found the answer here:




                            After the timeout error message finishes, you are entered to dracut
                            commandline just type




                            blkid



                            Find the LABEL = ***** associated with the device you are trying to boot from and then reboot.
                            In the selection
                            page choose to edit or press whichever key it is to edit and then
                            delete the name that is on there next to LABEL and add what you got
                            from the blkid. don't change anything else.



                            this
                            should fix it. if not try might a different usb creator.







                            share|improve this answer













                            I just had the same issue trying to complete a fresh CentoOS 7 install on a Dell Laptop. Found the answer here:




                            After the timeout error message finishes, you are entered to dracut
                            commandline just type




                            blkid



                            Find the LABEL = ***** associated with the device you are trying to boot from and then reboot.
                            In the selection
                            page choose to edit or press whichever key it is to edit and then
                            delete the name that is on there next to LABEL and add what you got
                            from the blkid. don't change anything else.



                            this
                            should fix it. if not try might a different usb creator.








                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Apr 6 '18 at 1:38









                            Kenneth KronKenneth Kron

                            1




                            1





















                                0














                                Instead of converting the QCOW2 image to VHDX I have converted it to VMDK. Then
                                reformatted the VMDK and successfully brought it up in ESXi 5.5, but the I'm unable to bring it up in ESxi 6.5.



                                With 6.5 ESXi I'm getting the error /dev/disk/by-uuid/xxxxxxxxxxxx does not exist



                                error screenshot



                                Then I've found a workaround for ESxi 6.5. In the VM settings if we change the Virtual Device Node from SCSI Controller to IDE master it will fix the issue.






                                share|improve this answer





























                                  0














                                  Instead of converting the QCOW2 image to VHDX I have converted it to VMDK. Then
                                  reformatted the VMDK and successfully brought it up in ESXi 5.5, but the I'm unable to bring it up in ESxi 6.5.



                                  With 6.5 ESXi I'm getting the error /dev/disk/by-uuid/xxxxxxxxxxxx does not exist



                                  error screenshot



                                  Then I've found a workaround for ESxi 6.5. In the VM settings if we change the Virtual Device Node from SCSI Controller to IDE master it will fix the issue.






                                  share|improve this answer



























                                    0












                                    0








                                    0







                                    Instead of converting the QCOW2 image to VHDX I have converted it to VMDK. Then
                                    reformatted the VMDK and successfully brought it up in ESXi 5.5, but the I'm unable to bring it up in ESxi 6.5.



                                    With 6.5 ESXi I'm getting the error /dev/disk/by-uuid/xxxxxxxxxxxx does not exist



                                    error screenshot



                                    Then I've found a workaround for ESxi 6.5. In the VM settings if we change the Virtual Device Node from SCSI Controller to IDE master it will fix the issue.






                                    share|improve this answer















                                    Instead of converting the QCOW2 image to VHDX I have converted it to VMDK. Then
                                    reformatted the VMDK and successfully brought it up in ESXi 5.5, but the I'm unable to bring it up in ESxi 6.5.



                                    With 6.5 ESXi I'm getting the error /dev/disk/by-uuid/xxxxxxxxxxxx does not exist



                                    error screenshot



                                    Then I've found a workaround for ESxi 6.5. In the VM settings if we change the Virtual Device Node from SCSI Controller to IDE master it will fix the issue.







                                    share|improve this answer














                                    share|improve this answer



                                    share|improve this answer








                                    edited Apr 24 at 22:51









                                    Tonin

                                    1,6151429




                                    1,6151429










                                    answered Apr 24 at 10:27









                                    srujan kumarsrujan kumar

                                    1




                                    1



























                                        draft saved

                                        draft discarded
















































                                        Thanks for contributing an answer to Server Fault!


                                        • 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%2fserverfault.com%2fquestions%2f854852%2fcentos7-boot-error-dracut-initqueue-after-converting-virtual-disk%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

                                        Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

                                        Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

                                        What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company