I did dual boot with Windows 7 & Ubuntu 14.04. I get both in boot menu but can't boot into Windows 7. The primary drive where Windows 7 was configured now shows to be logical drive with all files in it. How to resolve it ?
This is what it shows:
irshad@irshad-desktop:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 465.8G 0 disk
├─sda1 8:1 0 58.6G 0 part /media/irshad/B2E08E69E08E339F
├─sda2 8:2 0 1K 0 part
├─sda5 8:5 0 195.3G 0 part /media/irshad/8E90A6A690A6946D
├─sda6 8:6 0 182.8G 0 part /media/irshad/7650B08250B04B1F
├─sda7 8:7 0 25G 0 part /
└─sda8 8:8 0 4G 0 part
sr0 11:0 1 1024M 0 rom
I tried to run update-grub
but I get the following result.
$ sudo update-grub
Generating grub configuration file ...
/etc/grub.d/06_custom: 31: /etc/grub.d/06_custom: function: not found
/etc/grub.d/06_custom: 34: /etc/grub.d/06_custom: save_env: not found
/etc/grub.d/06_custom: 36: /etc/grub.d/06_custom: Syntax error: "}" unexpected
lsblk
command inside Ubuntu and edit your question including it's output. – Danatela Oct 09 '14 at 08:41bootrec /fixmbr
,bootrec /fixboot
then follow advices in this article. – Danatela Oct 09 '14 at 09:27