相关疑难解决方法(0)

如何删除或隐藏 GRUB 启动菜单?

最近我决定只使用 Ubuntu,我的笔记本电脑上没有 Windows。当我打开笔记本电脑时,会显示 GRUB 菜单,但我不再需要选择操作系统。

如何删除或隐藏它?
删除此内容后,我如何才能访问恢复模式?

startup grub2

18
推荐指数
2
解决办法
7201
查看次数

在计算机启动时隐藏 grub

我尝试了谷歌搜索“在计算机启动时隐藏 grub 菜单”中的所有方法,但仍然没有运气,我猜在 Ubuntu 15.04 上的工作方式有所不同?

这是我的 grub

 # 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_HIDDEN_TIMEOUT=0
 GRUB_HIDDEN_TIMEOUT_QUIET=true
 GRUB_TIMEOUT=0
 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
 GRUB_CMDLINE_LINUX_DEFAULT="libahci.ignore_sss=1 vesafb.invalid=1 quite nopat drm.debug=0xe"
 GRUB_CMDLINE_LINUX=""

 # Uncomment to enable BadRAM filtering, modify to suit your needs
 # This works with Linux (no patch required) and with any kernel …
Run Code Online (Sandbox Code Playgroud)

boot grub2 dual-boot

6
推荐指数
1
解决办法
5854
查看次数

标签 统计

grub2 ×2

boot ×1

dual-boot ×1

startup ×1