diff --git a/2022/03/03/never-get-trapped-in-grub-rescue-again.html b/2022/03/03/never-get-trapped-in-grub-rescue-again.html index ef45471..899578c 100644 --- a/2022/03/03/never-get-trapped-in-grub-rescue-again.html +++ b/2022/03/03/never-get-trapped-in-grub-rescue-again.html @@ -333,13 +333,13 @@

As always, I booted into a live environment and run boot-repair command. It was always working but this time… Even after finishing the operation successfully I could not boot into neither Arch nor Ubuntu (the two systems I had previously).

-

Arch was originally mounted in sdb3 and Ubuntu was sda2. Considering the fact that I only messed with sdb, I should be able to boot Ubuntu, right? Well, yeah. Technically I did boot into Ubuntu but I didn’t see login screen. It was dropping me into something called “Emergency mode” which just makes me panic! sudo update-grub… Nope. Same thing. Arch does not boot and Ubuntu partially boots.

+

Arch was originally mounted in sdb3 and Ubuntu was in sda2. Considering the fact that I only messed with sdb, I should be able to boot Ubuntu, right? Well, yeah. Technically I did boot into Ubuntu but I didn’t see the login screen. It was dropping me into something called “Emergency mode” which just makes me panic! sudo update-grub… Nope. Nothing changes. Arch does not boot and Ubuntu partially boots.

Let me tell you what the problem was and how my ignorance made it worse: