User Tools

Site Tools


linux:grub

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:grub [2020/08/16 22:53] Wulf Rajeklinux:grub [2023/05/29 11:55] (current) – external edit 127.0.0.1
Line 39: Line 39:
 </code> </code>
  
 +
 +After a boot entry has been selected in GRUB2, for a short time (1-2 sec) another screen is displayed which shows:
 +<code>
 +Loading linux...
 +Loading initial ramdisk ...
 +</code>
 +To suppress this output, edit /etc/grub.d/10_linux
 +<code>
 +quiet_boot=0
 +and comment out all instances of:
 +#  if [ x"$quiet_boot" = x0 ] || [ x"$type" != xsimple ]; then
 +#    message="$(gettext_printf "Loading Linux %s ..." ${version})"
 +#    sed "s/^/$submenu_indentation/" << EOF
 +#       echo    '$(echo "$message" | grub_quote)'
 +#EOF
 +#  fi
 +
 +then
 +sudo update-grub
 +</code>
  
 Available VGA Modes: Available VGA Modes:
linux/grub.1597614837.txt.gz · Last modified: 2023/05/29 11:53 (external edit)