Can't boot on Win10 with dual-boot Fedora 29 + Win10 (both encrypted partitions) The 2019 Stack Overflow Developer Survey Results Are Ingrub2 no such device (Win10 / Fedora)Fedora installation breaks UEFI bootDual-boot windows/debian, no boot menu?Qubes does not boot on Fedora/Qubes dual-boot machineWin10/Ubuntu16.04 dual boot errorsCan't boot into GRUB, dual-boot with Win10GRUB menu does not show up after installing linux mint 18 alongside Windows 10 during booterratic grub behaviour. Reinstall linux on dual boot!grub2 no such device (Win10 / Fedora)Install Grub when ssd is hd1GRUB does not load in Windows10+Linux with UEFI
Cooking pasta in a water boiler
How did passengers keep warm on sail ships?
Are spiders unable to hurt humans, especially very small spiders?
Likelihood that a superbug or lethal virus could come from a landfill
Why isn't the circumferential light around the M87 black hole's event horizon symmetric?
Can a flute soloist sit?
How to charge AirPods to keep battery healthy?
Did any laptop computers have a built-in 5 1/4 inch floppy drive?
Is it a good practice to use a static variable in a Test Class and use that in the actual class instead of Test.isRunningTest()?
Geography at the pixel level
The phrase "to the numbers born"?
Why can't devices on different VLANs, but on the same subnet, communicate?
If my opponent casts Ultimate Price on my Phantasmal Bear, can I save it by casting Snap or Curfew?
What is preventing me from simply constructing a hash that's lower than the current target?
APIPA and LAN Broadcast Domain
Deal with toxic manager when you can't quit
What information about me do stores get via my credit card?
Ubuntu Server install with full GUI
How can I define good in a religion that claims no moral authority?
Why does the nucleus not repel itself?
Accepted by European university, rejected by all American ones I applied to? Possible reasons?
Why doesn't shell automatically fix "useless use of cat"?
What do I do when my TA workload is more than expected?
Why couldn't they take pictures of a closer black hole?
Can't boot on Win10 with dual-boot Fedora 29 + Win10 (both encrypted partitions)
The 2019 Stack Overflow Developer Survey Results Are Ingrub2 no such device (Win10 / Fedora)Fedora installation breaks UEFI bootDual-boot windows/debian, no boot menu?Qubes does not boot on Fedora/Qubes dual-boot machineWin10/Ubuntu16.04 dual boot errorsCan't boot into GRUB, dual-boot with Win10GRUB menu does not show up after installing linux mint 18 alongside Windows 10 during booterratic grub behaviour. Reinstall linux on dual boot!grub2 no such device (Win10 / Fedora)Install Grub when ssd is hd1GRUB does not load in Windows10+Linux with UEFI
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Did install Fedora 29 on a different partition than Win10, usual dual boot configuration that I already used a good number of times.
The new parameter is that I use encryption on Windows system (Bitlocker).
When choosing Win10 from the GRUB menu, I get this error message from GRUB:
error: ../../grub-core/net/net.c:1390:no server is specified.
Press any key to continue...
And this obviously gets me back to the GRUB menu.
Fedora boot is working fine.
I can properly boot in Win10 by skipping GRUB (choosing UEFI boot on Windows partition from the BIOS).
My GRUB config for the Win10 boot is:
insmod part_gpt
insmod fat
set root=/dev/nvme0n1p2
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
boot grub2 dual-boot uefi
add a comment |
Did install Fedora 29 on a different partition than Win10, usual dual boot configuration that I already used a good number of times.
The new parameter is that I use encryption on Windows system (Bitlocker).
When choosing Win10 from the GRUB menu, I get this error message from GRUB:
error: ../../grub-core/net/net.c:1390:no server is specified.
Press any key to continue...
And this obviously gets me back to the GRUB menu.
Fedora boot is working fine.
I can properly boot in Win10 by skipping GRUB (choosing UEFI boot on Windows partition from the BIOS).
My GRUB config for the Win10 boot is:
insmod part_gpt
insmod fat
set root=/dev/nvme0n1p2
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
boot grub2 dual-boot uefi
add a comment |
Did install Fedora 29 on a different partition than Win10, usual dual boot configuration that I already used a good number of times.
The new parameter is that I use encryption on Windows system (Bitlocker).
When choosing Win10 from the GRUB menu, I get this error message from GRUB:
error: ../../grub-core/net/net.c:1390:no server is specified.
Press any key to continue...
And this obviously gets me back to the GRUB menu.
Fedora boot is working fine.
I can properly boot in Win10 by skipping GRUB (choosing UEFI boot on Windows partition from the BIOS).
My GRUB config for the Win10 boot is:
insmod part_gpt
insmod fat
set root=/dev/nvme0n1p2
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
boot grub2 dual-boot uefi
Did install Fedora 29 on a different partition than Win10, usual dual boot configuration that I already used a good number of times.
The new parameter is that I use encryption on Windows system (Bitlocker).
When choosing Win10 from the GRUB menu, I get this error message from GRUB:
error: ../../grub-core/net/net.c:1390:no server is specified.
Press any key to continue...
And this obviously gets me back to the GRUB menu.
Fedora boot is working fine.
I can properly boot in Win10 by skipping GRUB (choosing UEFI boot on Windows partition from the BIOS).
My GRUB config for the Win10 boot is:
insmod part_gpt
insmod fat
set root=/dev/nvme0n1p2
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
boot grub2 dual-boot uefi
boot grub2 dual-boot uefi
asked Jan 2 at 8:41
MicMic
1066
1066
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Turns out having dual-boot with UEFI needs a different setup:
/boot
on a separate unencrypted ext4 partition (1GiB is good)./boot/efi
entry point set on the boot partition already created by Windows.
Warning, Bitlocker will ask for the recovery key on the first boot because settings have changed.
Then, with a TPM, no password asked on next reboots.
Good article with explanations, and a detailed answer for Fedora.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f491992%2fcant-boot-on-win10-with-dual-boot-fedora-29-win10-both-encrypted-partitions%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
Turns out having dual-boot with UEFI needs a different setup:
/boot
on a separate unencrypted ext4 partition (1GiB is good)./boot/efi
entry point set on the boot partition already created by Windows.
Warning, Bitlocker will ask for the recovery key on the first boot because settings have changed.
Then, with a TPM, no password asked on next reboots.
Good article with explanations, and a detailed answer for Fedora.
add a comment |
Turns out having dual-boot with UEFI needs a different setup:
/boot
on a separate unencrypted ext4 partition (1GiB is good)./boot/efi
entry point set on the boot partition already created by Windows.
Warning, Bitlocker will ask for the recovery key on the first boot because settings have changed.
Then, with a TPM, no password asked on next reboots.
Good article with explanations, and a detailed answer for Fedora.
add a comment |
Turns out having dual-boot with UEFI needs a different setup:
/boot
on a separate unencrypted ext4 partition (1GiB is good)./boot/efi
entry point set on the boot partition already created by Windows.
Warning, Bitlocker will ask for the recovery key on the first boot because settings have changed.
Then, with a TPM, no password asked on next reboots.
Good article with explanations, and a detailed answer for Fedora.
Turns out having dual-boot with UEFI needs a different setup:
/boot
on a separate unencrypted ext4 partition (1GiB is good)./boot/efi
entry point set on the boot partition already created by Windows.
Warning, Bitlocker will ask for the recovery key on the first boot because settings have changed.
Then, with a TPM, no password asked on next reboots.
Good article with explanations, and a detailed answer for Fedora.
answered Apr 8 at 10:00
MicMic
1066
1066
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f491992%2fcant-boot-on-win10-with-dual-boot-fedora-29-win10-both-encrypted-partitions%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