I set up a Fedora Server box, and set it up in a way so that it automatically logs in (through the OS config), and also automatically restarts after power loss, (through the BIOS). However, when there’s an unexpected power loss, and when the machine later restarts itself, it doesn’t automatically logs in. It gets stopped at the GRUB boot interface, and I have to press ENTER for it to log-in the OS.
How do I enforce grub to automatically log-in, even after such a power loss shutdown ?
GRUB is not responsible of logging in.
Usually GRUB shows a menu of available OS/kernels with a countdown after that the OS boot process automatically starts.
I think this is just a language / terminology issue — my interpretation is that the problem is that it doesn’t boot, but waits at the menu. (@regev, is that correct?)
Normally it does boot, all automatic (including user login). But when there’s an unexpected power loss, it stops at the Grub menu, in which I have to press enter (because if I wait, it remains at the menu).