Hi, I've been searching around the net for a solution that works for the issue I'm having, but no luck so far.
I have a Macbook that had Windows 8.1 installed via Bootcamp which worked fine. I had a total of three partitions, one for OS X, one for sharing files between Windows and OS X, and one for Windows 8. I ended up needing to install Windows 10 but I also needed to Windows 8 intact. It took me forever but I was able to install Windows 10 on the partition that used to be for sharing files.
At first, Windows 10's usb media didn't want to install on a GPT disk, but after installing refit (over refind which didn't have the partition tool) and running the hard disk partition tool which updated something (the boot table?) I was able to install Windows 10 on the partition I wanted but this turned Windows 8 to boot into a operating system missing message. Then after installing the Apple drivers on Windows 10 provided by bootcamp, I was no longer able to boot into Windows 8 partition at all and am at the state I am now.
Windows sees the space as unallocated, OS X sees the space in the Finder, refit can't boot into the space.
Here is some info I have gathered:
what Partitions Wizard shows in Windows (read not to do a partition recovery from Windows)
what I see in disk utility
what I see in finder
The output of sudo fdisk /dev/disk0
The print protective MBR data from gdisk
Thanks for any suggestions
I have a Macbook that had Windows 8.1 installed via Bootcamp which worked fine. I had a total of three partitions, one for OS X, one for sharing files between Windows and OS X, and one for Windows 8. I ended up needing to install Windows 10 but I also needed to Windows 8 intact. It took me forever but I was able to install Windows 10 on the partition that used to be for sharing files.
At first, Windows 10's usb media didn't want to install on a GPT disk, but after installing refit (over refind which didn't have the partition tool) and running the hard disk partition tool which updated something (the boot table?) I was able to install Windows 10 on the partition I wanted but this turned Windows 8 to boot into a operating system missing message. Then after installing the Apple drivers on Windows 10 provided by bootcamp, I was no longer able to boot into Windows 8 partition at all and am at the state I am now.
Windows sees the space as unallocated, OS X sees the space in the Finder, refit can't boot into the space.
Here is some info I have gathered:
what Partitions Wizard shows in Windows (read not to do a partition recovery from Windows)
what I see in disk utility
what I see in finder
The output of sudo fdisk /dev/disk0
Code:
Disk: /dev/disk0 geometry: 60821/255/63 [977105060 sectors]
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
1: EE 0 0 2 - 25 127 14 [ 1 - 409639] <Unknown ID>
2: AF 25 127 15 - 1023 254 63 [ 409640 - 351562496] HFS+
3: AB 1023 254 63 - 1023 254 63 [ 351972136 - 1269536] Darwin Boot
*4: 07 1023 254 63 - 1023 254 63 [ 353243136 - 134764544] HPFS/QNX/AUX
The print protective MBR data from gdisk
Code:
Disk size is 977105060 sectors (465.9 GiB)
MBR disk identifier: 0xC270F874
MBR partitions:
Number Boot Start Sector End Sector Status Code
1 1 409639 primary 0xEE
2 409640 351972135 primary 0xAF
3 351972136 353241671 primary 0xAB
4 * 353243136 488007679 primary 0x07
Thanks for any suggestions