mint: virtualbox no grubmenu

本文介绍了在 VirtualBox 中启动 Mint15 时遇到的 GRUB 菜单不显示的问题及两种解决方案。一种是在启动时按住特定键进入菜单,另一种是通过编辑 /etc/default/grub 文件来永久修改启动设置。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

问题很简单:就是在virtualbox中启动mint15的时候,没有grubmenu显示,而为了给mint配置启动参数,其中方法之一就是在启动mint15的时候手动设置。
解决方法1:启动的时候按住键
Rereading the instruction that you linked to I understand youruncertainty about the need to access the boot menu:
(1) They first change a kernel paramater on the fly byaccessing the grub boot menu.
(2) After the system is up, they change it permanently byediting /etc/default/grub and then runnning update-grub.

Editing that file manually is perfectly all right. No need toinstall some extra software for this purpose, unless you want to doso.

OK. At boot time immediately after the BIOS splash screen,press and hold the key until the boot menu appears. - Forgot thatit may be necessary to do so. If there is only one operating systemon the disk, then grub considers it unnecessary to display the bootmenu unless the key is pressed. - All my machines are dual boot atminimum, so grub will automatically display the boot menuhere.

GRUB_TIMEOUT=10 specifies the count down time after which Grubwill boot the default boot option unless you have pressed a key.Pressing any key during the GRUB_TIMEOUT seconds will stop thecountdown.
缺陷:在某些环境下键并不能很好的工作。
Note: The "SHIFT" keystatus check is currently nested withinin a conditional statement within /etc/grub.d/30_os-prober and maynot work under certain circumstances.
解决方法2:在/etc/default/grub中配置启动设置,注释掉GRUB_HIDDEN_TIMEOUT,增加GRUB_TIMEOUT=10.
GRUB_TIMEOUT=10
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值