Greetings !!

I'm the animator of a classroom where each student has to install a linux distribution, one of my student decided to install Kali in dualboot with windows 8 as first OS.

I installed thousands of linux distribs for dual boot in my life and it's the first time I feel so confused.

Facts:

The system is working but there is no way to boot on windows 8: there is a program that checks for disk integrity that is launched (I first thought it was normal as we created new partitions (/ and /swap) from the free space from another partition)
Kali 2.0 boots normally.

Analysis:

It seems that (and I always ask myself how we did it) the bootable Windows partition has been corrupted.
kaliissue000.jpg

Above, you have the sreenshot the student did.
During the set up we created the root partition and the swap partition from a "free space" that was displayed without any other information.

Nothing was said concerning spawning or shrinking of another partition. I also be focused on formatting the right partitions (the F letter was set for each partition to be formatted: sda4 and sda7)
In my mind and experience, each time I installed a Linux over Windows I NEVER lost one bit of data on Windows partitions.

Questions:

As (and I didn't know that, as my student never told me about) the Windows partitions were set in GPT. Is that change something ?
I used gdisk instead of fdisk to know why there was missing at least 400Go of data at first check with "fdisk -l".

My student can not estimate the amount of data stored in the Windows partition before the kali installation.

Is that possible to merge the free space with the partition set to be booted in grub2 (using gparted) ?

I asked the student to send me the copy of the /boot/grub2/grub.cfg file. Waiting.