GRUB menu not showing up on boot after replacing batteryWindows 8 partition does not bootUbuntu 15.10/14.04...
Can a DM change an item given by another DM?
How long do you think advanced cybernetic implants would plausibly last?
Can MuseScore be used programmatically?
Can you help me identify this aircraft?
Is a Centaur considered an animal when calculating carrying capacity for vehicles?
Why did Lucius make a deal out of Buckbeak in "The Prisoner of Askaban" but not about Draco being turned into a ferret in "The Goblet of Fire"?
Why is strlen so complex in C?
Why is getting a PhD considered "financially irresponsible" by some people?
Is there a word or phrase that means "use other people's wifi or Internet service without consent"?
1mth baby boy keeps peeing through diapers, sometimes diper seems practically unused
Half filled water bottle
What stops you from using fixed income in developing countries?
about to retire but not retired yet, employed but not working any more
Discussing work with supervisor in an invited dinner with his family
When was the tzitz lost?
Stuck on a puzzle
Book featuring a child learning from a crowdsourced AI book
Count the number of shortest paths to n
Multiple delayed triggers from Massacre Girl interaction
Thought experiment and possible contradiction between electromagnetism and special relativity
What's special ammo in Destiny 2?
How to prevent a hosting company from accessing a VM's encryption keys?
Why does the `ls` command sort files like this?
Talk interpreter
GRUB menu not showing up on boot after replacing battery
Windows 8 partition does not bootUbuntu 15.10/14.04 didn't dual boot w/Win 10 on Acer AspireGrub 2 multiple boot options - what do they do?UEFI boot option disappeared for Ubuntu installed on secondary driveWhy does dual boot not work?How do I force BIOS to boot to shimx64.efi file when you turn OFF the computer? No dual boot needed
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have an Asus F555L model with dual boot (Ubuntu 18.04 LTS and Windows 10).
On starting my computer, I always get the option to choose between OS from the GRUB loader. However, my battery was swelling, and hence I removed it and replaced it with a new one.
Since I have done this, my computer directly goes into Windows. I do not get the option of choosing from the GRUB loader at all.
Disabling Fast Boot from BIOS hasnt helped. I have also tried pressing, Shift, Space and ESC on start but none of them helped.
I also tried putting the old battery back and it doesnt show up on that either.
What other options do I have to get my Ubuntu OS back with all my files and programs?
Boot screen from BIOS:
Output of efibootmgr -v
ubuntu@ubuntu:~$ efibootmgr -v
BootCurrent: 0002
Timeout: 1 seconds
BootOrder: 0002,0000,0001
Boot0000* Windows Boot Manager HD(1,GPT,75833fa7-0273-4038-ac92-599cc968ad03,0x800,0x32000)/File(EFIUBUNTUGRUBX64.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.}...I................
Boot0001* Windows Boot Manager HD(1,GPT,75833fa7-0273-4038-ac92-599cc968ad03,0x800,0x32000)/File(EFIMICROSOFTBOOTBOOTMGFW.EFI)..BO
Boot0002* UEFI: SanDisk Cruzer Blade 1.27 PciRoot(0x0)/Pci(0x14,0x0)/USB(1,0)/HD(1,MBR,0x17b611,0x800,0x1dd1000)..BO
dual-boot 18.04 grub2 windows battery
New contributor
|
show 9 more comments
I have an Asus F555L model with dual boot (Ubuntu 18.04 LTS and Windows 10).
On starting my computer, I always get the option to choose between OS from the GRUB loader. However, my battery was swelling, and hence I removed it and replaced it with a new one.
Since I have done this, my computer directly goes into Windows. I do not get the option of choosing from the GRUB loader at all.
Disabling Fast Boot from BIOS hasnt helped. I have also tried pressing, Shift, Space and ESC on start but none of them helped.
I also tried putting the old battery back and it doesnt show up on that either.
What other options do I have to get my Ubuntu OS back with all my files and programs?
Boot screen from BIOS:
Output of efibootmgr -v
ubuntu@ubuntu:~$ efibootmgr -v
BootCurrent: 0002
Timeout: 1 seconds
BootOrder: 0002,0000,0001
Boot0000* Windows Boot Manager HD(1,GPT,75833fa7-0273-4038-ac92-599cc968ad03,0x800,0x32000)/File(EFIUBUNTUGRUBX64.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.}...I................
Boot0001* Windows Boot Manager HD(1,GPT,75833fa7-0273-4038-ac92-599cc968ad03,0x800,0x32000)/File(EFIMICROSOFTBOOTBOOTMGFW.EFI)..BO
Boot0002* UEFI: SanDisk Cruzer Blade 1.27 PciRoot(0x0)/Pci(0x14,0x0)/USB(1,0)/HD(1,MBR,0x17b611,0x800,0x1dd1000)..BO
dual-boot 18.04 grub2 windows battery
New contributor
I guess your BIOS was resetted to it's default configuration. What options do you have in theBoot
menu?
– guillermo chamorro
11 hours ago
Boot Option 1 (Windows), Boot Option 2 (Windows).
– trollster
11 hours ago
When restarting your PC, go to the BIOS menu and check the Boot order. If you still have Ubuntu, make it the first. Once it boots to Ubuntu, you can reinstall grub by runningsudo apt install --reinstall grub-efi-amd64
for example
– singrium
11 hours ago
I do not see Ubuntu at all, unfortunately.
– trollster
11 hours ago
Do you have a switchLegacy
toUEFI
?
– guillermo chamorro
11 hours ago
|
show 9 more comments
I have an Asus F555L model with dual boot (Ubuntu 18.04 LTS and Windows 10).
On starting my computer, I always get the option to choose between OS from the GRUB loader. However, my battery was swelling, and hence I removed it and replaced it with a new one.
Since I have done this, my computer directly goes into Windows. I do not get the option of choosing from the GRUB loader at all.
Disabling Fast Boot from BIOS hasnt helped. I have also tried pressing, Shift, Space and ESC on start but none of them helped.
I also tried putting the old battery back and it doesnt show up on that either.
What other options do I have to get my Ubuntu OS back with all my files and programs?
Boot screen from BIOS:
Output of efibootmgr -v
ubuntu@ubuntu:~$ efibootmgr -v
BootCurrent: 0002
Timeout: 1 seconds
BootOrder: 0002,0000,0001
Boot0000* Windows Boot Manager HD(1,GPT,75833fa7-0273-4038-ac92-599cc968ad03,0x800,0x32000)/File(EFIUBUNTUGRUBX64.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.}...I................
Boot0001* Windows Boot Manager HD(1,GPT,75833fa7-0273-4038-ac92-599cc968ad03,0x800,0x32000)/File(EFIMICROSOFTBOOTBOOTMGFW.EFI)..BO
Boot0002* UEFI: SanDisk Cruzer Blade 1.27 PciRoot(0x0)/Pci(0x14,0x0)/USB(1,0)/HD(1,MBR,0x17b611,0x800,0x1dd1000)..BO
dual-boot 18.04 grub2 windows battery
New contributor
I have an Asus F555L model with dual boot (Ubuntu 18.04 LTS and Windows 10).
On starting my computer, I always get the option to choose between OS from the GRUB loader. However, my battery was swelling, and hence I removed it and replaced it with a new one.
Since I have done this, my computer directly goes into Windows. I do not get the option of choosing from the GRUB loader at all.
Disabling Fast Boot from BIOS hasnt helped. I have also tried pressing, Shift, Space and ESC on start but none of them helped.
I also tried putting the old battery back and it doesnt show up on that either.
What other options do I have to get my Ubuntu OS back with all my files and programs?
Boot screen from BIOS:
Output of efibootmgr -v
ubuntu@ubuntu:~$ efibootmgr -v
BootCurrent: 0002
Timeout: 1 seconds
BootOrder: 0002,0000,0001
Boot0000* Windows Boot Manager HD(1,GPT,75833fa7-0273-4038-ac92-599cc968ad03,0x800,0x32000)/File(EFIUBUNTUGRUBX64.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.}...I................
Boot0001* Windows Boot Manager HD(1,GPT,75833fa7-0273-4038-ac92-599cc968ad03,0x800,0x32000)/File(EFIMICROSOFTBOOTBOOTMGFW.EFI)..BO
Boot0002* UEFI: SanDisk Cruzer Blade 1.27 PciRoot(0x0)/Pci(0x14,0x0)/USB(1,0)/HD(1,MBR,0x17b611,0x800,0x1dd1000)..BO
dual-boot 18.04 grub2 windows battery
dual-boot 18.04 grub2 windows battery
New contributor
New contributor
edited 11 hours ago
trollster
New contributor
asked 11 hours ago
trollstertrollster
1131 silver badge5 bronze badges
1131 silver badge5 bronze badges
New contributor
New contributor
I guess your BIOS was resetted to it's default configuration. What options do you have in theBoot
menu?
– guillermo chamorro
11 hours ago
Boot Option 1 (Windows), Boot Option 2 (Windows).
– trollster
11 hours ago
When restarting your PC, go to the BIOS menu and check the Boot order. If you still have Ubuntu, make it the first. Once it boots to Ubuntu, you can reinstall grub by runningsudo apt install --reinstall grub-efi-amd64
for example
– singrium
11 hours ago
I do not see Ubuntu at all, unfortunately.
– trollster
11 hours ago
Do you have a switchLegacy
toUEFI
?
– guillermo chamorro
11 hours ago
|
show 9 more comments
I guess your BIOS was resetted to it's default configuration. What options do you have in theBoot
menu?
– guillermo chamorro
11 hours ago
Boot Option 1 (Windows), Boot Option 2 (Windows).
– trollster
11 hours ago
When restarting your PC, go to the BIOS menu and check the Boot order. If you still have Ubuntu, make it the first. Once it boots to Ubuntu, you can reinstall grub by runningsudo apt install --reinstall grub-efi-amd64
for example
– singrium
11 hours ago
I do not see Ubuntu at all, unfortunately.
– trollster
11 hours ago
Do you have a switchLegacy
toUEFI
?
– guillermo chamorro
11 hours ago
I guess your BIOS was resetted to it's default configuration. What options do you have in the
Boot
menu?– guillermo chamorro
11 hours ago
I guess your BIOS was resetted to it's default configuration. What options do you have in the
Boot
menu?– guillermo chamorro
11 hours ago
Boot Option 1 (Windows), Boot Option 2 (Windows).
– trollster
11 hours ago
Boot Option 1 (Windows), Boot Option 2 (Windows).
– trollster
11 hours ago
When restarting your PC, go to the BIOS menu and check the Boot order. If you still have Ubuntu, make it the first. Once it boots to Ubuntu, you can reinstall grub by running
sudo apt install --reinstall grub-efi-amd64
for example– singrium
11 hours ago
When restarting your PC, go to the BIOS menu and check the Boot order. If you still have Ubuntu, make it the first. Once it boots to Ubuntu, you can reinstall grub by running
sudo apt install --reinstall grub-efi-amd64
for example– singrium
11 hours ago
I do not see Ubuntu at all, unfortunately.
– trollster
11 hours ago
I do not see Ubuntu at all, unfortunately.
– trollster
11 hours ago
Do you have a switch
Legacy
to UEFI
?– guillermo chamorro
11 hours ago
Do you have a switch
Legacy
to UEFI
?– guillermo chamorro
11 hours ago
|
show 9 more comments
1 Answer
1
active
oldest
votes
The output of efibootmgr -v
revealed that the boot-entry for Ubuntu is broken, so I recommended to make use of boot-repair which fixed the issue.
Thanks a ton! :)
– trollster
10 hours ago
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
});
}
});
trollster 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%2f1168707%2fgrub-menu-not-showing-up-on-boot-after-replacing-battery%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
The output of efibootmgr -v
revealed that the boot-entry for Ubuntu is broken, so I recommended to make use of boot-repair which fixed the issue.
Thanks a ton! :)
– trollster
10 hours ago
add a comment |
The output of efibootmgr -v
revealed that the boot-entry for Ubuntu is broken, so I recommended to make use of boot-repair which fixed the issue.
Thanks a ton! :)
– trollster
10 hours ago
add a comment |
The output of efibootmgr -v
revealed that the boot-entry for Ubuntu is broken, so I recommended to make use of boot-repair which fixed the issue.
The output of efibootmgr -v
revealed that the boot-entry for Ubuntu is broken, so I recommended to make use of boot-repair which fixed the issue.
answered 10 hours ago
mook765mook765
5,9983 gold badges15 silver badges36 bronze badges
5,9983 gold badges15 silver badges36 bronze badges
Thanks a ton! :)
– trollster
10 hours ago
add a comment |
Thanks a ton! :)
– trollster
10 hours ago
Thanks a ton! :)
– trollster
10 hours ago
Thanks a ton! :)
– trollster
10 hours ago
add a comment |
trollster is a new contributor. Be nice, and check out our Code of Conduct.
trollster is a new contributor. Be nice, and check out our Code of Conduct.
trollster is a new contributor. Be nice, and check out our Code of Conduct.
trollster 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%2f1168707%2fgrub-menu-not-showing-up-on-boot-after-replacing-battery%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
I guess your BIOS was resetted to it's default configuration. What options do you have in the
Boot
menu?– guillermo chamorro
11 hours ago
Boot Option 1 (Windows), Boot Option 2 (Windows).
– trollster
11 hours ago
When restarting your PC, go to the BIOS menu and check the Boot order. If you still have Ubuntu, make it the first. Once it boots to Ubuntu, you can reinstall grub by running
sudo apt install --reinstall grub-efi-amd64
for example– singrium
11 hours ago
I do not see Ubuntu at all, unfortunately.
– trollster
11 hours ago
Do you have a switch
Legacy
toUEFI
?– guillermo chamorro
11 hours ago