hp probook 4540s no dual boot with linux
My problem is ..
I have this laptop hp pro book 4540s with Win 8 after install Mint 15 and Ubuntu 13.10 I cant see the grub loader i mean when the machine start go directly to win 8 ?!!
I did every thing to solve it but no hope ..
I fixed grub loader inside Ubuntu using live CD and use easy BCD inside win 8 and no thing
any one help me please ..
Sorry my English not so good
boot dual-boot grub2 hp
add a comment |
My problem is ..
I have this laptop hp pro book 4540s with Win 8 after install Mint 15 and Ubuntu 13.10 I cant see the grub loader i mean when the machine start go directly to win 8 ?!!
I did every thing to solve it but no hope ..
I fixed grub loader inside Ubuntu using live CD and use easy BCD inside win 8 and no thing
any one help me please ..
Sorry my English not so good
boot dual-boot grub2 hp
add a comment |
My problem is ..
I have this laptop hp pro book 4540s with Win 8 after install Mint 15 and Ubuntu 13.10 I cant see the grub loader i mean when the machine start go directly to win 8 ?!!
I did every thing to solve it but no hope ..
I fixed grub loader inside Ubuntu using live CD and use easy BCD inside win 8 and no thing
any one help me please ..
Sorry my English not so good
boot dual-boot grub2 hp
My problem is ..
I have this laptop hp pro book 4540s with Win 8 after install Mint 15 and Ubuntu 13.10 I cant see the grub loader i mean when the machine start go directly to win 8 ?!!
I did every thing to solve it but no hope ..
I fixed grub loader inside Ubuntu using live CD and use easy BCD inside win 8 and no thing
any one help me please ..
Sorry my English not so good
boot dual-boot grub2 hp
boot dual-boot grub2 hp
asked Oct 24 '13 at 12:47
user207088user207088
112
112
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
After a lot of trial and error, I was able to use the solution below:
+First, go into the system settings (F10). Go to boot options and add a 5 second delay for the boot prompt. I also turned off secure boot. Save and restart.
+A boot option menu should come up allowing you to select an EFI file to boot from. Select EFI/ubuntu/grubx64.efi . This should get you into ubuntu.
+To install grub to boot automatically, use the directions below:
Windows 8 removes Grub as default boot manager
Rod smith suggested two fixes, using bcdedit which did not work for my situation, and this one:
- Back up the entire contents of /boot/efi (your EFI System Partition, or ESP).
- Type sudo mv /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi /boot/efi/EFI/Microsoft.
- Type cp /boot/efi/EFI/ubuntu/grubx64.efi /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi.
- Create a new /etc/grub.d/40_custom file entry that refers to EFI/Microsoft/bootmgfw.efi. Model it after the existing entry in /boot/grub/grub.cfg that refers to EFI/Microsoft/Boot/bootmgfw.efi; just remove Boot from the boot path and give it a new name.
- Type sudo update-grub to install the new GRUB entry.
+You can then reboot and choose the Operating System option.
If for some reason things get messed up, I was able to use this guide to boot straight into windows again:
http://www.fixedbyvonnie.com/2013/12/how-to-repair-the-efi-bootloader-in-windows-8/
Get out ofEFIMicrosoft
!EFIBOOT
is where the default boot loader lies and where you should make customizations if you have trouble booting other operating systems on your UEFI machine. happyassassin.net/2014/01/25/…
– LiveWireBT
Sep 12 '14 at 10:46
Thanks - but I believe this bios is hardcoded to look there. EFIBOOT would not work!
– Justin Lippi
Oct 19 '14 at 1:55
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/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%2faskubuntu.com%2fquestions%2f365034%2fhp-probook-4540s-no-dual-boot-with-linux%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
After a lot of trial and error, I was able to use the solution below:
+First, go into the system settings (F10). Go to boot options and add a 5 second delay for the boot prompt. I also turned off secure boot. Save and restart.
+A boot option menu should come up allowing you to select an EFI file to boot from. Select EFI/ubuntu/grubx64.efi . This should get you into ubuntu.
+To install grub to boot automatically, use the directions below:
Windows 8 removes Grub as default boot manager
Rod smith suggested two fixes, using bcdedit which did not work for my situation, and this one:
- Back up the entire contents of /boot/efi (your EFI System Partition, or ESP).
- Type sudo mv /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi /boot/efi/EFI/Microsoft.
- Type cp /boot/efi/EFI/ubuntu/grubx64.efi /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi.
- Create a new /etc/grub.d/40_custom file entry that refers to EFI/Microsoft/bootmgfw.efi. Model it after the existing entry in /boot/grub/grub.cfg that refers to EFI/Microsoft/Boot/bootmgfw.efi; just remove Boot from the boot path and give it a new name.
- Type sudo update-grub to install the new GRUB entry.
+You can then reboot and choose the Operating System option.
If for some reason things get messed up, I was able to use this guide to boot straight into windows again:
http://www.fixedbyvonnie.com/2013/12/how-to-repair-the-efi-bootloader-in-windows-8/
Get out ofEFIMicrosoft
!EFIBOOT
is where the default boot loader lies and where you should make customizations if you have trouble booting other operating systems on your UEFI machine. happyassassin.net/2014/01/25/…
– LiveWireBT
Sep 12 '14 at 10:46
Thanks - but I believe this bios is hardcoded to look there. EFIBOOT would not work!
– Justin Lippi
Oct 19 '14 at 1:55
add a comment |
After a lot of trial and error, I was able to use the solution below:
+First, go into the system settings (F10). Go to boot options and add a 5 second delay for the boot prompt. I also turned off secure boot. Save and restart.
+A boot option menu should come up allowing you to select an EFI file to boot from. Select EFI/ubuntu/grubx64.efi . This should get you into ubuntu.
+To install grub to boot automatically, use the directions below:
Windows 8 removes Grub as default boot manager
Rod smith suggested two fixes, using bcdedit which did not work for my situation, and this one:
- Back up the entire contents of /boot/efi (your EFI System Partition, or ESP).
- Type sudo mv /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi /boot/efi/EFI/Microsoft.
- Type cp /boot/efi/EFI/ubuntu/grubx64.efi /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi.
- Create a new /etc/grub.d/40_custom file entry that refers to EFI/Microsoft/bootmgfw.efi. Model it after the existing entry in /boot/grub/grub.cfg that refers to EFI/Microsoft/Boot/bootmgfw.efi; just remove Boot from the boot path and give it a new name.
- Type sudo update-grub to install the new GRUB entry.
+You can then reboot and choose the Operating System option.
If for some reason things get messed up, I was able to use this guide to boot straight into windows again:
http://www.fixedbyvonnie.com/2013/12/how-to-repair-the-efi-bootloader-in-windows-8/
Get out ofEFIMicrosoft
!EFIBOOT
is where the default boot loader lies and where you should make customizations if you have trouble booting other operating systems on your UEFI machine. happyassassin.net/2014/01/25/…
– LiveWireBT
Sep 12 '14 at 10:46
Thanks - but I believe this bios is hardcoded to look there. EFIBOOT would not work!
– Justin Lippi
Oct 19 '14 at 1:55
add a comment |
After a lot of trial and error, I was able to use the solution below:
+First, go into the system settings (F10). Go to boot options and add a 5 second delay for the boot prompt. I also turned off secure boot. Save and restart.
+A boot option menu should come up allowing you to select an EFI file to boot from. Select EFI/ubuntu/grubx64.efi . This should get you into ubuntu.
+To install grub to boot automatically, use the directions below:
Windows 8 removes Grub as default boot manager
Rod smith suggested two fixes, using bcdedit which did not work for my situation, and this one:
- Back up the entire contents of /boot/efi (your EFI System Partition, or ESP).
- Type sudo mv /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi /boot/efi/EFI/Microsoft.
- Type cp /boot/efi/EFI/ubuntu/grubx64.efi /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi.
- Create a new /etc/grub.d/40_custom file entry that refers to EFI/Microsoft/bootmgfw.efi. Model it after the existing entry in /boot/grub/grub.cfg that refers to EFI/Microsoft/Boot/bootmgfw.efi; just remove Boot from the boot path and give it a new name.
- Type sudo update-grub to install the new GRUB entry.
+You can then reboot and choose the Operating System option.
If for some reason things get messed up, I was able to use this guide to boot straight into windows again:
http://www.fixedbyvonnie.com/2013/12/how-to-repair-the-efi-bootloader-in-windows-8/
After a lot of trial and error, I was able to use the solution below:
+First, go into the system settings (F10). Go to boot options and add a 5 second delay for the boot prompt. I also turned off secure boot. Save and restart.
+A boot option menu should come up allowing you to select an EFI file to boot from. Select EFI/ubuntu/grubx64.efi . This should get you into ubuntu.
+To install grub to boot automatically, use the directions below:
Windows 8 removes Grub as default boot manager
Rod smith suggested two fixes, using bcdedit which did not work for my situation, and this one:
- Back up the entire contents of /boot/efi (your EFI System Partition, or ESP).
- Type sudo mv /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi /boot/efi/EFI/Microsoft.
- Type cp /boot/efi/EFI/ubuntu/grubx64.efi /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi.
- Create a new /etc/grub.d/40_custom file entry that refers to EFI/Microsoft/bootmgfw.efi. Model it after the existing entry in /boot/grub/grub.cfg that refers to EFI/Microsoft/Boot/bootmgfw.efi; just remove Boot from the boot path and give it a new name.
- Type sudo update-grub to install the new GRUB entry.
+You can then reboot and choose the Operating System option.
If for some reason things get messed up, I was able to use this guide to boot straight into windows again:
http://www.fixedbyvonnie.com/2013/12/how-to-repair-the-efi-bootloader-in-windows-8/
edited Apr 13 '17 at 12:23
Community♦
1
1
answered Jan 20 '14 at 20:33
Justin LippiJustin Lippi
1
1
Get out ofEFIMicrosoft
!EFIBOOT
is where the default boot loader lies and where you should make customizations if you have trouble booting other operating systems on your UEFI machine. happyassassin.net/2014/01/25/…
– LiveWireBT
Sep 12 '14 at 10:46
Thanks - but I believe this bios is hardcoded to look there. EFIBOOT would not work!
– Justin Lippi
Oct 19 '14 at 1:55
add a comment |
Get out ofEFIMicrosoft
!EFIBOOT
is where the default boot loader lies and where you should make customizations if you have trouble booting other operating systems on your UEFI machine. happyassassin.net/2014/01/25/…
– LiveWireBT
Sep 12 '14 at 10:46
Thanks - but I believe this bios is hardcoded to look there. EFIBOOT would not work!
– Justin Lippi
Oct 19 '14 at 1:55
Get out of
EFIMicrosoft
! EFIBOOT
is where the default boot loader lies and where you should make customizations if you have trouble booting other operating systems on your UEFI machine. happyassassin.net/2014/01/25/…– LiveWireBT
Sep 12 '14 at 10:46
Get out of
EFIMicrosoft
! EFIBOOT
is where the default boot loader lies and where you should make customizations if you have trouble booting other operating systems on your UEFI machine. happyassassin.net/2014/01/25/…– LiveWireBT
Sep 12 '14 at 10:46
Thanks - but I believe this bios is hardcoded to look there. EFIBOOT would not work!
– Justin Lippi
Oct 19 '14 at 1:55
Thanks - but I believe this bios is hardcoded to look there. EFIBOOT would not work!
– Justin Lippi
Oct 19 '14 at 1:55
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%2f365034%2fhp-probook-4540s-no-dual-boot-with-linux%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