Grub Black Screen After Update
After updating grub today, I can no longer get it to show the grub menu the following lines:
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=menu
And changed to:
GRUB_TIMEOUT_STYLE=countdown
GRUB_INIT_TUNE="480 440 1"
The last line I just uncommented to know if Grub is initialized or not, and I've seen that it is initialized, but I get no menu at all, I can only hear the beep and a couple of seconds after that I get a blur screen and then I get runit init screen
I've reinstalled and regenerated the config file after the update was completed, as I got a message to do so, but since then I can't seem to fix this. I've reinstalled grub countless times, I've downloaded the latest artix base ISO and tried reinstalling grub from there with no success. If I wait for about 15 seconds the bootloader automatically boots into my system, but I need the Grub menu to show.
EDIT: Pressing Escape "ESC" does not show Grub Menu as well.
Thanks in advance.