Hi Loner, I am trying to fix my bootcamp but I cannot follow these forums. Could you please help?
Last login: Mon Oct 19 20:40:26 on ttys000
Shauns-MacBook-Pro:~ shaunward$ diskutil list
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *500.1 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_CoreStorage Macintosh HD 300.0 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
4: Microsoft Basic Data 20.0 GB disk0s4
/dev/disk1 (internal, virtual):
#: TYPE NAME SIZE IDENTIFIER
0: Apple_HFS Macintosh HD +299.6 GB disk1
Logical Volume on disk0s2
06982F89-8A63-494B-94FD-414D3FB68815
Unencrypted
Shauns-MacBook-Pro:~ shaunward$ diskutil cs list
CoreStorage logical volume groups (1 found)
|
+-- Logical Volume Group EABF9C2F-6780-4FEA-96BB-3BB71720340E
=========================================================
Name: Macintosh HD
Status: Online
Size: 299999997952 B (300.0 GB)
Free Space: 18919424 B (18.9 MB)
|
+-< Physical Volume 4F2BB37D-8F1F-4E4C-8D6B-A7427648EF51
| ----------------------------------------------------
| Index: 0
| Disk: disk0s2
| Status: Online
| Size: 299999997952 B (300.0 GB)
|
+-> Logical Volume Family 119E1CA6-3759-4C7E-A799-261E70EA183A
----------------------------------------------------------
Encryption Type: AES-XTS
Encryption Status: Unlocked
Conversion Status: Converting (backward)
Reversion State: Decrypting
High Level Queries: Not Fully Secure
| Has Visible Users
| Has Volume Key
|
+-> Logical Volume 06982F89-8A63-494B-94FD-414D3FB68815
---------------------------------------------------
Disk: disk1
Status: Online
Size (Total): 299628756992 B (299.6 GB)
Conversion Progress: 32%
Revertible: Yes (unlock and decryption required)
LV Name: Macintosh HD
Volume Name: Macintosh HD
Content Hint: Apple_HFS
Shauns-MacBook-Pro:~ shaunward$ sudo gpt -vv -r show /dev/disk0
gpt show: /dev/disk0: mediasize=500107862016; sectorsize=512; blocks=976773168
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 976773167
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 585937496 2 GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
586347136 1269536 3 GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
587616672 350094944
937711616 39061504 4 GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
976773120 15
976773135 32 Sec GPT table
976773167 1 Sec GPT header
Shauns-MacBook-Pro:~ shaunward$ sudo fdisk /dev/disk0
Disk: /dev/disk0 geometry: 60801/255/63 [976773168 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 - 585937496] <Unknown ID>
3: AB 1023 254 63 - 1023 254 63 [ 586347136 - 1269536] Darwin Boot
4: 0C 1023 254 63 - 1023 254 63 [ 937711616 - 39061504] Win95 FAT32L
Shauns-MacBook-Pro:~ shaunward$