Wednesday, April 24, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 3292  / 2 Years ago, tue, november 1, 2022, 1:47:44

How do I get the very first boot messages, before the decryption of the system and before uvesafb is loaded, smaller? I tried:



GRUB_GFXMODE=1024x768
GRUB_GFXPAYLOAD_LINUX=1024x768


and



GRUB_GFXMODE=1024x768x8
GRUB_GFXPAYLOAD_LINUX=1024x768x8


and



GRUB_CMDLINE_LINUX="video=VGA-1:640x480"


the same as hex code (is supported according to sudo hwinfo --framebuffer),



in /etc/default/grub



and



  set gfxmode=${GRUB_GFXMODE}    
set gfxpayload=keep
load_video
insmod gfxterm
insmod vbe


in /etc/grub.d/00_header. And of course, always sudo update-grub2.



The letters are still very big. Some of the above possibilities even result in a black screen before uvesafb is loaded.



Version: grub-mkconfig (GRUB) 1.99-12ubuntu5


More From » boot

 Answers
5

This was solved without me changing anything, I guess by a kernel update around 3.0.0.16. The text is now small, just how I like it. Maybe it was a kernel bug.


[#42055] Tuesday, November 1, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tisglitter

Total Points: 307
Total Questions: 103
Total Answers: 119

Location: Bosnia and Herzegovina
Member since Thu, Jun 24, 2021
3 Years ago
tisglitter questions
Sun, Jan 9, 22, 16:18, 2 Years ago
Wed, Jun 1, 22, 18:03, 2 Years ago
Fri, Dec 10, 21, 14:31, 2 Years ago
;