我在这件事上走到了死胡同,我想知道那里是否有人可以帮助我。
我找到了位于 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
你说你找到了文件
grub
,/etc/default
但你上面粘贴的文件是/etc/grub/gruf.cfg
.您确定您正在编辑正确的文件吗?
/etc/grub/grub.cfg
是一个自动生成的文件,它会在您运行时从其他文件中的配置更新update-grub
。您需要进行更改才能使/etc/default/grub
它们生效。我认为目前正在发生的是您更改
/etc/grub/grub.cfg
然后运行update-grub
,这会恢复您的更改,然后当您重新启动时,您不会得到您想要的。请尝试更改/etc/default/grub
,然后让我们知道输出是什么。找到解决方案的人。似乎因为“burg”,我必须对位于 etc/default 中的 burg 文件进行更改。然后运行
sudo update-burg
。你试过设置
GRUB_HIDDEN_TIMEOUT_QUIET=true
为假吗?这是一步一步的过程:
保存文件并从终端运行以下命令。