OK, I give up. It's probably easy, but I can't find or figure it out:
I can interrupt grub2 at the menu with the 'c' command, and run vbeinfo, which gives a bunch of hex numbers and corresponding video modes. But how do I actually get grub to use any of those modes, both from the grub cli, and from the grub.cfg generation process?
Typing 'set vbe_mode=0x###' 'set gfxmode=0x###' or 'set gfxmode=1024x768' does nothing. So I am missing something very basic here.
An example of something that works would be most helpful. Thanks.
I can interrupt grub2 at the menu with the 'c' command, and run vbeinfo, which gives a bunch of hex numbers and corresponding video modes. But how do I actually get grub to use any of those modes, both from the grub cli, and from the grub.cfg generation process?
Typing 'set vbe_mode=0x###' 'set gfxmode=0x###' or 'set gfxmode=1024x768' does nothing. So I am missing something very basic here.
An example of something that works would be most helpful. Thanks.
Comment