Hi Guys,

I installed Kali Linux with Windows 7. I wanted to dual boot both the operating systems. So I used the option of Grub Loader while installing Kali. When I try to boot Windows 7 a blue screen comes up after booting and the system restarts. Kali runs fine with no issues but Windows 7 is not.

Here are some details that I could extract from Kali Linux.

fdisk -l -u

Code:
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0xd6f9c10c

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1              63        2047         992+  42  SFS
Partition 1 does not start on physical sector boundary.
/dev/sda2            2048      206847      102400   42  SFS
/dev/sda3   *      206848   424343551   212068352   42  SFS
/dev/sda4       424343552   534935551    55296000   83  Linux
parted /dev/sda unit s print

Code:
Model: ATA HGST HTS721010A9 (scsi)
Disk /dev/sda: 1953525168s
Sector size (logical/physical): 512B/4096B
Partition Table: msdos

Number  Start       End         Size        Type     File system  Flags
 1      63s         2047s       1985s       primary
 2      2048s       206847s     204800s     primary  ntfs
 3      206848s     424343551s  424136704s  primary  ntfs         boot
 4      424343552s  534935551s  110592000s  primary  ext4
dd if=/dev/sda of=sda-2by.mbr bs=512 count=1

Code:
1+0 records in
1+0 records out
512 bytes (512 B) copied, 0.000110032 s, 4.7 MB/s
dd if=/dev/sda of=sda3-2by.pbr bs=512 count=1 skip=1407862784

Code:
1+0 records in
1+0 records out
512 bytes (512 B) copied, 0.0161039 s, 31.8 kB/s
Please find the files "sda-2by.mbr" and "sda3-2by.pbr" in the links below:
1st URL:
https://www.dropbox.com/s/xmyxoypo4md3ekn/sda-2by.mbr
https://www.dropbox.com/s/ri5laxqddbme5wd/sda3-2by.pbr

Please help me out guys.

Thanks in advance.

Best Regards
plasma33