How to boot UEFI installed Ubuntu in BIOS?UEFI/GPT Win 7 Load Failure in Dual Boot and no GRUB2 [Ubuntu 12.04]Will BIOS boot mode Ubuntu install be able to boot when firmware “Fast Boot” is “Ultra Fast”?Which commands to convert a Ubuntu BIOS install to EFI/UEFI without boot-repair on single boot hardware?grub error: /boot/grub2/i386-pc/normal.mod not foundUpgrade to Windows 10 & Grub rescue, with both UEFI & BIOS on boardWill UEFI boot with EFI partition + MBR partition table work (instead of GPT)?Unable to boot newly installed Ubuntu 16.04 using UEFI mode?Trying to install Ubuntu with Windows 10 in GPT with early UEFI biosHow to install Ubuntu 16.04 on external GPT HDD from non UEFI BIOS modeGrub2 Hybrid Boot (EFI+BIOS)
What happens if a country signs mutual defense treaties with several countries who later go to war with each other?
Languages which changed their writing direction
How do I reconnect with a friend after they tried once and I failed to respond
Why would gloves be necessary for handling flobberworms?
How is this character useful as an ally in Curse of Strahd?
What does it mean by commercial support available in Open source platform?
Can I say: “The train departs at 16 past every hour“?
What is Trump's position on the whistle blower allegations? What does he mean by "witch hunt"?
When is the best time to visit the Australian outback?
On how/if I should ask my supervisor about lead authorship?
A new combinatorial property for the character table of a finite group?
Replacing 2-prong outlets in basement - existing wiring has two hot wires, one neutral?
Totally Blind Chess
Is an SSH key with a passphrase a 2FA?
Is it possible to be admitted to CS PhD programs (in US) with scholarship at age 18?
Perspective text in a circle - Adobe Illustrator
What are valid bugs
Why is Google's quantum supremacy experiment impressive?
What does it take to make metal music?
Faraday Cage Explain (Gauss Law)
I have just 4 hours a month to security check a cloud based application - How to use my time?
How can you castle legally in Chess960 when the castling rook is on the king's destination square?
Body swap, then building it back to health
How do I recall Gooigi in co-op mode?
How to boot UEFI installed Ubuntu in BIOS?
UEFI/GPT Win 7 Load Failure in Dual Boot and no GRUB2 [Ubuntu 12.04]Will BIOS boot mode Ubuntu install be able to boot when firmware “Fast Boot” is “Ultra Fast”?Which commands to convert a Ubuntu BIOS install to EFI/UEFI without boot-repair on single boot hardware?grub error: /boot/grub2/i386-pc/normal.mod not foundUpgrade to Windows 10 & Grub rescue, with both UEFI & BIOS on boardWill UEFI boot with EFI partition + MBR partition table work (instead of GPT)?Unable to boot newly installed Ubuntu 16.04 using UEFI mode?Trying to install Ubuntu with Windows 10 in GPT with early UEFI biosHow to install Ubuntu 16.04 on external GPT HDD from non UEFI BIOS modeGrub2 Hybrid Boot (EFI+BIOS)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I installed Ubuntu 19.04 to an external HDD,in UEFI using a laptop.
I then tried booting it through my desktop (BIOS only, Windows 10), but an error popped up, about missing normal.mod file, prompting grub rescue>.
I figured out the normal.mod is in some x86_64-efi inside /boot/grub/ basically UEFI installed. But BIOS is trying to find it in /boot/grub/i386-pc.
Can i go to boot/grub and make copy of the x86_64-efi folder and name it i386-pc?
Is that possible or do I have to format the disk or install in BIOS?
Can anyone suggest a lossless conversion method for GPT to MBR?
Thank You
boot grub2 uefi bios 19.04
add a comment
|
I installed Ubuntu 19.04 to an external HDD,in UEFI using a laptop.
I then tried booting it through my desktop (BIOS only, Windows 10), but an error popped up, about missing normal.mod file, prompting grub rescue>.
I figured out the normal.mod is in some x86_64-efi inside /boot/grub/ basically UEFI installed. But BIOS is trying to find it in /boot/grub/i386-pc.
Can i go to boot/grub and make copy of the x86_64-efi folder and name it i386-pc?
Is that possible or do I have to format the disk or install in BIOS?
Can anyone suggest a lossless conversion method for GPT to MBR?
Thank You
boot grub2 uefi bios 19.04
Your question is a bit confusing and very unclear. Perhaps you can edit it to clear some things up: "installed portable Ubuntu 19.04 to an external HDD" -- what are you referring to when you say "portable Ubuntu"? Are you trying to set up a dual-boot configuration? What answers did you find that say "it's not possible" and what exactly is "it" that you are trying to accomplish: Are you unable to boot at all?
– Nmath
Jul 6 at 17:25
And you don't need to convert to MBR. Unlike Windows, Ubuntu can be installed in a GPT In Legacy mode, it just needs an unformatted bios_grub partition at the beginning of the drive.
– GabrielaGarcia
Jul 6 at 19:51
1
No guarantees on conversion, but this usually works. Converting to or from GPT - must have good backups. rodsbooks.com/gdisk/mbr2gpt.html Note that Windows only boots in UEFI mode from gpt and BIOS mode from UEFI. And Ubuntu needs an ESP if UEFI boot or a bios_grub if BIOS on gpt drives. I used to always but both as first two partitions on every new or repartitioned/reformatted drive and only used gpt.
– oldfred
Jul 6 at 20:00
add a comment
|
I installed Ubuntu 19.04 to an external HDD,in UEFI using a laptop.
I then tried booting it through my desktop (BIOS only, Windows 10), but an error popped up, about missing normal.mod file, prompting grub rescue>.
I figured out the normal.mod is in some x86_64-efi inside /boot/grub/ basically UEFI installed. But BIOS is trying to find it in /boot/grub/i386-pc.
Can i go to boot/grub and make copy of the x86_64-efi folder and name it i386-pc?
Is that possible or do I have to format the disk or install in BIOS?
Can anyone suggest a lossless conversion method for GPT to MBR?
Thank You
boot grub2 uefi bios 19.04
I installed Ubuntu 19.04 to an external HDD,in UEFI using a laptop.
I then tried booting it through my desktop (BIOS only, Windows 10), but an error popped up, about missing normal.mod file, prompting grub rescue>.
I figured out the normal.mod is in some x86_64-efi inside /boot/grub/ basically UEFI installed. But BIOS is trying to find it in /boot/grub/i386-pc.
Can i go to boot/grub and make copy of the x86_64-efi folder and name it i386-pc?
Is that possible or do I have to format the disk or install in BIOS?
Can anyone suggest a lossless conversion method for GPT to MBR?
Thank You
boot grub2 uefi bios 19.04
boot grub2 uefi bios 19.04
edited Jul 6 at 17:36
Clijo Jose
asked Jul 6 at 15:30
Clijo JoseClijo Jose
11 bronze badge
11 bronze badge
Your question is a bit confusing and very unclear. Perhaps you can edit it to clear some things up: "installed portable Ubuntu 19.04 to an external HDD" -- what are you referring to when you say "portable Ubuntu"? Are you trying to set up a dual-boot configuration? What answers did you find that say "it's not possible" and what exactly is "it" that you are trying to accomplish: Are you unable to boot at all?
– Nmath
Jul 6 at 17:25
And you don't need to convert to MBR. Unlike Windows, Ubuntu can be installed in a GPT In Legacy mode, it just needs an unformatted bios_grub partition at the beginning of the drive.
– GabrielaGarcia
Jul 6 at 19:51
1
No guarantees on conversion, but this usually works. Converting to or from GPT - must have good backups. rodsbooks.com/gdisk/mbr2gpt.html Note that Windows only boots in UEFI mode from gpt and BIOS mode from UEFI. And Ubuntu needs an ESP if UEFI boot or a bios_grub if BIOS on gpt drives. I used to always but both as first two partitions on every new or repartitioned/reformatted drive and only used gpt.
– oldfred
Jul 6 at 20:00
add a comment
|
Your question is a bit confusing and very unclear. Perhaps you can edit it to clear some things up: "installed portable Ubuntu 19.04 to an external HDD" -- what are you referring to when you say "portable Ubuntu"? Are you trying to set up a dual-boot configuration? What answers did you find that say "it's not possible" and what exactly is "it" that you are trying to accomplish: Are you unable to boot at all?
– Nmath
Jul 6 at 17:25
And you don't need to convert to MBR. Unlike Windows, Ubuntu can be installed in a GPT In Legacy mode, it just needs an unformatted bios_grub partition at the beginning of the drive.
– GabrielaGarcia
Jul 6 at 19:51
1
No guarantees on conversion, but this usually works. Converting to or from GPT - must have good backups. rodsbooks.com/gdisk/mbr2gpt.html Note that Windows only boots in UEFI mode from gpt and BIOS mode from UEFI. And Ubuntu needs an ESP if UEFI boot or a bios_grub if BIOS on gpt drives. I used to always but both as first two partitions on every new or repartitioned/reformatted drive and only used gpt.
– oldfred
Jul 6 at 20:00
Your question is a bit confusing and very unclear. Perhaps you can edit it to clear some things up: "installed portable Ubuntu 19.04 to an external HDD" -- what are you referring to when you say "portable Ubuntu"? Are you trying to set up a dual-boot configuration? What answers did you find that say "it's not possible" and what exactly is "it" that you are trying to accomplish: Are you unable to boot at all?
– Nmath
Jul 6 at 17:25
Your question is a bit confusing and very unclear. Perhaps you can edit it to clear some things up: "installed portable Ubuntu 19.04 to an external HDD" -- what are you referring to when you say "portable Ubuntu"? Are you trying to set up a dual-boot configuration? What answers did you find that say "it's not possible" and what exactly is "it" that you are trying to accomplish: Are you unable to boot at all?
– Nmath
Jul 6 at 17:25
And you don't need to convert to MBR. Unlike Windows, Ubuntu can be installed in a GPT In Legacy mode, it just needs an unformatted bios_grub partition at the beginning of the drive.
– GabrielaGarcia
Jul 6 at 19:51
And you don't need to convert to MBR. Unlike Windows, Ubuntu can be installed in a GPT In Legacy mode, it just needs an unformatted bios_grub partition at the beginning of the drive.
– GabrielaGarcia
Jul 6 at 19:51
1
1
No guarantees on conversion, but this usually works. Converting to or from GPT - must have good backups. rodsbooks.com/gdisk/mbr2gpt.html Note that Windows only boots in UEFI mode from gpt and BIOS mode from UEFI. And Ubuntu needs an ESP if UEFI boot or a bios_grub if BIOS on gpt drives. I used to always but both as first two partitions on every new or repartitioned/reformatted drive and only used gpt.
– oldfred
Jul 6 at 20:00
No guarantees on conversion, but this usually works. Converting to or from GPT - must have good backups. rodsbooks.com/gdisk/mbr2gpt.html Note that Windows only boots in UEFI mode from gpt and BIOS mode from UEFI. And Ubuntu needs an ESP if UEFI boot or a bios_grub if BIOS on gpt drives. I used to always but both as first two partitions on every new or repartitioned/reformatted drive and only used gpt.
– oldfred
Jul 6 at 20:00
add a comment
|
1 Answer
1
active
oldest
votes
You may try this steps:
- Install VirtualBox (or any other virtual machine emulator) onto your laptop.
- Create virtual machine without UEFI in your case.
- Mount to it
ubuntu.isoand your physical external HDD via USB as a single boot drive. - Install Ubuntu.
- Stop virtual machine and replug your HDD to desktop.
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/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%2f1156419%2fhow-to-boot-uefi-installed-ubuntu-in-bios%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
You may try this steps:
- Install VirtualBox (or any other virtual machine emulator) onto your laptop.
- Create virtual machine without UEFI in your case.
- Mount to it
ubuntu.isoand your physical external HDD via USB as a single boot drive. - Install Ubuntu.
- Stop virtual machine and replug your HDD to desktop.
add a comment
|
You may try this steps:
- Install VirtualBox (or any other virtual machine emulator) onto your laptop.
- Create virtual machine without UEFI in your case.
- Mount to it
ubuntu.isoand your physical external HDD via USB as a single boot drive. - Install Ubuntu.
- Stop virtual machine and replug your HDD to desktop.
add a comment
|
You may try this steps:
- Install VirtualBox (or any other virtual machine emulator) onto your laptop.
- Create virtual machine without UEFI in your case.
- Mount to it
ubuntu.isoand your physical external HDD via USB as a single boot drive. - Install Ubuntu.
- Stop virtual machine and replug your HDD to desktop.
You may try this steps:
- Install VirtualBox (or any other virtual machine emulator) onto your laptop.
- Create virtual machine without UEFI in your case.
- Mount to it
ubuntu.isoand your physical external HDD via USB as a single boot drive. - Install Ubuntu.
- Stop virtual machine and replug your HDD to desktop.
answered Jul 6 at 21:27
DrakonovedDrakonoved
7262 gold badges6 silver badges16 bronze badges
7262 gold badges6 silver badges16 bronze badges
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%2f1156419%2fhow-to-boot-uefi-installed-ubuntu-in-bios%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 question is a bit confusing and very unclear. Perhaps you can edit it to clear some things up: "installed portable Ubuntu 19.04 to an external HDD" -- what are you referring to when you say "portable Ubuntu"? Are you trying to set up a dual-boot configuration? What answers did you find that say "it's not possible" and what exactly is "it" that you are trying to accomplish: Are you unable to boot at all?
– Nmath
Jul 6 at 17:25
And you don't need to convert to MBR. Unlike Windows, Ubuntu can be installed in a GPT In Legacy mode, it just needs an unformatted bios_grub partition at the beginning of the drive.
– GabrielaGarcia
Jul 6 at 19:51
1
No guarantees on conversion, but this usually works. Converting to or from GPT - must have good backups. rodsbooks.com/gdisk/mbr2gpt.html Note that Windows only boots in UEFI mode from gpt and BIOS mode from UEFI. And Ubuntu needs an ESP if UEFI boot or a bios_grub if BIOS on gpt drives. I used to always but both as first two partitions on every new or repartitioned/reformatted drive and only used gpt.
– oldfred
Jul 6 at 20:00