I did this thing and win 7 is gone. Please help me to get me that back. It is important as lots of my work files are not opening.
sudo add-apt-repository ppa:danielrichter2007/grub-customizer sudo apt-get update sudo apt-get install grub-customizer
I did this thing and win 7 is gone. Please help me to get me that back. It is important as lots of my work files are not opening.
sudo add-apt-repository ppa:danielrichter2007/grub-customizer sudo apt-get update sudo apt-get install grub-customizer
You could try this way Dual boot: how to target the new grub but you may need to Reinstall GRUB instead of Restore MBR.
blkid
to determine the /dev/sda number of the windows partition, then runsudo ntfsfix /dev/sdax
but replace sdax with the actual number of the windows partition, such as sda5 or sda1, whatever it may be. You should be able to mount the partition after running that command. – mchid Dec 02 '15 at 04:03