安装 Ubuntu 20.04 后,我想调整 grub,因为我想摆脱 10 秒的等待时间(我使用了“sudo gedit /etc/default/grub”)。出于某种原因,它也转到了 GRUB-default 位置 5。
现在看起来像这样:
# 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="Ubuntu"
#GRUB_TIMEOUT_STYLE="hidden"
GRUB_HIDDEN_TIMEOUT="0"
GRUB_HIDDEN_TIMEOUT_QUIET="true"
GRUB_TIMEOUT="1"
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# 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="640x480"
# 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 entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
GRUB_SAVEDEFAULT="false"
GRUB_DISABLE_OS_PROBER="true"
之后我使用“sudo update-grub”来更新 grub。
然而,启动方式并未发生改变。
我也使用了 Grub 定制器,但等待时间仍然是 10 秒,并且它转到列表中的第 5 个项目
有人知道吗?
问候,马克
答案1
不确定,但我一直使用 grub-customizer。它真是救星!
我运行它,在“常规设置”选项卡下,我的启动项是“(第一个条目)”,而不是“Ubuntu”。它是下拉菜单中的第一个选择。
该屏幕还有一个用于设置菜单超时间隔的字段。如果那里显示 10 秒,您可以将其调低。如果已经显示 1 秒,则说明出现了问题。在这种情况下,您可能需要在 grub-customizer 页面上发布问题发射台。我已经很久没有在那里发帖了,但当我发帖时,Daniel Richter 给了我很大的帮助。