Grub2 every if statement results in true
I’m currently changing my grub2 menu.
GRUB boot_menu not showing up when creating custom grub2 theme
I’m trying to create a custom grub2 theme for the first time. I have this file:
`
# Test-theme 1
GRUB2 command prompt on boot
When I boot, the machine boots into a grub> prompt. I can use the configfile (hd1,8)/boot/grub/grub.cfg to bring up the GRUB menu and boot into the OS fine, I can also do same using linux and initrd commands. However after booting into OS and running update-grub and grub-install the machine still boots into grub> prompt. Nothing I do seems to fix the issue.