首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何到达ASUS Zenbook中的GRUB?

如何到达ASUS Zenbook中的GRUB?
EN

Ask Ubuntu用户
提问于 2019-04-19 18:14:32
回答 1查看 3.7K关注 0票数 0

我正在尝试从我的ubuntu安装中访问GRUB,如下所示:如何在启动时到达GRUB菜单?

但我得到了以下结果。我怎样才能到达食物呢?知道吗?截图

添加cat /etc/default/grub的输出

代码语言:javascript
复制
# 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=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
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"
EN

回答 1

Ask Ubuntu用户

发布于 2019-04-19 18:29:18

这个屏幕截图显示了bios中的启动设备选择菜单。选择第一个选项后,将加载grub。按ESC快速,您应该能够访问grub。

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1135317

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档