After installing and restarting my laptop I keep getting booted into Ubuntu and can't find any method for using a bootloader.
Asked
Active
Viewed 72 times
1 Answers
1
Disable GRUB hidden timeout.
Open a terminal and execute:
sudo apt-get install gksu
gksudo gedit /etc/default/grub
Place a #
in front of GRUB_HIDDEN_TIMEOUT=0
So that it reads now: #GRUB_HIDDEN_TIMEOUT=0
Save the change - close the file and ... execute:
sudo update-grub
Now you should see the GRUB boot loader on start.
There should be a Windows entry in the boot menu.

cl-netbox
- 31,163
- 7
- 94
- 131
ctrl
+alt
+T
) and runsudo update-grub
. Reboot and see if it helped. – TheWanderer Jan 21 '16 at 01:44