Follow-up Comment #3, bug #51750 (project grub):

So I swapped the strings to look like this:

menuentry 'KOS_64' {
        recordfail
        load_video
        multiboot /boot/x86_64-vmkos.img
        set gfxmode=1024x768x32
        set gfxpayload=keep
        boot
}

But this didn't change anything.
The menu has correct mode, but
OS is loaded with the mode from EDID.
I think the related code is in grub_video_vbe_setup()
and grub_vbe_get_preferred_mode(). I don't
see where they looks elsewhere but EDID.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51750>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-grub mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to