Home  >  Article  >  Operation and Maintenance  >  How to boot ubuntu into grub interface

How to boot ubuntu into grub interface

王林
王林Original
2020-05-09 11:11:3511728browse

How to boot ubuntu into grub interface

Solution:

1. Edit grub file

sudo vim /etc/default/grub

2. Comment

GRUB_HIDDEN_TIMEOUT=0

(Video tutorial recommendation: linux video tutorial)

3. Modify

GRUB_TIMEOUT=0.01

4. After modification

sudo update-grub

5. Restart the computer

sudo shutdown -r now

Recommended tutorial:linuxtutorial

The above is the detailed content of How to boot ubuntu into grub interface. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn