Views:
1,848
Votes: 0
✅ Solution
Tags:
boot
dual-boot
grub2
uefi
Link:
🔍 See Original Answer on Ask Ubuntu ⧉ 🔗
URL:
https://askubuntu.com/q/846297
Title:
How to override grub and boot to Ubuntu directly (from UEFI or windows)?
ID:
/2016/11/06/How-to-override-grub-and-boot-to-Ubuntu-directly-_from-UEFI-or-windows__
Created:
November 6, 2016
Edited: March 20, 2017
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
The first step is to install a Windows program to access Linux partitions from within Windows as described here: (Best way to access ext partion in windows)
The next step is to edit /boot/grub/grub.cfg
and search for timeout
changing the value from 0
to 5
.
Save the file and reboot.
Note that after rebooting Ubuntu you still need to change /etc/default/grub
otherwise the next time you run sudo update-grub
the timeout will go back to zero.