Ubuntu dualboot on Acer Aspire ES 15 Grub is not loadingUnable to install Ubuntu on Acer Aspire ES1-533Sony...
What do Xenomorphs eat in the Alien series?
How to deal with a cynical class?
Are all passive ability checks floors for active ability checks?
Why does Bach not break the rules here?
If I can solve Sudoku can I solve Travelling Salesman Problem(TSP)? If yes, how?
Professor being mistaken for a grad student
Why doesn't using two cd commands in bash script execute the second command?
Is it normal that my co-workers at a fitness company criticize my food choices?
Python if-else code style for reduced code for rounding floats
How do anti-virus programs start at Windows boot?
How to read the value of this capacitor?
What approach do we need to follow for projects without a test environment?
Instead of Universal Basic Income, why not Universal Basic NEEDS?
What are substitutions for coconut in curry?
How to create the Curved texte?
Unexpected result from ArcLength
Why would a flight no longer considered airworthy be redirected like this?
Gravity magic - How does it work?
What options are left, if Britain cannot decide?
How to write cleanly even if my character uses expletive language?
Do I need to be arrogant to get ahead?
Gantt Chart like rectangles with log scale
Is it possible to upcast ritual spells?
Why did it take so long to abandon sail after steamships were demonstrated?
Ubuntu dualboot on Acer Aspire ES 15 Grub is not loading
Unable to install Ubuntu on Acer Aspire ES1-533Sony VAIO with Insyde H2O EFI bios will not boot into GRUB EFIUbuntu 15.10/14.04 didn't dual boot w/Win 10 on Acer AspireBurg will not detect grub on installRemove Windows entry in GRUB menuUnable to boot Ubuntu on Acer Aspire ES17grub rescue after uninstalling Ubuntu on EFI systemGRUB doesn't boot Windows after the Fall update, boots into itself insteadi Installed Ubuntu 17.10 alongside windows 10 But Windows 10 starts Automatically without showing OS Selection messageCannot access Ubuntu 18.04 in dual boot, because system boots straight to Windows 10Loading Windows 10 by GRUB in Dual Boot properly
I have been attempting to dual boot Ubuntu 18.04 on my Win 10 Acer Aspire ES15 laptop.
I have followed the procedure shown at Unable to install Ubuntu on Acer Aspire ES1-533
I managed to dual-boot U18.04. However grub is not showing at boot-up. The machine boots directly in Windows10.
If i press F12 during boot-up I get two entries:
1. Windows Boot Loader
2. Linux (.....)
If I select 2 (i.e. Linix) I will get into Grub menu from where I can select Ubuntu or windows.
BIOS does not allow me to select the between Ubuntu or Windows.
The output of "sudo efibootmgr -v" is shown below (booted in Ubuntu using F12)
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 0000,0002,2001,2002,2003
Boot0000* Windows Boot Manager HD(1,GPT,9306f0ec-43e3-44aa-8a66-297820921fc8,0x800,0x200000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...o................
Boot0001* Unknown Device: HD(1,GPT,9306f0ec-43e3-44aa-8a66-297820921fc8,0x800,0x200000)/File(EFIubuntugrubx64.efi)RC
Boot0002* Linux HD(1,GPT,9306f0ec-43e3-44aa-8a66-297820921fc8,0x800,0x200000)/File(EFIBootgrubx64.efi)RC
Boot2001* EFI USB Device RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network RC code here
I have attempted to change the boot order using "sudo efibootmgr -o" to no avail.
I followed the advise in https://community.acer.com/en/discussion/471754/acer-aspire-es-15-es1-533-c3uw-legacy-bios-missing/p2
cd /mnt/EFI
mkdir OEM
mkdir OEM/Boot
cp -v ubuntu/grubx64.efi OEM/Boot/bootmgfw.efi
mkdir Microsoft
mkdir Microsoft/Boot
cp -v ubuntu/grubx64.efi Microsoft/Boot/bootmgfw.efi
The result was that I was booting directly into Ubuntu.
I would really want to be able to get my computer to boot into grub at startup without the need to press F12 all the time. I am using Windows10 for work related matters.
Would appreciate any advice on fixing this problem.
Many Thanks
boot dual-boot grub2 uefi
New contributor
add a comment |
I have been attempting to dual boot Ubuntu 18.04 on my Win 10 Acer Aspire ES15 laptop.
I have followed the procedure shown at Unable to install Ubuntu on Acer Aspire ES1-533
I managed to dual-boot U18.04. However grub is not showing at boot-up. The machine boots directly in Windows10.
If i press F12 during boot-up I get two entries:
1. Windows Boot Loader
2. Linux (.....)
If I select 2 (i.e. Linix) I will get into Grub menu from where I can select Ubuntu or windows.
BIOS does not allow me to select the between Ubuntu or Windows.
The output of "sudo efibootmgr -v" is shown below (booted in Ubuntu using F12)
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 0000,0002,2001,2002,2003
Boot0000* Windows Boot Manager HD(1,GPT,9306f0ec-43e3-44aa-8a66-297820921fc8,0x800,0x200000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...o................
Boot0001* Unknown Device: HD(1,GPT,9306f0ec-43e3-44aa-8a66-297820921fc8,0x800,0x200000)/File(EFIubuntugrubx64.efi)RC
Boot0002* Linux HD(1,GPT,9306f0ec-43e3-44aa-8a66-297820921fc8,0x800,0x200000)/File(EFIBootgrubx64.efi)RC
Boot2001* EFI USB Device RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network RC code here
I have attempted to change the boot order using "sudo efibootmgr -o" to no avail.
I followed the advise in https://community.acer.com/en/discussion/471754/acer-aspire-es-15-es1-533-c3uw-legacy-bios-missing/p2
cd /mnt/EFI
mkdir OEM
mkdir OEM/Boot
cp -v ubuntu/grubx64.efi OEM/Boot/bootmgfw.efi
mkdir Microsoft
mkdir Microsoft/Boot
cp -v ubuntu/grubx64.efi Microsoft/Boot/bootmgfw.efi
The result was that I was booting directly into Ubuntu.
I would really want to be able to get my computer to boot into grub at startup without the need to press F12 all the time. I am using Windows10 for work related matters.
Would appreciate any advice on fixing this problem.
Many Thanks
boot dual-boot grub2 uefi
New contributor
add a comment |
I have been attempting to dual boot Ubuntu 18.04 on my Win 10 Acer Aspire ES15 laptop.
I have followed the procedure shown at Unable to install Ubuntu on Acer Aspire ES1-533
I managed to dual-boot U18.04. However grub is not showing at boot-up. The machine boots directly in Windows10.
If i press F12 during boot-up I get two entries:
1. Windows Boot Loader
2. Linux (.....)
If I select 2 (i.e. Linix) I will get into Grub menu from where I can select Ubuntu or windows.
BIOS does not allow me to select the between Ubuntu or Windows.
The output of "sudo efibootmgr -v" is shown below (booted in Ubuntu using F12)
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 0000,0002,2001,2002,2003
Boot0000* Windows Boot Manager HD(1,GPT,9306f0ec-43e3-44aa-8a66-297820921fc8,0x800,0x200000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...o................
Boot0001* Unknown Device: HD(1,GPT,9306f0ec-43e3-44aa-8a66-297820921fc8,0x800,0x200000)/File(EFIubuntugrubx64.efi)RC
Boot0002* Linux HD(1,GPT,9306f0ec-43e3-44aa-8a66-297820921fc8,0x800,0x200000)/File(EFIBootgrubx64.efi)RC
Boot2001* EFI USB Device RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network RC code here
I have attempted to change the boot order using "sudo efibootmgr -o" to no avail.
I followed the advise in https://community.acer.com/en/discussion/471754/acer-aspire-es-15-es1-533-c3uw-legacy-bios-missing/p2
cd /mnt/EFI
mkdir OEM
mkdir OEM/Boot
cp -v ubuntu/grubx64.efi OEM/Boot/bootmgfw.efi
mkdir Microsoft
mkdir Microsoft/Boot
cp -v ubuntu/grubx64.efi Microsoft/Boot/bootmgfw.efi
The result was that I was booting directly into Ubuntu.
I would really want to be able to get my computer to boot into grub at startup without the need to press F12 all the time. I am using Windows10 for work related matters.
Would appreciate any advice on fixing this problem.
Many Thanks
boot dual-boot grub2 uefi
New contributor
I have been attempting to dual boot Ubuntu 18.04 on my Win 10 Acer Aspire ES15 laptop.
I have followed the procedure shown at Unable to install Ubuntu on Acer Aspire ES1-533
I managed to dual-boot U18.04. However grub is not showing at boot-up. The machine boots directly in Windows10.
If i press F12 during boot-up I get two entries:
1. Windows Boot Loader
2. Linux (.....)
If I select 2 (i.e. Linix) I will get into Grub menu from where I can select Ubuntu or windows.
BIOS does not allow me to select the between Ubuntu or Windows.
The output of "sudo efibootmgr -v" is shown below (booted in Ubuntu using F12)
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 0000,0002,2001,2002,2003
Boot0000* Windows Boot Manager HD(1,GPT,9306f0ec-43e3-44aa-8a66-297820921fc8,0x800,0x200000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...o................
Boot0001* Unknown Device: HD(1,GPT,9306f0ec-43e3-44aa-8a66-297820921fc8,0x800,0x200000)/File(EFIubuntugrubx64.efi)RC
Boot0002* Linux HD(1,GPT,9306f0ec-43e3-44aa-8a66-297820921fc8,0x800,0x200000)/File(EFIBootgrubx64.efi)RC
Boot2001* EFI USB Device RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network RC code here
I have attempted to change the boot order using "sudo efibootmgr -o" to no avail.
I followed the advise in https://community.acer.com/en/discussion/471754/acer-aspire-es-15-es1-533-c3uw-legacy-bios-missing/p2
cd /mnt/EFI
mkdir OEM
mkdir OEM/Boot
cp -v ubuntu/grubx64.efi OEM/Boot/bootmgfw.efi
mkdir Microsoft
mkdir Microsoft/Boot
cp -v ubuntu/grubx64.efi Microsoft/Boot/bootmgfw.efi
The result was that I was booting directly into Ubuntu.
I would really want to be able to get my computer to boot into grub at startup without the need to press F12 all the time. I am using Windows10 for work related matters.
Would appreciate any advice on fixing this problem.
Many Thanks
boot dual-boot grub2 uefi
boot dual-boot grub2 uefi
New contributor
New contributor
New contributor
asked 9 mins ago
Dimco88Dimco88
1
1
New contributor
New contributor
add a comment |
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
});
}
});
Dimco88 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%2f1126059%2fubuntu-dualboot-on-acer-aspire-es-15-grub-is-not-loading%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
Dimco88 is a new contributor. Be nice, and check out our Code of Conduct.
Dimco88 is a new contributor. Be nice, and check out our Code of Conduct.
Dimco88 is a new contributor. Be nice, and check out our Code of Conduct.
Dimco88 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%2f1126059%2fubuntu-dualboot-on-acer-aspire-es-15-grub-is-not-loading%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