访问量: 29015次,访客数: 24497人,浏览量: 1次 
首页  编辑  

Ubuntu 崩溃后,停止在引导菜单的解决方法

Tags: /计算机文档/Linux & Unix/   Date Created: Mon Mar 16 2015 07:43:50 GMT+0000 (Coordinated Universal Time)

禁用Ubuntu崩溃后的启动菜单选择功能

How to disable Grub's menu from showing up after failed boot

Open /etc/default/grub with an editor

Add a line with this assignment: GRUB_RECORDFAIL_TIMEOUT=N

Set N to the desired timeout in case of a previously failed boot

Update Grub: sudo update-grub