mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 17:17:38 +00:00
grub2: avoid switching modes
to reduce flickering during boot Issue #2778
This commit is contained in:
committed by
Christian Helmuth
parent
a3999c93f4
commit
193e14a489
@ -107,8 +107,8 @@ proc run_boot_dir {binaries} {
|
||||
# puts $fh "loadfont /boot/grub/unicode.pf2"
|
||||
puts $fh "set timeout=0"
|
||||
|
||||
# tell grub2 to prefer 32bit framebuffer resolution
|
||||
puts $fh "set gfxpayload=\"0x0x32\""
|
||||
# choose best graphic mode
|
||||
puts $fh "set gfxpayload=auto"
|
||||
|
||||
if {[have_include image/uefi]} {
|
||||
puts $fh "insmod gfxterm"
|
||||
|
Reference in New Issue
Block a user