Fix GRUB menu for dual boot Windows 10 / Ubuntu 18.04 on separate hard drivesGNU GRUB Version 2.02 beta 2-9 while booting from USBDual Boot / Grub 2 issues (Ubuntu/Windows)Windows wont boot when external HDD not connected, how can I fix this?Remove Grub menu after Dual BootingOperating System not found (Grub error)How do I fix boot problems after installing Ubuntu 14.04 alongside Windows 8.1?I deleted my ubuntu partition (win8 dual boot) without first resetting my uefi boot settings. How can I recover my laptop from grub2.02?How to totally remove ubuntu from boot menu after Windows dual bootGNU GRUB version 2.02 problem
Switch on, Fade off LIFX
iPhone 11 - Leave lock screen after FaceId
My bike's adjustable stem keeps falling down
why we need self-synchronization?
How to make a Bash script to change the format of a date in a CSV file
Where do overtones in a 555 generated square wave come from?
What could a technologically advanced but outnumbered alien race do to destroy humanity?
Does the FIDE 75-move rule apply after checkmate or resignation?
Replacing triangulated categories with something better
Transforming the first Bell state into the other Bell states
Hell0 W0rld! scored by ASCII values
Surjection from one string to two strings
Right way to say I disagree with the design but ok I will do
How did the T-850 still function after it removed its second battery?
Multiple devices with one IPv6 to the Internet?
18 month old kicked out of church nursery
What is a word for the feeling of constantly wanting new possessions?
Adjusting the definition of a well-powered category to category theory with universes: size issues
I'm being drafted to the military but I have the option to refuse (legally), would it be immoral for me to serve?
Leaving passport in the hotel room
How does a twisted piece of string/yarn wind back on itself? What kinds of forces are responsible for this?
Why are so many cities in the list of 50 most violent cities in the world located in South and Central America?
What is a GPU year?
where does black come from in CMYK color mode?
Fix GRUB menu for dual boot Windows 10 / Ubuntu 18.04 on separate hard drives
GNU GRUB Version 2.02 beta 2-9 while booting from USBDual Boot / Grub 2 issues (Ubuntu/Windows)Windows wont boot when external HDD not connected, how can I fix this?Remove Grub menu after Dual BootingOperating System not found (Grub error)How do I fix boot problems after installing Ubuntu 14.04 alongside Windows 8.1?I deleted my ubuntu partition (win8 dual boot) without first resetting my uefi boot settings. How can I recover my laptop from grub2.02?How to totally remove ubuntu from boot menu after Windows dual bootGNU GRUB version 2.02 problem
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
After following the steps in this post How can I prevent Windows from overwriting GRUB when using a dual-boot machine - Unix & Linux, I'm now presented with the "GNU Grub version 2.02" black screen upon attempted boot.
I have tried this: GNU GRUB Version 2.02 beta 2-9 while booting from USB, this: How to Fix - GNU GRUB version 2.02 error Ubuntu - Minimal BASH Like Line Editing is Supported - YouTube, and boot-repair.
Boot-repair gives me "Please close all your package managers (Software Center, Update Manager, Synaptic, ...). Then try again." message when nothing is opened. Here is the bis: http://paste.ubuntu.com/p/t8yhwRnpW9/.
I'm completely at a loss for what else to try and I need to be able to boot into Ubuntu to work (no chance to reinstall).
boot dual-boot grub2 uefi
|
show 2 more comments
After following the steps in this post How can I prevent Windows from overwriting GRUB when using a dual-boot machine - Unix & Linux, I'm now presented with the "GNU Grub version 2.02" black screen upon attempted boot.
I have tried this: GNU GRUB Version 2.02 beta 2-9 while booting from USB, this: How to Fix - GNU GRUB version 2.02 error Ubuntu - Minimal BASH Like Line Editing is Supported - YouTube, and boot-repair.
Boot-repair gives me "Please close all your package managers (Software Center, Update Manager, Synaptic, ...). Then try again." message when nothing is opened. Here is the bis: http://paste.ubuntu.com/p/t8yhwRnpW9/.
I'm completely at a loss for what else to try and I need to be able to boot into Ubuntu to work (no chance to reinstall).
boot dual-boot grub2 uefi
It looks like sdc has an UEFI install of Windows and sdb has a BIOS install of Ubuntu. Your sda is just a NTFS data drive? You cannot mix UEFI and BIOS, if you want to boot from grub. You can boot only from UEFI boot menu and may have to turn on/off UEFI/legacy boot mode, though most now recognize which way you are trying to boot. UEFI & BIOS are not compatible and once you start in one mode you cannot switch, or grub only boots other installs in same boot mode. Re-install Ubuntu in UEFI boot mode and use gpt partitioning.
– oldfred
Jun 3 at 18:46
sda is an external drive (not sure why). Windows is installed on sdc. Ubuntu is installed on a partition of sdb (sdb3) and the remainder of the drive is used as storage space for windows. I can't reinstall Ubuntu as I've been using it for a while and it has all of my work / customizations. Before I attempted to fix the boot menu I would just select the correct drive at boot, which was a minor annoyance. If I could go back to this I would be fine, I just need to be able to boot into Ubuntu.
– dyarbrough
Jun 3 at 19:01
Are you running boot-repair from a bootable USB?
– Fabby
Jun 3 at 19:48
Reboot live installer in BIOS mode and add Boot-Repair. Only use Advanced mode, not any auto fixes that Boot-Repair suggests. And choose Ubuntu install partition and only MBR of that same drive. Plugging in an external drive often changes drive order. Best to leave that unplugged while fixing.
– oldfred
Jun 3 at 20:21
You've mixed up your disk format types where you have Windows on sdc drive as a GPT disk and Ubuntu on sdb disk as an MBR running in UEFI mode. It's been said many times not to mix the 2 types as it leads to grub issues. Best thing is to convert the sdb disk to a GPT format, but you will lose all data on that disk when you do so.
– Paul Benson
Jun 3 at 21:53
|
show 2 more comments
After following the steps in this post How can I prevent Windows from overwriting GRUB when using a dual-boot machine - Unix & Linux, I'm now presented with the "GNU Grub version 2.02" black screen upon attempted boot.
I have tried this: GNU GRUB Version 2.02 beta 2-9 while booting from USB, this: How to Fix - GNU GRUB version 2.02 error Ubuntu - Minimal BASH Like Line Editing is Supported - YouTube, and boot-repair.
Boot-repair gives me "Please close all your package managers (Software Center, Update Manager, Synaptic, ...). Then try again." message when nothing is opened. Here is the bis: http://paste.ubuntu.com/p/t8yhwRnpW9/.
I'm completely at a loss for what else to try and I need to be able to boot into Ubuntu to work (no chance to reinstall).
boot dual-boot grub2 uefi
After following the steps in this post How can I prevent Windows from overwriting GRUB when using a dual-boot machine - Unix & Linux, I'm now presented with the "GNU Grub version 2.02" black screen upon attempted boot.
I have tried this: GNU GRUB Version 2.02 beta 2-9 while booting from USB, this: How to Fix - GNU GRUB version 2.02 error Ubuntu - Minimal BASH Like Line Editing is Supported - YouTube, and boot-repair.
Boot-repair gives me "Please close all your package managers (Software Center, Update Manager, Synaptic, ...). Then try again." message when nothing is opened. Here is the bis: http://paste.ubuntu.com/p/t8yhwRnpW9/.
I'm completely at a loss for what else to try and I need to be able to boot into Ubuntu to work (no chance to reinstall).
boot dual-boot grub2 uefi
boot dual-boot grub2 uefi
edited Jun 3 at 19:43
Kulfy
8,27310 gold badges32 silver badges60 bronze badges
8,27310 gold badges32 silver badges60 bronze badges
asked Jun 3 at 18:35
dyarbroughdyarbrough
62 bronze badges
62 bronze badges
It looks like sdc has an UEFI install of Windows and sdb has a BIOS install of Ubuntu. Your sda is just a NTFS data drive? You cannot mix UEFI and BIOS, if you want to boot from grub. You can boot only from UEFI boot menu and may have to turn on/off UEFI/legacy boot mode, though most now recognize which way you are trying to boot. UEFI & BIOS are not compatible and once you start in one mode you cannot switch, or grub only boots other installs in same boot mode. Re-install Ubuntu in UEFI boot mode and use gpt partitioning.
– oldfred
Jun 3 at 18:46
sda is an external drive (not sure why). Windows is installed on sdc. Ubuntu is installed on a partition of sdb (sdb3) and the remainder of the drive is used as storage space for windows. I can't reinstall Ubuntu as I've been using it for a while and it has all of my work / customizations. Before I attempted to fix the boot menu I would just select the correct drive at boot, which was a minor annoyance. If I could go back to this I would be fine, I just need to be able to boot into Ubuntu.
– dyarbrough
Jun 3 at 19:01
Are you running boot-repair from a bootable USB?
– Fabby
Jun 3 at 19:48
Reboot live installer in BIOS mode and add Boot-Repair. Only use Advanced mode, not any auto fixes that Boot-Repair suggests. And choose Ubuntu install partition and only MBR of that same drive. Plugging in an external drive often changes drive order. Best to leave that unplugged while fixing.
– oldfred
Jun 3 at 20:21
You've mixed up your disk format types where you have Windows on sdc drive as a GPT disk and Ubuntu on sdb disk as an MBR running in UEFI mode. It's been said many times not to mix the 2 types as it leads to grub issues. Best thing is to convert the sdb disk to a GPT format, but you will lose all data on that disk when you do so.
– Paul Benson
Jun 3 at 21:53
|
show 2 more comments
It looks like sdc has an UEFI install of Windows and sdb has a BIOS install of Ubuntu. Your sda is just a NTFS data drive? You cannot mix UEFI and BIOS, if you want to boot from grub. You can boot only from UEFI boot menu and may have to turn on/off UEFI/legacy boot mode, though most now recognize which way you are trying to boot. UEFI & BIOS are not compatible and once you start in one mode you cannot switch, or grub only boots other installs in same boot mode. Re-install Ubuntu in UEFI boot mode and use gpt partitioning.
– oldfred
Jun 3 at 18:46
sda is an external drive (not sure why). Windows is installed on sdc. Ubuntu is installed on a partition of sdb (sdb3) and the remainder of the drive is used as storage space for windows. I can't reinstall Ubuntu as I've been using it for a while and it has all of my work / customizations. Before I attempted to fix the boot menu I would just select the correct drive at boot, which was a minor annoyance. If I could go back to this I would be fine, I just need to be able to boot into Ubuntu.
– dyarbrough
Jun 3 at 19:01
Are you running boot-repair from a bootable USB?
– Fabby
Jun 3 at 19:48
Reboot live installer in BIOS mode and add Boot-Repair. Only use Advanced mode, not any auto fixes that Boot-Repair suggests. And choose Ubuntu install partition and only MBR of that same drive. Plugging in an external drive often changes drive order. Best to leave that unplugged while fixing.
– oldfred
Jun 3 at 20:21
You've mixed up your disk format types where you have Windows on sdc drive as a GPT disk and Ubuntu on sdb disk as an MBR running in UEFI mode. It's been said many times not to mix the 2 types as it leads to grub issues. Best thing is to convert the sdb disk to a GPT format, but you will lose all data on that disk when you do so.
– Paul Benson
Jun 3 at 21:53
It looks like sdc has an UEFI install of Windows and sdb has a BIOS install of Ubuntu. Your sda is just a NTFS data drive? You cannot mix UEFI and BIOS, if you want to boot from grub. You can boot only from UEFI boot menu and may have to turn on/off UEFI/legacy boot mode, though most now recognize which way you are trying to boot. UEFI & BIOS are not compatible and once you start in one mode you cannot switch, or grub only boots other installs in same boot mode. Re-install Ubuntu in UEFI boot mode and use gpt partitioning.
– oldfred
Jun 3 at 18:46
It looks like sdc has an UEFI install of Windows and sdb has a BIOS install of Ubuntu. Your sda is just a NTFS data drive? You cannot mix UEFI and BIOS, if you want to boot from grub. You can boot only from UEFI boot menu and may have to turn on/off UEFI/legacy boot mode, though most now recognize which way you are trying to boot. UEFI & BIOS are not compatible and once you start in one mode you cannot switch, or grub only boots other installs in same boot mode. Re-install Ubuntu in UEFI boot mode and use gpt partitioning.
– oldfred
Jun 3 at 18:46
sda is an external drive (not sure why). Windows is installed on sdc. Ubuntu is installed on a partition of sdb (sdb3) and the remainder of the drive is used as storage space for windows. I can't reinstall Ubuntu as I've been using it for a while and it has all of my work / customizations. Before I attempted to fix the boot menu I would just select the correct drive at boot, which was a minor annoyance. If I could go back to this I would be fine, I just need to be able to boot into Ubuntu.
– dyarbrough
Jun 3 at 19:01
sda is an external drive (not sure why). Windows is installed on sdc. Ubuntu is installed on a partition of sdb (sdb3) and the remainder of the drive is used as storage space for windows. I can't reinstall Ubuntu as I've been using it for a while and it has all of my work / customizations. Before I attempted to fix the boot menu I would just select the correct drive at boot, which was a minor annoyance. If I could go back to this I would be fine, I just need to be able to boot into Ubuntu.
– dyarbrough
Jun 3 at 19:01
Are you running boot-repair from a bootable USB?
– Fabby
Jun 3 at 19:48
Are you running boot-repair from a bootable USB?
– Fabby
Jun 3 at 19:48
Reboot live installer in BIOS mode and add Boot-Repair. Only use Advanced mode, not any auto fixes that Boot-Repair suggests. And choose Ubuntu install partition and only MBR of that same drive. Plugging in an external drive often changes drive order. Best to leave that unplugged while fixing.
– oldfred
Jun 3 at 20:21
Reboot live installer in BIOS mode and add Boot-Repair. Only use Advanced mode, not any auto fixes that Boot-Repair suggests. And choose Ubuntu install partition and only MBR of that same drive. Plugging in an external drive often changes drive order. Best to leave that unplugged while fixing.
– oldfred
Jun 3 at 20:21
You've mixed up your disk format types where you have Windows on sdc drive as a GPT disk and Ubuntu on sdb disk as an MBR running in UEFI mode. It's been said many times not to mix the 2 types as it leads to grub issues. Best thing is to convert the sdb disk to a GPT format, but you will lose all data on that disk when you do so.
– Paul Benson
Jun 3 at 21:53
You've mixed up your disk format types where you have Windows on sdc drive as a GPT disk and Ubuntu on sdb disk as an MBR running in UEFI mode. It's been said many times not to mix the 2 types as it leads to grub issues. Best thing is to convert the sdb disk to a GPT format, but you will lose all data on that disk when you do so.
– Paul Benson
Jun 3 at 21:53
|
show 2 more comments
0
active
oldest
votes
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/4.0/"u003ecc by-sa 4.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%2f1148355%2ffix-grub-menu-for-dual-boot-windows-10-ubuntu-18-04-on-separate-hard-drives%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1148355%2ffix-grub-menu-for-dual-boot-windows-10-ubuntu-18-04-on-separate-hard-drives%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
It looks like sdc has an UEFI install of Windows and sdb has a BIOS install of Ubuntu. Your sda is just a NTFS data drive? You cannot mix UEFI and BIOS, if you want to boot from grub. You can boot only from UEFI boot menu and may have to turn on/off UEFI/legacy boot mode, though most now recognize which way you are trying to boot. UEFI & BIOS are not compatible and once you start in one mode you cannot switch, or grub only boots other installs in same boot mode. Re-install Ubuntu in UEFI boot mode and use gpt partitioning.
– oldfred
Jun 3 at 18:46
sda is an external drive (not sure why). Windows is installed on sdc. Ubuntu is installed on a partition of sdb (sdb3) and the remainder of the drive is used as storage space for windows. I can't reinstall Ubuntu as I've been using it for a while and it has all of my work / customizations. Before I attempted to fix the boot menu I would just select the correct drive at boot, which was a minor annoyance. If I could go back to this I would be fine, I just need to be able to boot into Ubuntu.
– dyarbrough
Jun 3 at 19:01
Are you running boot-repair from a bootable USB?
– Fabby
Jun 3 at 19:48
Reboot live installer in BIOS mode and add Boot-Repair. Only use Advanced mode, not any auto fixes that Boot-Repair suggests. And choose Ubuntu install partition and only MBR of that same drive. Plugging in an external drive often changes drive order. Best to leave that unplugged while fixing.
– oldfred
Jun 3 at 20:21
You've mixed up your disk format types where you have Windows on sdc drive as a GPT disk and Ubuntu on sdb disk as an MBR running in UEFI mode. It's been said many times not to mix the 2 types as it leads to grub issues. Best thing is to convert the sdb disk to a GPT format, but you will lose all data on that disk when you do so.
– Paul Benson
Jun 3 at 21:53