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!