Beispiel für eine Grub2 config unter „/etc/default/grub„
# If you change this file, run 'update-grub' afterwards to update # /boot/grub/grub.cfg. # For full documentation of the options in this file, see: # info -f grub -n 'Simple configuration' GRUB_DEFAULT=0 GRUB_TIMEOUT_STYLE=hidden GRUB_TIMEOUT=0 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" ...
Um dann die bearbeitete Grub2 config zu aktualisieren:
sudo grub-mkconfig -o /boot/grub/grub.cfg

Schreibe einen Kommentar
Du musst angemeldet sein, um einen Kommentar abzugeben.