Grub error, can't boot without USB drive inserted
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
add a comment |
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
Your grub was put on wrong disk, Boot installer USB, select Install, select Something else, confirm drive for bootloader installation, Select Ubuntu partition, (should be on same drive as bootloader), click Change, select Use as: Ext4..., Format and Mount point: /. confirm only Format box for this partition is checked, click Install now. Make sure your Windows partitions are not on the list of drives set for formatting. Proceed.
– C.S.Cameron
Feb 24 at 6:13
add a comment |
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
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
boot dual-boot grub2 partitioning usb
asked Feb 23 at 0:10
CoreyClarkYC93CoreyClarkYC93
1
1
Your grub was put on wrong disk, Boot installer USB, select Install, select Something else, confirm drive for bootloader installation, Select Ubuntu partition, (should be on same drive as bootloader), click Change, select Use as: Ext4..., Format and Mount point: /. confirm only Format box for this partition is checked, click Install now. Make sure your Windows partitions are not on the list of drives set for formatting. Proceed.
– C.S.Cameron
Feb 24 at 6:13
add a comment |
Your grub was put on wrong disk, Boot installer USB, select Install, select Something else, confirm drive for bootloader installation, Select Ubuntu partition, (should be on same drive as bootloader), click Change, select Use as: Ext4..., Format and Mount point: /. confirm only Format box for this partition is checked, click Install now. Make sure your Windows partitions are not on the list of drives set for formatting. Proceed.
– C.S.Cameron
Feb 24 at 6:13
Your grub was put on wrong disk, Boot installer USB, select Install, select Something else, confirm drive for bootloader installation, Select Ubuntu partition, (should be on same drive as bootloader), click Change, select Use as: Ext4..., Format and Mount point: /. confirm only Format box for this partition is checked, click Install now. Make sure your Windows partitions are not on the list of drives set for formatting. Proceed.
– C.S.Cameron
Feb 24 at 6:13
Your grub was put on wrong disk, Boot installer USB, select Install, select Something else, confirm drive for bootloader installation, Select Ubuntu partition, (should be on same drive as bootloader), click Change, select Use as: Ext4..., Format and Mount point: /. confirm only Format box for this partition is checked, click Install now. Make sure your Windows partitions are not on the list of drives set for formatting. Proceed.
– C.S.Cameron
Feb 24 at 6:13
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered Feb 23 at 0:47
John FisherJohn Fisher
334
334
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Your grub was put on wrong disk, Boot installer USB, select Install, select Something else, confirm drive for bootloader installation, Select Ubuntu partition, (should be on same drive as bootloader), click Change, select Use as: Ext4..., Format and Mount point: /. confirm only Format box for this partition is checked, click Install now. Make sure your Windows partitions are not on the list of drives set for formatting. Proceed.
– C.S.Cameron
Feb 24 at 6:13