Open /etc/default/grub
for editing (you will probably need to run with sudo for write permission). Edit the following lines:
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=3
The first line will show the grub menu on boot, which will hopefully have an option for booting to Windows. The GRUB_TIMEOUT
parameter is the number of seconds to wait for a selection before using the default. You could adjust this to your liking.
After you make the change in /etc/default/grub
, you will have to run update-grub
(again, probably with sudo) to apply the changes. Then reboot and make sure the grub menu appears.
If you get the grub menu to appear, but still do not see an entry for Windows, then I suggest you edit your question to reflect this.
sudo parted -l
terminal command. – Pilot6 Jun 03 '20 at 17:23sudo parted -l
and we'll see. – Pilot6 Jun 03 '20 at 17:40Number Start End Size Type File system Flags 1 1049kB 107GB 107GB primary ntfs 2 107GB 703GB 596GB extended lba 5 107GB 406GB 298GB logical ntfs 6 406GB 703GB 297GB logical ntfs 3 703GB 704GB 300MB primary fat32 boot, esp 4 704GB 1000GB 297GB primary ext4
– Shihab hasan Jul 29 '20 at 19:38