Windows 10 doesn't show in GRUB
I have a notebook (HP) with Windows 10 and I installed Ubuntu 18.04 to drive partition. I tried setup dual boot but it is not working properly. GRUB displays only Ubuntu and FreeDOS (Located /dev/sda1, but Windows location is /dev/sda2. When I select FreeDOS, it loads Windows 10, but there is drive check on each startup and loading the system is quite slow). I tried boot-repair in Ubuntu (that do nothing) and EasyBCD in Windows, but after reboot, I got the message "No bootable device -- insert boot disk and press any key". Also sudo os-prober or sudo update-grub did not help. I tried manually adding Windows to grub by pasting
menuentry 'Windows 10' {
search --fs-uuid --no-floppy --set=root 01D4B40926AFD570
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}
into /etc/grub.d/40_custom (01D4B40926AFD570 is correct UUID), but after selecting Windows 10 in grub menu, I got message "error: file /EFI/Microsoft/Boot/bootmgfw.efi not found.". Does anybody knows solution for this?
boot dual-boot grub2 18.04 windows-10
New contributor
Alex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I have a notebook (HP) with Windows 10 and I installed Ubuntu 18.04 to drive partition. I tried setup dual boot but it is not working properly. GRUB displays only Ubuntu and FreeDOS (Located /dev/sda1, but Windows location is /dev/sda2. When I select FreeDOS, it loads Windows 10, but there is drive check on each startup and loading the system is quite slow). I tried boot-repair in Ubuntu (that do nothing) and EasyBCD in Windows, but after reboot, I got the message "No bootable device -- insert boot disk and press any key". Also sudo os-prober or sudo update-grub did not help. I tried manually adding Windows to grub by pasting
menuentry 'Windows 10' {
search --fs-uuid --no-floppy --set=root 01D4B40926AFD570
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}
into /etc/grub.d/40_custom (01D4B40926AFD570 is correct UUID), but after selecting Windows 10 in grub menu, I got message "error: file /EFI/Microsoft/Boot/bootmgfw.efi not found.". Does anybody knows solution for this?
boot dual-boot grub2 18.04 windows-10
New contributor
Alex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
You must be careful not ot mix UEFI installs with BIOS installs on newer UEFI hardware systems. May be best to see details, use ppa version with your live installer or any working install, not older Boot-Repair ISO: Please copy & paste link to the Boto-info summary report ( do not post report), the auto fix sometimes can create more issues. help.ubuntu.com/community/Boot-Repair sourceforge.net/p/boot-repair/home/Home
– oldfred
Jan 25 at 22:58
The summary is there
– Alex
Jan 25 at 23:33
I forgot mention that the Windows 10 was upgraded from Windows 7, maybe that can be the problem, but I don't understand why is Windows 8 in summary when I never use Win8.
– Alex
Jan 25 at 23:38
1
Most Windows 7 installs were BIOS on MBR partitioned drives. Only a few have been UEFI, but users can install in UEFI boot mode ,if newer hardware. How you boot install media, UEFI or BIOS is then how it installs. And Windows only installs in UEFI boot mode to gpt partitioned drives and only in BIOS boot mode to MBR partitioned drives.
– oldfred
2 days ago
I add following code and it works, there is no chkdsk on startup, but still seem a quite slowlymenuentry "Windows 10 (loader) (on /dev/sda2)" { insmod part_msdos insmod ntfs set root='(hd0,msdos1)' chainloader +2 }
– Alex
yesterday
add a comment |
I have a notebook (HP) with Windows 10 and I installed Ubuntu 18.04 to drive partition. I tried setup dual boot but it is not working properly. GRUB displays only Ubuntu and FreeDOS (Located /dev/sda1, but Windows location is /dev/sda2. When I select FreeDOS, it loads Windows 10, but there is drive check on each startup and loading the system is quite slow). I tried boot-repair in Ubuntu (that do nothing) and EasyBCD in Windows, but after reboot, I got the message "No bootable device -- insert boot disk and press any key". Also sudo os-prober or sudo update-grub did not help. I tried manually adding Windows to grub by pasting
menuentry 'Windows 10' {
search --fs-uuid --no-floppy --set=root 01D4B40926AFD570
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}
into /etc/grub.d/40_custom (01D4B40926AFD570 is correct UUID), but after selecting Windows 10 in grub menu, I got message "error: file /EFI/Microsoft/Boot/bootmgfw.efi not found.". Does anybody knows solution for this?
boot dual-boot grub2 18.04 windows-10
New contributor
Alex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have a notebook (HP) with Windows 10 and I installed Ubuntu 18.04 to drive partition. I tried setup dual boot but it is not working properly. GRUB displays only Ubuntu and FreeDOS (Located /dev/sda1, but Windows location is /dev/sda2. When I select FreeDOS, it loads Windows 10, but there is drive check on each startup and loading the system is quite slow). I tried boot-repair in Ubuntu (that do nothing) and EasyBCD in Windows, but after reboot, I got the message "No bootable device -- insert boot disk and press any key". Also sudo os-prober or sudo update-grub did not help. I tried manually adding Windows to grub by pasting
menuentry 'Windows 10' {
search --fs-uuid --no-floppy --set=root 01D4B40926AFD570
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}
into /etc/grub.d/40_custom (01D4B40926AFD570 is correct UUID), but after selecting Windows 10 in grub menu, I got message "error: file /EFI/Microsoft/Boot/bootmgfw.efi not found.". Does anybody knows solution for this?
boot dual-boot grub2 18.04 windows-10
boot dual-boot grub2 18.04 windows-10
New contributor
Alex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Alex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Alex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Jan 25 at 22:19
AlexAlex
1
1
New contributor
Alex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Alex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Alex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
You must be careful not ot mix UEFI installs with BIOS installs on newer UEFI hardware systems. May be best to see details, use ppa version with your live installer or any working install, not older Boot-Repair ISO: Please copy & paste link to the Boto-info summary report ( do not post report), the auto fix sometimes can create more issues. help.ubuntu.com/community/Boot-Repair sourceforge.net/p/boot-repair/home/Home
– oldfred
Jan 25 at 22:58
The summary is there
– Alex
Jan 25 at 23:33
I forgot mention that the Windows 10 was upgraded from Windows 7, maybe that can be the problem, but I don't understand why is Windows 8 in summary when I never use Win8.
– Alex
Jan 25 at 23:38
1
Most Windows 7 installs were BIOS on MBR partitioned drives. Only a few have been UEFI, but users can install in UEFI boot mode ,if newer hardware. How you boot install media, UEFI or BIOS is then how it installs. And Windows only installs in UEFI boot mode to gpt partitioned drives and only in BIOS boot mode to MBR partitioned drives.
– oldfred
2 days ago
I add following code and it works, there is no chkdsk on startup, but still seem a quite slowlymenuentry "Windows 10 (loader) (on /dev/sda2)" { insmod part_msdos insmod ntfs set root='(hd0,msdos1)' chainloader +2 }
– Alex
yesterday
add a comment |
2
You must be careful not ot mix UEFI installs with BIOS installs on newer UEFI hardware systems. May be best to see details, use ppa version with your live installer or any working install, not older Boot-Repair ISO: Please copy & paste link to the Boto-info summary report ( do not post report), the auto fix sometimes can create more issues. help.ubuntu.com/community/Boot-Repair sourceforge.net/p/boot-repair/home/Home
– oldfred
Jan 25 at 22:58
The summary is there
– Alex
Jan 25 at 23:33
I forgot mention that the Windows 10 was upgraded from Windows 7, maybe that can be the problem, but I don't understand why is Windows 8 in summary when I never use Win8.
– Alex
Jan 25 at 23:38
1
Most Windows 7 installs were BIOS on MBR partitioned drives. Only a few have been UEFI, but users can install in UEFI boot mode ,if newer hardware. How you boot install media, UEFI or BIOS is then how it installs. And Windows only installs in UEFI boot mode to gpt partitioned drives and only in BIOS boot mode to MBR partitioned drives.
– oldfred
2 days ago
I add following code and it works, there is no chkdsk on startup, but still seem a quite slowlymenuentry "Windows 10 (loader) (on /dev/sda2)" { insmod part_msdos insmod ntfs set root='(hd0,msdos1)' chainloader +2 }
– Alex
yesterday
2
2
You must be careful not ot mix UEFI installs with BIOS installs on newer UEFI hardware systems. May be best to see details, use ppa version with your live installer or any working install, not older Boot-Repair ISO: Please copy & paste link to the Boto-info summary report ( do not post report), the auto fix sometimes can create more issues. help.ubuntu.com/community/Boot-Repair sourceforge.net/p/boot-repair/home/Home
– oldfred
Jan 25 at 22:58
You must be careful not ot mix UEFI installs with BIOS installs on newer UEFI hardware systems. May be best to see details, use ppa version with your live installer or any working install, not older Boot-Repair ISO: Please copy & paste link to the Boto-info summary report ( do not post report), the auto fix sometimes can create more issues. help.ubuntu.com/community/Boot-Repair sourceforge.net/p/boot-repair/home/Home
– oldfred
Jan 25 at 22:58
The summary is there
– Alex
Jan 25 at 23:33
The summary is there
– Alex
Jan 25 at 23:33
I forgot mention that the Windows 10 was upgraded from Windows 7, maybe that can be the problem, but I don't understand why is Windows 8 in summary when I never use Win8.
– Alex
Jan 25 at 23:38
I forgot mention that the Windows 10 was upgraded from Windows 7, maybe that can be the problem, but I don't understand why is Windows 8 in summary when I never use Win8.
– Alex
Jan 25 at 23:38
1
1
Most Windows 7 installs were BIOS on MBR partitioned drives. Only a few have been UEFI, but users can install in UEFI boot mode ,if newer hardware. How you boot install media, UEFI or BIOS is then how it installs. And Windows only installs in UEFI boot mode to gpt partitioned drives and only in BIOS boot mode to MBR partitioned drives.
– oldfred
2 days ago
Most Windows 7 installs were BIOS on MBR partitioned drives. Only a few have been UEFI, but users can install in UEFI boot mode ,if newer hardware. How you boot install media, UEFI or BIOS is then how it installs. And Windows only installs in UEFI boot mode to gpt partitioned drives and only in BIOS boot mode to MBR partitioned drives.
– oldfred
2 days ago
I add following code and it works, there is no chkdsk on startup, but still seem a quite slowly
menuentry "Windows 10 (loader) (on /dev/sda2)" { insmod part_msdos insmod ntfs set root='(hd0,msdos1)' chainloader +2 }– Alex
yesterday
I add following code and it works, there is no chkdsk on startup, but still seem a quite slowly
menuentry "Windows 10 (loader) (on /dev/sda2)" { insmod part_msdos insmod ntfs set root='(hd0,msdos1)' chainloader +2 }– Alex
yesterday
add a comment |
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/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
});
}
});
Alex is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1112928%2fwindows-10-doesnt-show-in-grub%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
Alex is a new contributor. Be nice, and check out our Code of Conduct.
Alex is a new contributor. Be nice, and check out our Code of Conduct.
Alex is a new contributor. Be nice, and check out our Code of Conduct.
Alex 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.
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%2f1112928%2fwindows-10-doesnt-show-in-grub%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
2
You must be careful not ot mix UEFI installs with BIOS installs on newer UEFI hardware systems. May be best to see details, use ppa version with your live installer or any working install, not older Boot-Repair ISO: Please copy & paste link to the Boto-info summary report ( do not post report), the auto fix sometimes can create more issues. help.ubuntu.com/community/Boot-Repair sourceforge.net/p/boot-repair/home/Home
– oldfred
Jan 25 at 22:58
The summary is there
– Alex
Jan 25 at 23:33
I forgot mention that the Windows 10 was upgraded from Windows 7, maybe that can be the problem, but I don't understand why is Windows 8 in summary when I never use Win8.
– Alex
Jan 25 at 23:38
1
Most Windows 7 installs were BIOS on MBR partitioned drives. Only a few have been UEFI, but users can install in UEFI boot mode ,if newer hardware. How you boot install media, UEFI or BIOS is then how it installs. And Windows only installs in UEFI boot mode to gpt partitioned drives and only in BIOS boot mode to MBR partitioned drives.
– oldfred
2 days ago
I add following code and it works, there is no chkdsk on startup, but still seem a quite slowly
menuentry "Windows 10 (loader) (on /dev/sda2)" { insmod part_msdos insmod ntfs set root='(hd0,msdos1)' chainloader +2 }– Alex
yesterday