Grub error, can't boot without USB drive inserted












0















I have been struggling with a laptop of mine. I added Ubuntu to an old laptop that is used at my business, I already had Windows 10 installed and let Ubuntu's installer automatically install alongside Windows. I did not manage any of the install locations or paritions myself. The laptop has two hard drives, an SSD in the primary slot, and I replaced the disk drive with a HDD.



Now, the laptop will not boot to GRUB unless a USB drive is inserted. I have tried many different solutions for fixing this issue. I have recently tried automatic boot-repair on "Try Linux", and that did not solve the situation. I then decided to just start over from scratch and use a Windows boot USB, but when I try to boot from USB, the laptop just opens the GRUB and I am not able to access the USB.



I have included one of my logs from boot-repair for reference.



I am really lost on what to do to fix this issue.



https://pastebin.com/3Wz0gacY










share|improve this question







New contributor




CoreyClarkYC93 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    I have been struggling with a laptop of mine. I added Ubuntu to an old laptop that is used at my business, I already had Windows 10 installed and let Ubuntu's installer automatically install alongside Windows. I did not manage any of the install locations or paritions myself. The laptop has two hard drives, an SSD in the primary slot, and I replaced the disk drive with a HDD.



    Now, the laptop will not boot to GRUB unless a USB drive is inserted. I have tried many different solutions for fixing this issue. I have recently tried automatic boot-repair on "Try Linux", and that did not solve the situation. I then decided to just start over from scratch and use a Windows boot USB, but when I try to boot from USB, the laptop just opens the GRUB and I am not able to access the USB.



    I have included one of my logs from boot-repair for reference.



    I am really lost on what to do to fix this issue.



    https://pastebin.com/3Wz0gacY










    share|improve this question







    New contributor




    CoreyClarkYC93 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I have been struggling with a laptop of mine. I added Ubuntu to an old laptop that is used at my business, I already had Windows 10 installed and let Ubuntu's installer automatically install alongside Windows. I did not manage any of the install locations or paritions myself. The laptop has two hard drives, an SSD in the primary slot, and I replaced the disk drive with a HDD.



      Now, the laptop will not boot to GRUB unless a USB drive is inserted. I have tried many different solutions for fixing this issue. I have recently tried automatic boot-repair on "Try Linux", and that did not solve the situation. I then decided to just start over from scratch and use a Windows boot USB, but when I try to boot from USB, the laptop just opens the GRUB and I am not able to access the USB.



      I have included one of my logs from boot-repair for reference.



      I am really lost on what to do to fix this issue.



      https://pastebin.com/3Wz0gacY










      share|improve this question







      New contributor




      CoreyClarkYC93 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I have been struggling with a laptop of mine. I added Ubuntu to an old laptop that is used at my business, I already had Windows 10 installed and let Ubuntu's installer automatically install alongside Windows. I did not manage any of the install locations or paritions myself. The laptop has two hard drives, an SSD in the primary slot, and I replaced the disk drive with a HDD.



      Now, the laptop will not boot to GRUB unless a USB drive is inserted. I have tried many different solutions for fixing this issue. I have recently tried automatic boot-repair on "Try Linux", and that did not solve the situation. I then decided to just start over from scratch and use a Windows boot USB, but when I try to boot from USB, the laptop just opens the GRUB and I am not able to access the USB.



      I have included one of my logs from boot-repair for reference.



      I am really lost on what to do to fix this issue.



      https://pastebin.com/3Wz0gacY







      boot dual-boot grub2 partitioning usb






      share|improve this question







      New contributor




      CoreyClarkYC93 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      CoreyClarkYC93 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      CoreyClarkYC93 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 6 hours ago









      CoreyClarkYC93CoreyClarkYC93

      1




      1




      New contributor




      CoreyClarkYC93 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      CoreyClarkYC93 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      CoreyClarkYC93 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Normally this process - installing Ubuntu on top of Windows works perfectly. However, the boot disk fixer often - in my experience- messes it up. Furthermore Windows uses UEFI not MBR disks now, and so should you. Assuming Windows boots properly, you may still be able to get the MBR disk to work, but its going to be a little painful. I would delete everything you did with the Ubuntu install and get back to a stable Windows. If you can get Windows off the second disk, thats going to simplify a bit. Then I would carefully install Ubuntu on the second disk, and let the installer take care of putting Grub in the boot sector of the first disk.



          The second disk can be wiped and installed UEFI by the Ubuntu installer.



          Confused already? The best tool to manage your disks is gparted, which can do everything for disk structure, but needs Linux. So you need a bootable Linux stick, with gparted which runs as an X application. Gparted will show you disk structure and allow you to delete the new partitions, and expand any you wish to.



          Warning Grub is notoriously finicky, so try to use the automatic tools once the disks are cleaned up and Windows is backed up. Oh yeah backing up Windows is also notoriously difficult, but there are two free USB-stick tools that absolutely will do a disk image backup- ActiveBoot for Windows ( the linux tools in it are crap) and clonezilla, which can do everything but make you breakfast. I've used both these tools for our 2000 strong fleet of windows devices.



          Here's hoping it all. just. works. but if you take a disk image backup first, you'll be able to get back to point zero if things aren't what you want, and try again. I strongly advise this disk-image practice for taking the fear and frustration out of a messy job.






          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
            });


            }
            });






            CoreyClarkYC93 is a new contributor. Be nice, and check out our Code of Conduct.










            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1120507%2fgrub-error-cant-boot-without-usb-drive-inserted%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














            Normally this process - installing Ubuntu on top of Windows works perfectly. However, the boot disk fixer often - in my experience- messes it up. Furthermore Windows uses UEFI not MBR disks now, and so should you. Assuming Windows boots properly, you may still be able to get the MBR disk to work, but its going to be a little painful. I would delete everything you did with the Ubuntu install and get back to a stable Windows. If you can get Windows off the second disk, thats going to simplify a bit. Then I would carefully install Ubuntu on the second disk, and let the installer take care of putting Grub in the boot sector of the first disk.



            The second disk can be wiped and installed UEFI by the Ubuntu installer.



            Confused already? The best tool to manage your disks is gparted, which can do everything for disk structure, but needs Linux. So you need a bootable Linux stick, with gparted which runs as an X application. Gparted will show you disk structure and allow you to delete the new partitions, and expand any you wish to.



            Warning Grub is notoriously finicky, so try to use the automatic tools once the disks are cleaned up and Windows is backed up. Oh yeah backing up Windows is also notoriously difficult, but there are two free USB-stick tools that absolutely will do a disk image backup- ActiveBoot for Windows ( the linux tools in it are crap) and clonezilla, which can do everything but make you breakfast. I've used both these tools for our 2000 strong fleet of windows devices.



            Here's hoping it all. just. works. but if you take a disk image backup first, you'll be able to get back to point zero if things aren't what you want, and try again. I strongly advise this disk-image practice for taking the fear and frustration out of a messy job.






            share|improve this answer




























              0














              Normally this process - installing Ubuntu on top of Windows works perfectly. However, the boot disk fixer often - in my experience- messes it up. Furthermore Windows uses UEFI not MBR disks now, and so should you. Assuming Windows boots properly, you may still be able to get the MBR disk to work, but its going to be a little painful. I would delete everything you did with the Ubuntu install and get back to a stable Windows. If you can get Windows off the second disk, thats going to simplify a bit. Then I would carefully install Ubuntu on the second disk, and let the installer take care of putting Grub in the boot sector of the first disk.



              The second disk can be wiped and installed UEFI by the Ubuntu installer.



              Confused already? The best tool to manage your disks is gparted, which can do everything for disk structure, but needs Linux. So you need a bootable Linux stick, with gparted which runs as an X application. Gparted will show you disk structure and allow you to delete the new partitions, and expand any you wish to.



              Warning Grub is notoriously finicky, so try to use the automatic tools once the disks are cleaned up and Windows is backed up. Oh yeah backing up Windows is also notoriously difficult, but there are two free USB-stick tools that absolutely will do a disk image backup- ActiveBoot for Windows ( the linux tools in it are crap) and clonezilla, which can do everything but make you breakfast. I've used both these tools for our 2000 strong fleet of windows devices.



              Here's hoping it all. just. works. but if you take a disk image backup first, you'll be able to get back to point zero if things aren't what you want, and try again. I strongly advise this disk-image practice for taking the fear and frustration out of a messy job.






              share|improve this answer


























                0












                0








                0







                Normally this process - installing Ubuntu on top of Windows works perfectly. However, the boot disk fixer often - in my experience- messes it up. Furthermore Windows uses UEFI not MBR disks now, and so should you. Assuming Windows boots properly, you may still be able to get the MBR disk to work, but its going to be a little painful. I would delete everything you did with the Ubuntu install and get back to a stable Windows. If you can get Windows off the second disk, thats going to simplify a bit. Then I would carefully install Ubuntu on the second disk, and let the installer take care of putting Grub in the boot sector of the first disk.



                The second disk can be wiped and installed UEFI by the Ubuntu installer.



                Confused already? The best tool to manage your disks is gparted, which can do everything for disk structure, but needs Linux. So you need a bootable Linux stick, with gparted which runs as an X application. Gparted will show you disk structure and allow you to delete the new partitions, and expand any you wish to.



                Warning Grub is notoriously finicky, so try to use the automatic tools once the disks are cleaned up and Windows is backed up. Oh yeah backing up Windows is also notoriously difficult, but there are two free USB-stick tools that absolutely will do a disk image backup- ActiveBoot for Windows ( the linux tools in it are crap) and clonezilla, which can do everything but make you breakfast. I've used both these tools for our 2000 strong fleet of windows devices.



                Here's hoping it all. just. works. but if you take a disk image backup first, you'll be able to get back to point zero if things aren't what you want, and try again. I strongly advise this disk-image practice for taking the fear and frustration out of a messy job.






                share|improve this answer













                Normally this process - installing Ubuntu on top of Windows works perfectly. However, the boot disk fixer often - in my experience- messes it up. Furthermore Windows uses UEFI not MBR disks now, and so should you. Assuming Windows boots properly, you may still be able to get the MBR disk to work, but its going to be a little painful. I would delete everything you did with the Ubuntu install and get back to a stable Windows. If you can get Windows off the second disk, thats going to simplify a bit. Then I would carefully install Ubuntu on the second disk, and let the installer take care of putting Grub in the boot sector of the first disk.



                The second disk can be wiped and installed UEFI by the Ubuntu installer.



                Confused already? The best tool to manage your disks is gparted, which can do everything for disk structure, but needs Linux. So you need a bootable Linux stick, with gparted which runs as an X application. Gparted will show you disk structure and allow you to delete the new partitions, and expand any you wish to.



                Warning Grub is notoriously finicky, so try to use the automatic tools once the disks are cleaned up and Windows is backed up. Oh yeah backing up Windows is also notoriously difficult, but there are two free USB-stick tools that absolutely will do a disk image backup- ActiveBoot for Windows ( the linux tools in it are crap) and clonezilla, which can do everything but make you breakfast. I've used both these tools for our 2000 strong fleet of windows devices.



                Here's hoping it all. just. works. but if you take a disk image backup first, you'll be able to get back to point zero if things aren't what you want, and try again. I strongly advise this disk-image practice for taking the fear and frustration out of a messy job.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 5 hours ago









                John FisherJohn Fisher

                334




                334






















                    CoreyClarkYC93 is a new contributor. Be nice, and check out our Code of Conduct.










                    draft saved

                    draft discarded


















                    CoreyClarkYC93 is a new contributor. Be nice, and check out our Code of Conduct.













                    CoreyClarkYC93 is a new contributor. Be nice, and check out our Code of Conduct.












                    CoreyClarkYC93 is a new contributor. Be nice, and check out our Code of Conduct.
















                    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%2f1120507%2fgrub-error-cant-boot-without-usb-drive-inserted%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?

                    迪纳利

                    南乌拉尔铁路局