0xc000000e Error on Windows after Partition Resize
Hi Guys,
So I have been facing this issue for the past couple of days, and have scoured these forums here and elsewhere trying to find a solution but no luck. I think I'm pretty close but need some help.
I had a bootcamp setup, with pretty much a 50/50 split on my disk space for windows 10 and OSX El Capitan.
I decided to shrink my OSX partition, so i could create Shared partition, in exFat to hold files that I would want to access between OSs. I thought this would be a cleaner solution than using a 3rd Party OSX app to read/write NTFS volumes.
Resize went well, created the new partition, and later went to boot into Windows and got startup error 0xc000000e.
Heres what I know:
- Windows shows up in 'Startup Disk' in Utilities.
- Windows appears in the boot menu when holding the alt key on boot.
- The NTFS Volume seems to be intact, and i can access files.
Im new to OSX and have been a heavy user of windows for many years, although going deep into OSX or Linux is alien to me.
I created a bootable windows usb and went into startup repair, navigating to the NTFS volume ran bootrec commands.
When running rebuild BCD it searched for OSs and found my windows installation, but when attempting to add it to the MBR i get the error 'The requested system device cannot be found.'
I removed the partition and extended the OSX partition to go back to where it was before the issue arose hoping that putting the partition table back the way it was might fix the problem. Unfortunately it didn't.
Below is the current outputs from diskutil and fdisk and gpt -vv commands.
I have tried many other things i could find on this forum but to no avail.
Thanks so much to anyone who can help me with this,
I dont want to have to do a full reinstall, and cant imagine that would be necessary given all files are accessible, as i have a lot of software needed for where i work, CAD software etc. and it would be awkward to get all of those configured properly again.
The PC is a 2015 Macbook Pro 15"
Thanks, Cathal.
Cathals-MacBook-Pro:~ codwyer$ diskutil list
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *251.0 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_CoreStorage Macintosh HD 149.4 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
4: Microsoft Basic Data BOOTCAMP 79.3 GB disk0s4
5: Windows Recovery 471.9 MB disk0s5
6: Microsoft Basic Data SWAP 21.0 GB disk0s6
/dev/disk1 (internal, virtual):
#: TYPE NAME SIZE IDENTIFIER
0: Apple_HFS Macintosh HD +149.0 GB disk1
Logical Volume on disk0s2
863CB3BB-A6AB-4DAE-ADA3-05E638AC7DFA
Unencrypted
/dev/disk2 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *8.0 GB disk2
1: DOS_FAT_32 ESD-USB 8.0 GB disk2s1
Cathals-MacBook-Pro:~ codwyer$ diskutil cs list
CoreStorage logical volume groups (1 found)
|
+-- Logical Volume Group CC294E48-2B02-4AEA-B5B8-01B51E22AC6F
=========================================================
Name: Macintosh HD
Status: Online
Size: 149361356800 B (149.4 GB)
Free Space: 8921088 B (8.9 MB)
|
+-< Physical Volume 5B650C2C-8DD7-4EE0-8E7B-5AD35807F33A
| ----------------------------------------------------
| Index: 0
| Disk: disk0s2
| Status: Online
| Size: 149361356800 B (149.4 GB)
|
+-> Logical Volume Family 35277226-FDE5-4762-B821-BCFBC8970258
----------------------------------------------------------
Encryption Type: None
|
+-> Logical Volume 863CB3BB-A6AB-4DAE-ADA3-05E638AC7DFA
---------------------------------------------------
Disk: disk1
Status: Online
Size (Total): 149000114176 B (149.0 GB)
Revertible: Yes (no decryption required)
LV Name: Macintosh HD
Volume Name: Macintosh HD
Content Hint: Apple_HFS
Cathals-MacBook-Pro:~ codwyer$ fdisk /dev/disk0
fdisk: /dev/disk0: Permission denied
Cathals-MacBook-Pro:~ codwyer$ sudo fdisk /dev/disk0
Password:
Disk: /dev/disk0 geometry: 30515/255/63 [490234752 sectors]
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
1: EE 1023 254 63 - 1023 254 63 [ 1 - 409639] <Unknown ID>
2: AC 1023 254 63 - 1023 254 63 [ 409640 - 291721400] <Unknown ID>
3: AB 1023 254 63 - 1023 254 63 [ 292131040 - 1269536] Darwin Boot
*4: 07 1023 254 63 - 1023 254 63 [ 293400576 - 154951680] HPFS/QNX/AUX
Cathals-MacBook-Pro:~ codwyer$ sudo gpt -vv -r show /dev/disk0
gpt show: /dev/disk0: mediasize=251000193024; sectorsize=512; blocks=490234752
gpt show: /dev/disk0: Suspicious MBR at sector 0
gpt show: /dev/disk0: Pri GPT at sector 1
gpt show: /dev/disk0: Sec GPT at sector 490234751
start size index contents
0 1 MBR
1 1 Pri GPT header
2 32 Pri GPT table
34 6
40 409600 1 GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
409640 291721400 2 GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
292131040 1269536 3 GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
293400576 154951680 4 GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
448352256 921600 5 GPT part - DE94BBA4-06D1-4D40-A16A-BFD50179D6AC
449273856 40957952 6 GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
490231808 2911
490234719 32 Sec GPT table
490234751 1 Sec GPT header
Cathals-MacBook-Pro:~ codwyer$
MacBook Pro (Retina, 15-inch, Mid 2015), OS X El Capitan (10.11.1), null