Add grub to windows boot manager
up vote
0
down vote
favorite
I have a Windows , Linux and Android installed. So grub is very important. I added it by installing on a partition than using dd to copy it as mbr and add it as boot selector. But the process is hard. And grub2win gives a download timeout at installation.I often get mbr file broken and it's frustrating to install it.
Is there a way to automate or easily install grub and add it to boot loader like using ubndlr?
How does unetbootin work?
windows grub
add a comment |
up vote
0
down vote
favorite
I have a Windows , Linux and Android installed. So grub is very important. I added it by installing on a partition than using dd to copy it as mbr and add it as boot selector. But the process is hard. And grub2win gives a download timeout at installation.I often get mbr file broken and it's frustrating to install it.
Is there a way to automate or easily install grub and add it to boot loader like using ubndlr?
How does unetbootin work?
windows grub
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a Windows , Linux and Android installed. So grub is very important. I added it by installing on a partition than using dd to copy it as mbr and add it as boot selector. But the process is hard. And grub2win gives a download timeout at installation.I often get mbr file broken and it's frustrating to install it.
Is there a way to automate or easily install grub and add it to boot loader like using ubndlr?
How does unetbootin work?
windows grub
I have a Windows , Linux and Android installed. So grub is very important. I added it by installing on a partition than using dd to copy it as mbr and add it as boot selector. But the process is hard. And grub2win gives a download timeout at installation.I often get mbr file broken and it's frustrating to install it.
Is there a way to automate or easily install grub and add it to boot loader like using ubndlr?
How does unetbootin work?
windows grub
windows grub
edited Nov 20 at 13:47
asked Nov 20 at 13:26
Riyadh Kabir
93
93
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
You most likely have a machine that supports UEFI. You'll have to use the EFI System Partition to install the grub.efi bootloader.
EDIT: You can see all of your currently installed UEFI bootloaders in windows, using bcdedit.exe /enum {fwbootmgr}
if you use powershell, put "{fwbootmgr}"
in quotes "
.
NOTES:
1.) {bootmgr}
is for entries in the Windows Boot Manager. {fwbootmgr}
is for entries in the UEFI boot list.
2.) You'l need to mount the hard drive in a linux distro in order to see/edit the ESP(EFI System Partition).
Actually, you can place several EFI files in the ESP(EFI System Partition), each in its own folder. Your BIOS will pick each one up, and youll need to select it in your BIOS screen.
– Dylan
Nov 20 at 17:46
So, you'll want to go into your BIOS and select to boot the grub.efi bootloader. Naturally, it wont be so well worded, it will probably be a confusing mess of UEFI bootloaders, without their names.
– Dylan
Nov 20 at 17:47
Your not using the windows bootloader at all, you are using your UEFI BIOS to start the grub bootloader, which can then start the windows bootloader.
– Dylan
Nov 20 at 17:48
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
You most likely have a machine that supports UEFI. You'll have to use the EFI System Partition to install the grub.efi bootloader.
EDIT: You can see all of your currently installed UEFI bootloaders in windows, using bcdedit.exe /enum {fwbootmgr}
if you use powershell, put "{fwbootmgr}"
in quotes "
.
NOTES:
1.) {bootmgr}
is for entries in the Windows Boot Manager. {fwbootmgr}
is for entries in the UEFI boot list.
2.) You'l need to mount the hard drive in a linux distro in order to see/edit the ESP(EFI System Partition).
Actually, you can place several EFI files in the ESP(EFI System Partition), each in its own folder. Your BIOS will pick each one up, and youll need to select it in your BIOS screen.
– Dylan
Nov 20 at 17:46
So, you'll want to go into your BIOS and select to boot the grub.efi bootloader. Naturally, it wont be so well worded, it will probably be a confusing mess of UEFI bootloaders, without their names.
– Dylan
Nov 20 at 17:47
Your not using the windows bootloader at all, you are using your UEFI BIOS to start the grub bootloader, which can then start the windows bootloader.
– Dylan
Nov 20 at 17:48
add a comment |
up vote
1
down vote
You most likely have a machine that supports UEFI. You'll have to use the EFI System Partition to install the grub.efi bootloader.
EDIT: You can see all of your currently installed UEFI bootloaders in windows, using bcdedit.exe /enum {fwbootmgr}
if you use powershell, put "{fwbootmgr}"
in quotes "
.
NOTES:
1.) {bootmgr}
is for entries in the Windows Boot Manager. {fwbootmgr}
is for entries in the UEFI boot list.
2.) You'l need to mount the hard drive in a linux distro in order to see/edit the ESP(EFI System Partition).
Actually, you can place several EFI files in the ESP(EFI System Partition), each in its own folder. Your BIOS will pick each one up, and youll need to select it in your BIOS screen.
– Dylan
Nov 20 at 17:46
So, you'll want to go into your BIOS and select to boot the grub.efi bootloader. Naturally, it wont be so well worded, it will probably be a confusing mess of UEFI bootloaders, without their names.
– Dylan
Nov 20 at 17:47
Your not using the windows bootloader at all, you are using your UEFI BIOS to start the grub bootloader, which can then start the windows bootloader.
– Dylan
Nov 20 at 17:48
add a comment |
up vote
1
down vote
up vote
1
down vote
You most likely have a machine that supports UEFI. You'll have to use the EFI System Partition to install the grub.efi bootloader.
EDIT: You can see all of your currently installed UEFI bootloaders in windows, using bcdedit.exe /enum {fwbootmgr}
if you use powershell, put "{fwbootmgr}"
in quotes "
.
NOTES:
1.) {bootmgr}
is for entries in the Windows Boot Manager. {fwbootmgr}
is for entries in the UEFI boot list.
2.) You'l need to mount the hard drive in a linux distro in order to see/edit the ESP(EFI System Partition).
You most likely have a machine that supports UEFI. You'll have to use the EFI System Partition to install the grub.efi bootloader.
EDIT: You can see all of your currently installed UEFI bootloaders in windows, using bcdedit.exe /enum {fwbootmgr}
if you use powershell, put "{fwbootmgr}"
in quotes "
.
NOTES:
1.) {bootmgr}
is for entries in the Windows Boot Manager. {fwbootmgr}
is for entries in the UEFI boot list.
2.) You'l need to mount the hard drive in a linux distro in order to see/edit the ESP(EFI System Partition).
edited Nov 20 at 17:50
answered Nov 20 at 14:43
Dylan
1376
1376
Actually, you can place several EFI files in the ESP(EFI System Partition), each in its own folder. Your BIOS will pick each one up, and youll need to select it in your BIOS screen.
– Dylan
Nov 20 at 17:46
So, you'll want to go into your BIOS and select to boot the grub.efi bootloader. Naturally, it wont be so well worded, it will probably be a confusing mess of UEFI bootloaders, without their names.
– Dylan
Nov 20 at 17:47
Your not using the windows bootloader at all, you are using your UEFI BIOS to start the grub bootloader, which can then start the windows bootloader.
– Dylan
Nov 20 at 17:48
add a comment |
Actually, you can place several EFI files in the ESP(EFI System Partition), each in its own folder. Your BIOS will pick each one up, and youll need to select it in your BIOS screen.
– Dylan
Nov 20 at 17:46
So, you'll want to go into your BIOS and select to boot the grub.efi bootloader. Naturally, it wont be so well worded, it will probably be a confusing mess of UEFI bootloaders, without their names.
– Dylan
Nov 20 at 17:47
Your not using the windows bootloader at all, you are using your UEFI BIOS to start the grub bootloader, which can then start the windows bootloader.
– Dylan
Nov 20 at 17:48
Actually, you can place several EFI files in the ESP(EFI System Partition), each in its own folder. Your BIOS will pick each one up, and youll need to select it in your BIOS screen.
– Dylan
Nov 20 at 17:46
Actually, you can place several EFI files in the ESP(EFI System Partition), each in its own folder. Your BIOS will pick each one up, and youll need to select it in your BIOS screen.
– Dylan
Nov 20 at 17:46
So, you'll want to go into your BIOS and select to boot the grub.efi bootloader. Naturally, it wont be so well worded, it will probably be a confusing mess of UEFI bootloaders, without their names.
– Dylan
Nov 20 at 17:47
So, you'll want to go into your BIOS and select to boot the grub.efi bootloader. Naturally, it wont be so well worded, it will probably be a confusing mess of UEFI bootloaders, without their names.
– Dylan
Nov 20 at 17:47
Your not using the windows bootloader at all, you are using your UEFI BIOS to start the grub bootloader, which can then start the windows bootloader.
– Dylan
Nov 20 at 17:48
Your not using the windows bootloader at all, you are using your UEFI BIOS to start the grub bootloader, which can then start the windows bootloader.
– Dylan
Nov 20 at 17:48
add a comment |
Thanks for contributing an answer to Super User!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2fsuperuser.com%2fquestions%2f1376980%2fadd-grub-to-windows-boot-manager%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