vinceliuice / grub2-themes

Modern Design theme for Grub2
GNU General Public License v3.0
3.29k stars 236 forks source link

Stuck on system recovery after installing vimix #182

Closed greeid closed 1 year ago

greeid commented 1 year ago

So I installed vimix grub2 theme and now I'm stuck on startup menu! I can't boot into my grub!!

This is what it shows

PXL_20221101_092950009

What can I do to fix this?

vinceliuice commented 1 year ago

What's your system version?

vinceliuice commented 1 year ago

How did you installed it?

greeid commented 1 year ago

@vinceliuice Arch Linux 6.0.2

And I installed it via install script

vinceliuice commented 1 year ago

Arch linux updated grub2 https://archlinux.org/news/grub-bootloader-upgrade-and-configuration-incompatibilities/

vinceliuice commented 1 year ago

Try click F9 to open boot menu and choose the right device to start

greeid commented 1 year ago

I booted using first option PXL_20221101_115330551

but it takes me to back to the same startup menu

greeid commented 1 year ago

I'm thinking of booting with liveCD and regenerating GRUB menu

vinceliuice commented 1 year ago

Maybe the problem is the boot efi file, if that so, you gona need reinstall grub efi file into efi boot partition

vinceliuice commented 1 year ago

As Arch wiki said: After a grub package update it is advised to run both, installation and regeneration of configuration:

grub-install (efi partition)

grub-mkconfig -o /boot/grub/grub.cfg

greeid commented 1 year ago

Didn't read through the manual LOL

Thought the script did it for you.....

greeid commented 1 year ago

Fixed it via live-USB