[INFO] Grub update breaks system 2022/08/22 reported

Must read
Post Reply
User avatar
erikdubois
Captain
Posts: 5950
Joined: Tue Nov 07, 2017 3:45 pm
Location: Belgium
Contact:

Symptom:
You boot up into the firmware of your motherboard.

reason:
grub update broke the system

Solution:
Downgrade the grub package

Code: Select all

sudo downgrade grub
choose versions 261 or 297
say yes to adding it to pacman.conf to ignore that package
type "update-grub" in a terminal
Image

Option 1 : it is TOO late you can not boot - you see the firmware from your motherboard
Solution 1 : clean install and do not update grub or downgrade it after it after all the updates came in. Always end with typing "update-grub" in a
terminal.

Solution 2 : more technical - learn about chroot and downgrade grub that way
https://www.arcolinuxd.com/10-use-the-p ... r-crashes/
https://arcolinux.com/fix-your-arcolinu ... se-2-tips/

Option 2 : it is NOT TOO late - downgrade grub right now

More info to solve your issue

https://forum.xerolinux.xyz/thread-164.html

https://forum.garudalinux.org/t/stuck-i ... date/21994



https://bbs.archlinux.org/viewtopic.php?id=279115
Learn, have fun and enjoy.
But first use the power of the Arch Wiki
use the tutorials on https://www.youtube.com/erikdubois
then use the power of google
then use the power of our moderators.
User avatar
erikdubois
Captain
Posts: 5950
Joined: Tue Nov 07, 2017 3:45 pm
Location: Belgium
Contact:



Learn, have fun and enjoy.
But first use the power of the Arch Wiki
use the tutorials on https://www.youtube.com/erikdubois
then use the power of google
then use the power of our moderators.
User avatar
erikdubois
Captain
Posts: 5950
Joined: Tue Nov 07, 2017 3:45 pm
Location: Belgium
Contact:

How to move from grub r261/r297 to release r322?

We need to type a line or an alias to be able to boot again with grub.

Code: Select all

install-grub-efi
or the content of this alias

Code: Select all

sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi

Then we type

Code: Select all

update-grub 
or the content of this alias

Code: Select all

sudo grub-mkconfig -o /boot/grub/grub.cfg
Learn, have fun and enjoy.
But first use the power of the Arch Wiki
use the tutorials on https://www.youtube.com/erikdubois
then use the power of google
then use the power of our moderators.
User avatar
erikdubois
Captain
Posts: 5950
Joined: Tue Nov 07, 2017 3:45 pm
Location: Belgium
Contact:

Learn, have fun and enjoy.
But first use the power of the Arch Wiki
use the tutorials on https://www.youtube.com/erikdubois
then use the power of google
then use the power of our moderators.
User avatar
erikdubois
Captain
Posts: 5950
Joined: Tue Nov 07, 2017 3:45 pm
Location: Belgium
Contact:

If we know the solution we can automate it with a pacman hook.


Learn, have fun and enjoy.
But first use the power of the Arch Wiki
use the tutorials on https://www.youtube.com/erikdubois
then use the power of google
then use the power of our moderators.
Post Reply

Return to “Known issues and their solution”