Hey @sigmaris have you succeeded at getting the grub-efi to give a menu on a serial console?
All I ever get is this:
Edit:
Figured it out, if anyone ever feels like they are nuking something, remember to change this:
to
All I ever get is this:
Code:
139264 bytes read in 12 ms (11.1 MiB/s)
error: no suitable video mode found.
EFI stub: Booting Linux Kernel...
EFI stub: EFI_RNG_PROTOCOL unavailable, no randomness supplied
EFI stub: ERROR: Could not determine UEFI Secure Boot status.
EFI stub: Using DTB from configuration table
EFI stub: Exiting boot services and installing virtual address map...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
Edit:
Figured it out, if anyone ever feels like they are nuking something, remember to change this:
Code:
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
Code:
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=2