Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ cat /etc/default/grub
- # If you change this file, run 'grub-mkconfig -o /boot/grub/grub.cfg' afterwards to update
- # /boot/grub/grub.cfg.
- # Make sure your /boot is mounted before executing this command.
- GRUB_DEFAULT=0
- GRUB_HIDDEN_TIMEOUT=0
- GRUB_HIDDEN_TIMEOUT_QUIET=true
- GRUB_TIMEOUT=5
- GRUB_DISTRIBUTOR="Gentoo"
- GRUB_CMDLINE_LINUX_DEFAULT="quiet"
- GRUB_CMDLINE_LINUX="splash=silent,fadein,theme:powered_by_gentoo console=tty1"
- #GRUB_FONT_PATH=/boot/grub/locale/unifont.pf2
- GRUB_VIDEO_BACKEND=vbe
- #GRUB_THEME=/boot/grub/themes/winter/theme.txt
- #GRUB_TERMINAL_OUTPUT=gfxterm
- # Uncomment to disable graphical terminal (grub-pc only)
- #GRUB_TERMINAL=console
- # The resolution used on graphical terminal
- # note that you can use only modes which your graphic card supports via VBE
- # you can see them in real GRUB with the command `vbeinfo'
- GRUB_GFXMODE=1024x768x32
- GRUB_GFXPAYLOAD_LINUX=1024x768x32
- # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
- #GRUB_DISABLE_LINUX_UUID=true
- # Uncomment to disable generation of recovery mode menu entrys
- GRUB_DISABLE_LINUX_RECOVERY="true"
Advertisement
Add Comment
Please, Sign In to add comment