linux:grub
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:grub [2020/08/16 22:40] – created Wulf Rajek | linux:grub [2023/05/29 11:55] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 18: | Line 18: | ||
GRUB_TERMINAL=console | GRUB_TERMINAL=console | ||
# | # | ||
+ | # | ||
GRUB_GFXPAYLOAD_LINUX=" | GRUB_GFXPAYLOAD_LINUX=" | ||
GRUB_DISABLE_OS_PROBER=true | GRUB_DISABLE_OS_PROBER=true | ||
Line 26: | Line 27: | ||
#640x480 | #640x480 | ||
</ | </ | ||
+ | |||
+ | GRUB_GFXPAYLOAD_LINUX=" | ||
+ | GRUB_CMDLINE_LINUX=" | ||
+ | GRUB_CMDLINE_LINUX=" | ||
+ | GRUB_CMDLINE_LINUX=" | ||
+ | GRUB_CMDLINE_LINUX=" | ||
+ | GRUB_CMDLINE_LINUX=" | ||
< | < | ||
sudo update-grub | sudo update-grub | ||
</ | </ | ||
+ | |||
+ | |||
+ | After a boot entry has been selected in GRUB2, for a short time (1-2 sec) another screen is displayed which shows: | ||
+ | < | ||
+ | Loading linux... | ||
+ | Loading initial ramdisk ... | ||
+ | </ | ||
+ | To suppress this output, edit / | ||
+ | < | ||
+ | quiet_boot=0 | ||
+ | and comment out all instances of: | ||
+ | # if [ x" | ||
+ | # message=" | ||
+ | # sed " | ||
+ | # | ||
+ | #EOF | ||
+ | # fi | ||
+ | |||
+ | then | ||
+ | sudo update-grub | ||
+ | </ | ||
+ | |||
+ | Available VGA Modes: | ||
+ | ^Color bits ^Colors ^640×480 ^800×600 ^1024×768 ^1280×1024 ^1400×1050 ^1600×1200^ | ||
+ | |8 bits |256 colors |769 |771 |773 |775 | ||
+ | |15 bits |32,768 colors |784 |787 |790 |793 | ||
+ | |16 bits |65,536 colors |785 |788 |791 |794 |834 |884 | ||
+ | |24 bits |16, | ||
+ |
linux/grub.1597614050.txt.gz · Last modified: 2023/05/29 11:53 (external edit)