0

after installing Ubuntu 14.04 windows boot loader is not opening ... when i turn on my laptop it boot directly ubuntu . There is no option to boot windows boot loader. I didnot delete or format any partition when i installed ubuntu. I cannot mount the windows partition on ubuntu either. What can I do now ?

1 Answers1

0

If you can not see the menu of GRUB on start up, you've to type the shift button of your keyboard when you're turning on you laptop

If you to fix it you've to edit /etc/default/grub file in sudo mode and modify the following line like this :

# GRUB_HIDDEN_TIMEOUT=0

Don't forget to update your grub with this command:

sudo update-grub
dubis
  • 197