我在这件事上走到了死胡同,我想知道那里是否有人可以帮助我。
我找到了位于 etc/default 中的 grub 文件,并按照可靠的说明对其进行了编辑。在我执行 & 运行sudo update-grub
& 重新启动后,没有任何变化并且它保持不变。
我什至有一个名为“启动管理器”的应用程序来简单地调整让我们说超时,遗憾的是这也不起作用。
有人可以帮我吗?
注意:我确实有这个叫做 burg 的东西在启动时有一个 GUI,但即使在我安装它之前,问题就在那里。
这是我的 grub.cfg:
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
GRUB_DEFAULT=0
#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=" vga=775"
# 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=800x600
# 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_LINUX_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
etc/grub.d 中的文件:00_header、05_debian_theme、10_linux、20_linux_xen、20_memtest86+、30_os-prober、40_custom、41_custom、自述文件
引导/grub/grub.cfg