Urgent! Ubuntu 18.04 goes into Grub Rescue after updateGrub rescue - error: unknown filesystem…tried everythingwrong start up diskGrub rescue: broken system not rebooting18.04 dual boot showing grub2 manualRelated to grub rescue
What is /dev/null and why can't I use hx on it?
What cartridges were typically used together on Commodore 64 systems?
Does SQL Server's serializable isolation level lock entire table
Would Great Old Ones care about the Blood War?
Narrow streets behind houses
Would we have more than 8 minutes of light, if the sun "went out"?
In the Star Trek: TNG continuity is cloning illegal?
How to be productive while waiting for meetings to start, when managers are casual about being late
This fell out of my toilet when I unscrewed the supply line. What is it?
What's the difference between motherboard and chassis?
What are the most important factors in determining how fast technology progresses?
How slow was the 6502 BASIC compared to Assembly
I've been fired, was allowed to announce it as if I quit and given extra notice, how to handle the questions?
Coffee Grounds and Gritty Butter Cream Icing
What benefits are there to blocking most search engines?
Wake turbulence: crossing under a final approach path VFR
I pay for a service, but I miss the broadcast
How to realize Poles and zeros at infinity??especially through transfer function?
What should I do if I find a mistake in my submitted master's thesis?
A goat is tied to the corner of a shed
Successive amplitudes in quantum mechanics
The locus of polynomials with specified root multiplicities
Can/should you swim in zero G?
If I kill a creature by throwing vials of acid at it, do I still get XP?
Urgent! Ubuntu 18.04 goes into Grub Rescue after update
Grub rescue - error: unknown filesystem…tried everythingwrong start up diskGrub rescue: broken system not rebooting18.04 dual boot showing grub2 manualRelated to grub rescue
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
So, last night, when shutting down the laptop, there was a prompt to install updates and then poweroff so I did that. Next thing I know, when I boot my laptop, I get the grub rescue prompt. Here's what I know so far:
grub rescue> set
cmdpath=(hd0,gpt1)/EFI/ubuntu
prefix=(hd0,gpt3)/boot/grub
root=hd0,gpt3
I tried to do:
linux /boot/grub/vmlinuz-4.15.0-34-generic root=/dev/sda3
and I get:
Unknown command `linux'.
I've also tried to:
insmod /boot/grub/x86_64-efi/linux.mod
but I have not had any luck loading linux. I can't do normal.mod either nor boot. I'm stuck here and need some help on how to boot so I can do grub-install. There's no other OS on the laptop and my home directory is in a different partition, for what its worth. Please help me recover my Ubuntu.
boot grub2 18.04 grubrescue
add a comment
|
So, last night, when shutting down the laptop, there was a prompt to install updates and then poweroff so I did that. Next thing I know, when I boot my laptop, I get the grub rescue prompt. Here's what I know so far:
grub rescue> set
cmdpath=(hd0,gpt1)/EFI/ubuntu
prefix=(hd0,gpt3)/boot/grub
root=hd0,gpt3
I tried to do:
linux /boot/grub/vmlinuz-4.15.0-34-generic root=/dev/sda3
and I get:
Unknown command `linux'.
I've also tried to:
insmod /boot/grub/x86_64-efi/linux.mod
but I have not had any luck loading linux. I can't do normal.mod either nor boot. I'm stuck here and need some help on how to boot so I can do grub-install. There's no other OS on the laptop and my home directory is in a different partition, for what its worth. Please help me recover my Ubuntu.
boot grub2 18.04 grubrescue
what is the output ofinsmod /boot/grub/x86_64-efi/linux.mod
?
– j-money
Sep 3 '18 at 22:50
There is no output. It's as if it went through without problems. I still get Unknown command afterwards.
– user285112
Sep 4 '18 at 5:46
add a comment
|
So, last night, when shutting down the laptop, there was a prompt to install updates and then poweroff so I did that. Next thing I know, when I boot my laptop, I get the grub rescue prompt. Here's what I know so far:
grub rescue> set
cmdpath=(hd0,gpt1)/EFI/ubuntu
prefix=(hd0,gpt3)/boot/grub
root=hd0,gpt3
I tried to do:
linux /boot/grub/vmlinuz-4.15.0-34-generic root=/dev/sda3
and I get:
Unknown command `linux'.
I've also tried to:
insmod /boot/grub/x86_64-efi/linux.mod
but I have not had any luck loading linux. I can't do normal.mod either nor boot. I'm stuck here and need some help on how to boot so I can do grub-install. There's no other OS on the laptop and my home directory is in a different partition, for what its worth. Please help me recover my Ubuntu.
boot grub2 18.04 grubrescue
So, last night, when shutting down the laptop, there was a prompt to install updates and then poweroff so I did that. Next thing I know, when I boot my laptop, I get the grub rescue prompt. Here's what I know so far:
grub rescue> set
cmdpath=(hd0,gpt1)/EFI/ubuntu
prefix=(hd0,gpt3)/boot/grub
root=hd0,gpt3
I tried to do:
linux /boot/grub/vmlinuz-4.15.0-34-generic root=/dev/sda3
and I get:
Unknown command `linux'.
I've also tried to:
insmod /boot/grub/x86_64-efi/linux.mod
but I have not had any luck loading linux. I can't do normal.mod either nor boot. I'm stuck here and need some help on how to boot so I can do grub-install. There's no other OS on the laptop and my home directory is in a different partition, for what its worth. Please help me recover my Ubuntu.
boot grub2 18.04 grubrescue
boot grub2 18.04 grubrescue
asked Sep 3 '18 at 21:56
user285112user285112
231 silver badge5 bronze badges
231 silver badge5 bronze badges
what is the output ofinsmod /boot/grub/x86_64-efi/linux.mod
?
– j-money
Sep 3 '18 at 22:50
There is no output. It's as if it went through without problems. I still get Unknown command afterwards.
– user285112
Sep 4 '18 at 5:46
add a comment
|
what is the output ofinsmod /boot/grub/x86_64-efi/linux.mod
?
– j-money
Sep 3 '18 at 22:50
There is no output. It's as if it went through without problems. I still get Unknown command afterwards.
– user285112
Sep 4 '18 at 5:46
what is the output of
insmod /boot/grub/x86_64-efi/linux.mod
?– j-money
Sep 3 '18 at 22:50
what is the output of
insmod /boot/grub/x86_64-efi/linux.mod
?– j-money
Sep 3 '18 at 22:50
There is no output. It's as if it went through without problems. I still get Unknown command afterwards.
– user285112
Sep 4 '18 at 5:46
There is no output. It's as if it went through without problems. I still get Unknown command afterwards.
– user285112
Sep 4 '18 at 5:46
add a comment
|
1 Answer
1
active
oldest
votes
My problem has been resolved. I loaded a live USB session of Ubuntu 18.04 and installed the Boot Repair.
https://help.ubuntu.com/community/Boot-Repair
Using the Recommended repair option reinstalled grub with the shim.
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/4.0/"u003ecc by-sa 4.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%2f1071806%2furgent-ubuntu-18-04-goes-into-grub-rescue-after-update%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
My problem has been resolved. I loaded a live USB session of Ubuntu 18.04 and installed the Boot Repair.
https://help.ubuntu.com/community/Boot-Repair
Using the Recommended repair option reinstalled grub with the shim.
add a comment
|
My problem has been resolved. I loaded a live USB session of Ubuntu 18.04 and installed the Boot Repair.
https://help.ubuntu.com/community/Boot-Repair
Using the Recommended repair option reinstalled grub with the shim.
add a comment
|
My problem has been resolved. I loaded a live USB session of Ubuntu 18.04 and installed the Boot Repair.
https://help.ubuntu.com/community/Boot-Repair
Using the Recommended repair option reinstalled grub with the shim.
My problem has been resolved. I loaded a live USB session of Ubuntu 18.04 and installed the Boot Repair.
https://help.ubuntu.com/community/Boot-Repair
Using the Recommended repair option reinstalled grub with the shim.
answered Sep 4 '18 at 8:02
user285112user285112
231 silver badge5 bronze badges
231 silver badge5 bronze badges
add a comment
|
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%2f1071806%2furgent-ubuntu-18-04-goes-into-grub-rescue-after-update%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
what is the output of
insmod /boot/grub/x86_64-efi/linux.mod
?– j-money
Sep 3 '18 at 22:50
There is no output. It's as if it went through without problems. I still get Unknown command afterwards.
– user285112
Sep 4 '18 at 5:46