bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #51750] multiboot: grub ignores gfxpayload=keep


From: Stas Sergeev
Subject: [bug #51750] multiboot: grub ignores gfxpayload=keep
Date: Mon, 14 Aug 2017 11:50:58 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]