Ubuntu 显示 grub 启动菜单并且不自动启动?

杰斯珀·林德伯格

我有一个问题,每次我启动我的笔记本电脑时,它都会显示启动菜单,我必须选择我想使用 Ubuntu。我在网上搜索过,发现其他人也有同样的问题,但是在他们将计时器设置为 0 的情况下对他们有用的解决方案对我不起作用。

我尝试过的:

sudo nano /etc/default/grub
GRUB_TIMEOUT=0

然后我跑了sudo update-grub

我仍然有这个问题。我运行全新安装的 Ubuntu 18.04.2。

该文件如下所示:

# 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=countdown
GRUB_TIMEOUT=0.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"
WinEunuuchs2Unix

你试过的:

sudo nano /etc/default/grub
GRUB_TIMEOUT=0

然后运行 sudo update-grub

不起作用,因为 grub 会自动将时间从 0 更改为 10。您需要做的是:

sudo nano /etc/default/grub
GRUB_RECORDFAIL_TIMEOUT=0.1
GRUB_TIMEOUT=0.1

然后运行 sudo update-grub

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

设置rEFInd以直接启动Ubuntu(不显示Grub菜单)

如何在电源故障时自动启动到ubuntu而不是显示文本模式grub菜单

无法启动Ubuntu,显示GRUB命令外壳

使用Windows 10的Ubuntu 20.04双启动,未显示grub菜单,直接启动到Ubuntu

不显示Ubuntu 12.04的Grub菜单

Ubuntu不显示在双启动笔记本电脑的grub菜单中

双启动PC直接引导到ubuntu,而不显示grub菜单

Windows 7和Ubuntu 13.04双启动,GRUB菜单未显示

安装Ubuntu之后,Windows将直接启动!没有显示Grub菜单

如何从 grub 启动 Ubuntu?

从 grub 启动 ubuntu 16.04

从GRUB菜单启动ubuntu iso文件

获取32位grub自动启动Ubuntu

Grub菜单显示为黑色而不是紫色Ubuntu 16.04

Ubuntu 19.10:grub 未显示

Windows 8.1 Ubuntu 13.10双重启动启动时未显示Grub

在具有预装Windows 8和Ubuntu双重启动功能的Sony Vaio上从Ubuntu关闭并重新启动后,GRUB菜单不显示

Ubuntu启动到grub终端

五笔安装的Ubuntu 12.04没有突然启动并显示GRUB提示

Windows 7在后台启动,但以扭曲的方式显示UBUNTU 14.04壁纸的grub屏幕

Ubuntu和Windows 10双启动GRUB显示Windows Recovery Environment Loader

Windows 1旁的Ubuntu 14.04.2桌面:禁用安全启动之前,不显示GRUB

Windows 10的Ubuntu 14.04.3 LTS双重启动,Windows 10未在GRUB中显示

我有ubuntu并在双启动中赢了10,它显示GNU grub2错误

我无法在启动过程中显示grub菜单

启动双重引导系统时,如何显示GRUB菜单?

内核更新后,GRUB是否显示启动菜单?

固件更新后启动时不显示 Grub 菜单

在启动菜单中显示 Grub 的记录失败变量的状态