Code: Select all
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=trueAfter the ASUS Bios splash screen, I caught a short flash of something that might be the grub menu, but in this instant the computer restarted. This time after the splash screen, I ended up inside the BIOS settings.
I suspected i must have somehow messed up the grub configuration so i booted with a LiveCD USB stick, mounted the root partition and the boot partition, as well as /proc/, /sys, /dev, and /run (as specified in the gentoo handbook). Then chrooted to the mounted root, undid my changes to /etc/default/grub and ran
sudo grub-mkconfig -o /boot/grub/grub.cfg
again. But after rebooting i got showed the same behaviour: booting up until shortly before grub should kick in, then sudden restart, and finally ending up in the BIOS settings.
How should i proceed to get my system running again?
(i would prefer a solution which doesn't include a complete a complete & fresh installation of gentoo, because i got a lot of data on my root partition)


