Format-Volume of GPTTYPE {c12a7328-f81f-11d2-ba4b-00a0c93ec93b} fails

PS X:\> $PSVersionTable.PSVersion
Major  Minor  Build  Revision
4      0      -1     -1
Format-Volume : No matching MSFT_Volume objects found by CIM query for enumerating instances of the
ROOT/Microsoft/Windows/Storage/MSFT_Volume class on the  CIM server, that are associated with the following instance:
MSFT_Partition (DiskId = "\\?\scsi#disk&ven_corsair&prod_cssd-f12..., Offset = 403701760). Verify query parameters and
retry.
At line:1 char:1
+ Format-Volume -FileSystem FAT32 -Partition $Partition2 -Confirm:$false
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (MSFT_Volume:String) [Format-Volume], CimJobException
    + FullyQualifiedErrorId : CmdletizationQuery_NotFound,Format-Volume
CODE:
New-Partition -DiskNumber 0 -Size 260MB -GptType '{c12a7328-f81f-11d2-ba4b-00a0c93ec93b}'
$Partition2 = Get-Partition -DiskNumber 0 -PartitionNumber 2
Set-Partition -NewDriveLetter S -InputObject $Partition2
Format-Volume -FileSystem FAT32 -Partition $Partition2 -Confirm:$false
Change from gpt type PARTITION_SYSTEM_GUID to PARTITION_BASIC_DATA_GUID or PARTITION_MSFT_RECOVERY_GUID works ok for format, but looses 'system' reservation.
Only apparent way to fix this is by setting PARTITION_BASIC_DATA_GUID and then via DISKPART SET ID...
I've tried several ways to pass a valid input parameter through to -Partition for Format-Volume, but it keeps trying to interpret it as an InputObject of type Volume.  It's impossible to get a Volume Object for the new partition when it doesn't exist
yet, but Format-Volume is refusing to accept this partition gpt type as valid input.

Hi Tsw,
Yes, based on my research, the best way to format the system EFI partition seems using the cmd "diskpart":
$sysPart = New-Partition -DiskNumber $disknumber -GptType '{c12a7328-f81f-11d2-ba4b-00a0c93ec93b}' -Size 100MB
$systemNumber = $sysPart.partitionNumber
select disk $disknumber
select partition $systemNumber
format quick fs=fat32 label=System
exit
@" | diskpart
These similar discussions are for your reference:
error creating efi partition with powershell
Creating a Generation 2 Disk with PowerShell
If there is anything else regarding this matter, please feel free to post back.
If you have any feedback on our support, please click here.
Best Regards,
Anna Wang
TechNet Community Support

Similar Messages

  • Formatted volumes. now bootmgr missing. no install cd no backup cd

    hi
    compacq presario cq60 notebook running windows 7 pro. wont start up. black screen says windows but no logo. friend formatted volumes then after restarting, bootmgr missing message on screen. no install or recovery disks. what can i do? pressing f8 doesnt work. please help
    This question was solved.
    View Solution.

    Formatting volumes (partitions) removes the operating system and recovery partition. I don't see that as an viable recovery or repair strategy.
    Contact HP to order a recovery disk set. The cost is usually @ $25.00 USD
    How to order a recovery disk set 
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Recover a VHD file from a formatted volume

    Apologies if this is not the right forum.
    So I was preparing a new server to host virtual machines. This is a Dell PE r710, Dual quad-core Xeon processors, 48 GB RAM, 2x 72 GB SAS drives. The server has Hyper-V Server 2008 R2 installed. iSCSI volumes hosted in a Dell EqualLogic SAN will host the
    actual virtual machines. We have 5 of these with similar setups, 3 of which are setup in a cluster. We have 2 set aside for additional projects. These will not be clustered as they will be hosting Lync virtual machines. Anyway we have 1 server setup and working
    with 2 VM's. The 2nd server will initially host 2 additional VM's. My goal was to format the iSCSI volume on the 2nd server and prepare it to host VMs. Except I accidentally logged into the 1st server (it's one of those days - I was interrupted as I was typing
    in the server name into Remote Desktop and it auto-populated the first server instead of the 2nd) and begin formatting the volume. Needless to say Lync stopped working and the VMs crashed. I immediately recognized my mistake and stopped
    the format but obviously it was too late.
    I was hoping I could recover the data on that volume. We have a trial of this software called GetDataBack NTFS edition. It can recognize the volume ok and it can scan it and see files. Unfortunately it does not see actual VHD files. Instead what
    happens is that it sees the VHD files as separate volumes/partitions/etc and recovers the data within the VHD files. Not sure if it should do that, waiting on a response from Runtime. Kind of cool in a way if we ever needed to recover data within a VHD file.
    Anyway, does anyone know of software that can recover data from a volume but not scan the contents of the vhd file and include that data in the recovery? By this I mean I want to recover the actual VHD files, not the data within. Perhaps Virtual
    Machine Manager can do something? We do have it installed and manage our VM's with it. It would save us the trouble of re-deploying Lync. Apparently there's a lot of ADSI edits needed to undo the changes Lync did to AD/ Even migrating users back requires some
    ADSI edits. Trying to find those online someplace just in case.
    We did not have backups yet of these 2 VMS as we just recently got them setup and have moved a few users over (some of us from IT). We still had some configuration/tweaking/adjustments to make before migrating the remainder of our OCS users. I know, I know,
    backup backup backup. The SAN we have can even do snapshots of iSCSI volumes but we didn't even think of enabling it yet.
    Regardless in what happens with the VM's, I enabled Windows Server Backup and will immediately setup nightly backups once the VM's are operational again. I will also have our SAN admin enable snapshots, and just for laughs I will also enable snapshots on
    the individual VM's. We're also currently testing out Data Protection Manager. Kind of wish we already had it implemented....sigh...
    Thanks,
    Banging my head against a board with a nail in it...

    Hi,
    There are lots of data recovery tools you can use to recovery the data. You can also try to call some professional data recovery company to check whether
    they can recover the data for you. Thanks for your understanding.
    Best Regards,
    Vincent Hu

  • "Shared" volume alias won't delete & causes SuperDuper to fail

    Using SuperDuper to keep my backups. Problem: when it got to a certain file, it fails. Read the error log, turned out to be /var/.../spool/qmaster/E71DE744-5EA5E572/shared
    I use Qmaster for Compressor, etc. The date stamp for the enclosing folder was around the time I was messing with some Qmaster settings, and thus probably created it then.
    "Shared" is a volume alias that "can't be found". It won't delete.
    How can I get rid of this busted volume alias?
    Thanks!

    Bob Woodhead wrote:
    Yes, I'd appreciate the Terminal command.
    Launch Terminal, then issue the command "cd /var". (This and all other commands should be entered without the quotes.) As you wish you can then use the command "pwd" to track your progress through the hierarcy and "ls" (that's a lower-case letter "L") to display what's in each level. Use another "cd" command (without a leading slash) to descend through each level. Once you've reached the level with that alias, issue the command "ls -l shared". The resulting line should show either the letter "l" (another lower-case letter "L") at the left end indicating that it's a "softlink" or an "@" symbol at the right end of the first group of characters indicating that it's an alias. It should also show a pointer to the unmounted volume at the far right.
    Now try the command "rm shared". Given your earlier experience, that will probably fail. Then issue the command "sudo rm -i shared". You'll be prompted for your administrative password. Enter it and press <return>. The "-i" flag will then cause it to ask you to confirm whether you want to delete "shared". Enter the letter "y" (without quotes) and press <return>. It should now be gone.
    I've put doubled spaced between command elements to improve readability, but the extra spaces aren't necessary.

  • Windows 8.1 install, partition won't format / install

    I'm having lots of problems installing Windows on my iMac (Retina 5K, 27-inch, Late 2014), OS X Yosemite (10.10.1)
    I've install windows on it before, but after a drivers issue I had to do a fresh install of windows... that turn into a fresh install of OS X because I ended up with freespace that couldn't formatted. That's fixed now because I formatted to one partition with a complete fresh install.
    Now I'm running into the issue that started it all. Getting past the partition screen of the windows 8.1 installation. I'm stuck in the partition screen and it won't let me continue because of the format of my partition for bootcamp. I've followed the instruction very thoroughly. I'm using a fusion drive as well.
    I've used several different versions of windows 8.1 ISOs. The checksum checks out. FileVault is off. No other usb's are installed. The usb I'm using is 2.0.
    Any clues? I did a pram reset and disk repair after BCA.

    Last login: Wed Apr  8 20:03:52 on console
    iMac:~ arashsahba$ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *121.3 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:          Apple_CoreStorage                         121.0 GB   disk0s2
       3:                 Apple_Boot Boot OS X               134.2 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:          Apple_CoreStorage                         898.9 GB   disk1s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk1s3
       4:       Microsoft Basic Data                         100.5 GB   disk1s4
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Macintosh HD           *1.0 TB     disk2
                                     Logical Volume on disk0s2, disk1s2
                                     51129D2B-BB20-4415-9620-8517A8EC8ADC
                                     Unencrypted Fusion Drive
    /dev/disk3
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:     FDisk_partition_scheme                        *8.0 GB     disk3
       1:                 DOS_FAT_32 WININSTALL              8.0 GB     disk3s1
    iMac:~ arashsahba$ diskutil cs list
    CoreStorage logical volume groups (1 found)
    |
    +-- Logical Volume Group 663F07EF-1F60-4CDB-AA72-5D3EA183E579
        =========================================================
        Name:         Internal Drive
        Status:       Online
        Size:         1019855495168 B (1.0 TB)
        Free Space:   245760 B (245.8 KB)
        |
        +-< Physical Volume EC85191A-14F7-4871-AB96-24D19B592A6D
        |   ----------------------------------------------------
        |   Index:    0
        |   Disk:     disk0s2
        |   Status:   Online
        |   Size:     120988852224 B (121.0 GB)
        |
        +-< Physical Volume B46EAAAC-84A7-46E5-8375-E94692C4A837
        |   ----------------------------------------------------
        |   Index:    1
        |   Disk:     disk1s2
        |   Status:   Online
        |   Size:     898866642944 B (898.9 GB)
        |
        +-> Logical Volume Family B176540C-DB00-4534-B7DB-F35881AB28E6
            Encryption Status:       Unlocked
            Encryption Type:         None
            Conversion Status:       NoConversion
            Conversion Direction:    -none-
            Has Encrypted Extents:   No
            Fully Secure:            No
            Passphrase Required:     No
            |
            +-> Logical Volume 51129D2B-BB20-4415-9620-8517A8EC8ADC
                Disk:                  disk2
                Status:                Online
                Size (Total):          1013999992832 B (1.0 TB)
                Conversion Progress:   -none-
                Revertible:            No
                LV Name:               Macintosh HD
                Volume Name:           Macintosh HD
                Content Hint:          Apple_HFS
    iMac:~ arashsahba$ sudo gpt -vv -r show /dev/disk0
    WARNING: Improper use of the sudo command could lead to data loss
    or the deletion of important system files. Please double-check your
    typing when using sudo. Type "man sudo" for more information.
    To proceed, enter your password, or type Ctrl-C to abort.
    Password:
    gpt show: /dev/disk0: mediasize=121332826112; sectorsize=512; blocks=236978176
    gpt show: /dev/disk0: PMBR at sector 0
    gpt show: /dev/disk0: Pri GPT at sector 1
    gpt show: /dev/disk0: Sec GPT at sector 236978175
          start       size  index  contents
              0          1         PMBR
              1          1         Pri GPT header
              2         32         Pri GPT table
             34          6        
             40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         409640  236306352      2  GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
      236715992     262144      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      236978136          7        
      236978143         32         Sec GPT table
      236978175          1         Sec GPT header
    iMac:~ arashsahba$ sudo gpt -vv -r show /dev/disk1
    gpt show: /dev/disk1: mediasize=1000204886016; sectorsize=512; blocks=1953525168
    gpt show: /dev/disk1: PMBR at sector 0
    gpt show: /dev/disk1: Pri GPT at sector 1
    gpt show: /dev/disk1: Sec GPT at sector 1953525167
           start        size  index  contents
               0           1         PMBR
               1           1         Pri GPT header
               2          32         Pri GPT table
              34           6        
              40      409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
          409640  1755598912      2  GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
      1756008552     1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      1757278088         120        
      1757278208   196245504      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
      1953523712        1423        
      1953525135          32         Sec GPT table
      1953525167           1         Sec GPT header
    iMac:~ arashsahba$ sudo fdisk /dev/disk0
    Disk: /dev/disk0 geometry: 14751/255/63 [236978176 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE 1023 254  63 - 1023 254  63 [         1 -  236978175] <Unknown ID>
    2: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    3: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    4: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    iMac:~ arashsahba$ sudo fdisk /dev/disk1
    Disk: /dev/disk1 geometry: 121601/255/63 [1953525168 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE 1023 254  63 - 1023 254  63 [         1 - 1953525167] <Unknown ID>
    2: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    3: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    4: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    iMac:~ arashsahba$

  • Boot Camp Windows install format to NTFS not working.

    As a preface I am new to Apple and more complex computer issues in general. With that said I have spent several hours trying to get Windows 8.1 installed from the DVD media to a partition created using Boot Camp Assistant. I have tried several suggestions and looked through many threads, blogs and articles and none seem to have the correct answer. Below are the steps that I have followed and the issue that I run into every time.
    Open Boot Camp Assistant
         Select Download the latest Windows support software from Apple
         Select Install Windows 7 or later version
         Download support software to USB Drive (leave connected)
         Create a Partition (200GB)
    Hold Option on Reboot and Select Windows
    Begin the Windows install process
    Select Custom: Install Windows only (advanced)
    Installation asks: Where do you want to install Windows?
    Select Drive 0 partition 4: BOOTCAMP
         Error Message Details:
              Windows cannot be installed to this disk. The selected disk is of the GPT partition style.
              Windows cannot be installed to this hard disk space. Windows must be installed to a partition formatted as NTFS.
    Solution I found from many threads is that I need to "Format" the partition. To do so I:
         Select Drive 0 Partition 4: BOOTCAMP
         Select Format
         Select Drive 0 Partition 4 (No longer titled as BOOTCAMP after the reformat)        
              Error Message Details:
                   Windows cannot be installed to this disk. The selected disk is of the GPT partition style.
    I cant seem to find a solution to this. Any help would be appreciated. I have tried removing all other connected drives and devices, and recreating the partition several times with no luck.
    Machine Info:
    OS X Yosemite 10.10.2
    Mac (27-inch, Late 2013)
    Processor: 3.2 GHz Intel Core i5
    Memory 8 GB 1600 MHz DDR3
    I also have VMware Fusion installed on the machine and already used the Windows installation media to create a virtual machine. Is it possible to transfer my virtual machine to a Boot Camp partition? I did a little research and it looks as though thats not possible (at least not easily) but I figured I'd ask anyway.

    Sorry for the delayed response. I'm still working to get a solution so any help is much appreciated. Thanks.
    The installation media I purchased is for windows 8.1. Is that the issue? Do I need to install 8 not 8.1?
    Output for sudo gpt -vv -r show /dev/disk0:
    gpt show: /dev/disk0: mediasize=1000204886016; sectorsize=512; blocks=1953525168
    gpt show: /dev/disk0: PMBR at sector 0
    gpt show: /dev/disk0: Pri GPT at sector 1
    gpt show: /dev/disk0: Sec GPT at sector 1953525167
           start        size  index  contents
               0           1         PMBR
               1           1         Pri GPT header
               2          32         Pri GPT table
              34           6        
              40      409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
          409640  1560546816      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
      1560956456     1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      1562225992         696        
      1562226688   391297024      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
      1953523712        1423        
      1953525135          32         Sec GPT table
      1953525167           1         Sec GPT header
    Output for sudo fdisk /dev/disk0:
    Disk: /dev/disk0 geometry: 121601/255/63 [1953525168 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE 1023 254  63 - 1023 254  63 [         1 - 1953525167] <Unknown ID>
    2: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    3: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    4: 00    0   0   0 -    0   0   0 [         0 -          0] unused 

  • 1)Could not start up os x 2)Only could start bootcamp 3)Tried resetting nvram 4)Could not start even in bootcamp 5)Verify disk says -. Verifying volume "Macintosh HD" Error: Live file system repair is not supported 6)Installed maverick on USB d

    1) Could not start up os x
    2) Only could start bootcamp
    3) Tried resetting nvram
    4) Could not start even in bootcamp
    5) Verify disk says …. Verifying volume “Macintosh HD”
    Error: Live file system repair is not supported
    6) Installed maverick on USB drive
    7) Boot from USB drive. Tried verifying HD: Volume header needs minor repair. The volume Recovery HD was found corrupt and needs to be repaired. Verifying volume “Macintosh HD”: Error: live file system repair is not supported.
    8) The terminal code says
    9) Last login: Wed Feb 11 14:09:47 on console
    10)  xxxx-MacBook:~ xxxx$ diskutil list
    11)  /dev/disk0
    12)  #: TYPE NAME SIZE       IDENTIFIER
    13)  0:      GUID_partition_scheme *160.0 GB   disk0
    14)  1: EFI EFI 209.7 MB   disk0s1
    15)  2:                  Apple_HFS Macintosh HD            80.1 GB disk0s2
    16)  3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
    17)  4:       Microsoft Basic Data 50.0 GB    disk0s4
    18)  /dev/disk1
    19)  #: TYPE NAME SIZE       IDENTIFIER
    20)  0:      GUID_partition_scheme *15.6 GB    disk1
    21)  1: EFI EFI 209.7 MB   disk1s1
    22)  2:                  Apple_HFS BOOT                    14.8 GB    disk1s2
    23)  3:                 Apple_Boot Recovery HD             650.0 MB   disk1s3
    24)  Saeedehs-MacBook:~ saeedehmirbagheri$ diskutil cs list
    25)  No CoreStorage logical volume groups found
    26)  Saeedehs-MacBook:~ saeedehmirbagheri$ sudo gpt -vv -r show /dev/disk0
    27)  Password:
    28)  gpt show: /dev/disk0: mediasize=160041885696; sectorsize=512; blocks=312581808
    29)  gpt show: /dev/disk0: PMBR at sector 0
    30)  gpt show: /dev/disk0: Pri GPT at sector 1
    31)  gpt show: /dev/disk0: Sec GPT at sector 312581807
    32)  start       size  index  contents
    33)  0          1 PMBR
    34)  1          1 Pri GPT header
    35)  2         32 Pri GPT table
    36)  34          6
    37)  40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
    38)  409640  156394528      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
    39)  156804168    1269544      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
    40)  158073712   56853648        
    41)  214927360   97652736      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
    42)  312580096       1679        
    43)  312581775         32         Sec GPT table
    44)  312581807          1         Sec GPT header
    45)  xxxx-MacBook:~ xxxx$ sudo fdisk /dev/disk0
    46)  Disk: /dev/disk0 geometry: 19457/255/63 [312581808 sectors]
    47)  Signature: 0xAA55
    48)  Starting       Ending
    49)  #: id  cyl  hd sec -  cyl  hd sec [     start - size]
    50)  ------------------------------------------------------------------------

    Thank you -
    I booted from external USB. The diskutil list output is from OS x booting from the USB, which shows the following:
    Saeedehs-MacBook:~ saeedehmirbagheri$ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *160.0 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:                  Apple_HFS Macintosh HD            80.1 GB    disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
       4:       Microsoft Basic Data                         50.0 GB    disk0s4
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *15.6 GB    disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:                  Apple_HFS BOOT                    14.8 GB    disk1s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk1s3
    Saeedehs-MacBook:~ saeedehmirbagheri$ diskutil cs list
    No CoreStorage logical volume groups found
    I am not able to use target disk mode because I don't have firewire/thunderbolt ports.

  • "We couldn't create a new partition or locate an existing one. Form more information, see setup log files"

    Ok so back in August 2014 I succuesfully used bootcamp to install Windows 10 Tech preview. It worked great until March of this year when Windows issued an update (Which I had no control over).  After this update the R9 4GB graphics card driver stopped working.  I contacted Apple/AMD/Microsoft but was unable to fix this problem.
    So,  I uninstalled Windows 10 through bootcamp and restored the drive to a single partition. I purchased windows 8.1 and downloaded Windows Enterprise edition (as this comes as an ISO file) and started the process again with Bootcamp. Everything works great until I get to the installation of windows.
    I did the same as last time (formatted the Bootcamp partition) and tried to continue the installation. I now get the following message:
    I have tried a complete reinstall of the system twice (back to factory settings) but still the same issue.  I have also tried using Windows 10 Tech preview but still the same issue. (I only have my remote drive with the ISO file connected to the mac and have tried with a USB stick)
    Any ideas would be much appreciated! Thanks

    Thank you for your prompt response.  Please see below:
    Last login: Thu Apr 30 09:15:48 on console
    Jeremys-iMac:~ jeremygaster$ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *121.3 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:          Apple_CoreStorage                         121.0 GB   disk0s2
       3:                 Apple_Boot Boot OS X               134.2 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:          Apple_CoreStorage                         999.3 GB   disk1s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk1s3
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Macintosh HD           *1.1 TB     disk2
                                     Logical Volume on disk0s2, disk1s2
                                     E693210D-5893-4CC0-B3FF-18B5A92179CB
                                     Unencrypted Fusion Drive
    Jeremys-iMac:~ jeremygaster$ diskutil cs list
    CoreStorage logical volume groups (1 found)
    |
    +-- Logical Volume Group 5BEBA89D-FBF8-45AF-99CF-DFB82BC6B9E8
        =========================================================
        Name:         Internal Drive
        Status:       Online
        Size:         1120333979648 B (1.1 TB)
        Free Space:   114688 B (114.7 KB)
        |
        +-< Physical Volume 2EF54FBF-26BB-4D56-A84E-947205800865
        |   ----------------------------------------------------
        |   Index:    0
        |   Disk:     disk0s2
        |   Status:   Online
        |   Size:     120988852224 B (121.0 GB)
        |
        +-< Physical Volume B66237C5-F9ED-454C-9AFB-90553B0D0E0A
        |   ----------------------------------------------------
        |   Index:    1
        |   Disk:     disk1s2
        |   Status:   Online
        |   Size:     999345127424 B (999.3 GB)
        |
        +-> Logical Volume Family A91C5378-D285-434D-B33B-5F1E0CC64C62
            Encryption Status:       Unlocked
            Encryption Type:         None
            Conversion Status:       NoConversion
            Conversion Direction:    -none-
            Has Encrypted Extents:   No
            Fully Secure:            No
            Passphrase Required:     No
            |
            +-> Logical Volume E693210D-5893-4CC0-B3FF-18B5A92179CB
                Disk:                  disk2
                Status:                Online
                Size (Total):          1114478608384 B (1.1 TB)
                Conversion Progress:   -none-
                Revertible:            No
                LV Name:               Macintosh HD
                Volume Name:           Macintosh HD
                Content Hint:          Apple_HFS
    Jeremys-iMac:~ jeremygaster$ sudo gpt -vv -r show /dev/disk0
    WARNING: Improper use of the sudo command could lead to data loss
    or the deletion of important system files. Please double-check your
    typing when using sudo. Type "man sudo" for more information.
    To proceed, enter your password, or type Ctrl-C to abort.
    Password:
    Sorry, try again.
    Password:
    gpt show: /dev/disk0: mediasize=121332826112; sectorsize=512; blocks=236978176
    gpt show: /dev/disk0: PMBR at sector 0
    gpt show: /dev/disk0: Pri GPT at sector 1
    gpt show: /dev/disk0: Sec GPT at sector 236978175
          start       size  index  contents
              0          1         PMBR
              1          1         Pri GPT header
              2         32         Pri GPT table
             34          6        
             40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         409640  236306352      2  GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
      236715992     262144      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      236978136          7        
      236978143         32         Sec GPT table
      236978175          1         Sec GPT header
    Jeremys-iMac:~ jeremygaster$ sudo fdisk /dev/disk0
    Disk: /dev/disk0 geometry: 14751/255/63 [236978176 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE 1023 254  63 - 1023 254  63 [         1 -  236978175] <Unknown ID>
    2: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    3: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    4: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    Jeremys-iMac:~ jeremygaster$

  • How do I undo BC Partition repair in disk utility?

    Here's the summary:
    8-core MacPro2,1 running 10.6.8, Paragon NTFS for Mac, Bootcamp Win7.
    4 internal HDD drives: two 1.5TBs for data, one 1TB for MacOS, one 1.5TB for Win7 bootcamp.
    I mostly use the Mac side for music production (but rarely), and the Win side for business and everything else. Scores and scores of Win apps installed over the years. [4 monitor system], well over 500K files on the drive.
    I just backed up the data from the two data-only drives, and made a bootable clone of the MacOS drive (SuperDuper). I have never successfully been able to clone the Win7 Bootcamp NTFS drive (even with Winclone back in 2009) because of volume sizes (or something). I decided to try again, from WITHIN Windows this time (all other attempts were from the Mac OS side).
    I bought, downloaded, and installed Acronis True image from within the Win7 bootcamp system. [I obviously did not know that it was gonna modify my MBR, and I had no idea at the time that the GPT and MBR areas were somehow 'mingled' on a bootcamp drive.]
    So, when I performed the Acronis-requested reboot (my default boot is into the Bootcamp/Win7 drive), it failed to boot and requested some Windows recovery media or something. I was concerned that anything i put in the DVD drive would sabotage my priceless (in retrospect) stable/optimized Win7 bootcamp system. So, i just hard-powered down the Mac and tried to restart.
    I did the Alt/option key, and i was presented with the Mac or Win drive icons. I selected Win, and then I got a different boot error message--'no MBR found'.
    But this time i realized that Acronis had stepped where it shouldn't have, and I figured the Mac side could fix the boot problem (maybe with bootcamp assistant or something).
    If i had stopped THERE, and searched the forums i could have found how to fix THAT problem--that has been answered tons of times…
    But, instead, i went to Disk Utility and asked it to repair my Bootcamp partition (I have Paragon NTFS and it has worked for years, and so I did not have a reason to doubt Disk Utility's ability to Repair an NTFS volume--not that i have tried it before, of course).
    Disk Utility repair ran for about 10-15 minutes and said it fixed about 10-20 things.
    The drive information (in the side bar and below) still had the BOOTCAMP partition, reported that it was NTFS, said that there was 308 GB still available of the 1.5TB drive, and that it contained 1.19TB 'used'. Looked normal to me.
    I closed Disk Utility and then opened a Finder window to see if DU left any 'artifacts' of its 'fixes' on the BOOTCAMP partition, and all the files were gone! Even though DU said it had 1.19TB 'used', all of my files are gone. [I rebooted also, to verify that it was not some 'delayed reporting' issue.]
    When I enable 'hidden files' to show, what I get on the Bootcamp partition are these three entries:
    .DS_Store (16KB), .fseventsd folder (with a 1KB UUID file inside it), and a .Trashes folder with zero KB.
    At this point, I panic and assume the position of despair. There is no 'undo' key for the D/U that I can find. I do an orderly shut down of the system, physically remove the Win7 BC drive, and make/verify a sector-by-sector clone of the drive (on a Win7 laptop, using Acronis--22 hours).
    In Win7 Disk Management, the GPT partition (on the original drive) shows up and the BOOTCAMP partition shows up--with the proper size--but windows does NOT recognize the partition as being NTFS. It reports it as being RAW and 'urges' me to format it (yeah, right…).
    So, I place the sector-by-sector duplicate back into the Mac, boot up (only the Mac OS is given as an option), and am ready to 'work on' recovering the Win7 BC partition (if possible).
    I am avoiding trying to fix the booting problem, because recovery of the 1.2TB of a working system is much more critical for me.
    The clone HDD reports the same in DU, except now the GPT partition shows up as greyed-out 'disk1s1', right above the "BOOTCAMP" partition in the sidebar. [I understand from researching this that disk1s1 is somehow related to the bootloader for BC?]
    I used the demo version of Data Rescue 3 to scan for recoverable files from the drive, but it doesn't even report the .files. (I am running the deep scan now, but will take about another 9 hours to complete that).
    Has anybody got any suggestions on how to reclaim this partition and its system?
    Here are a couple of other details from diagnostic tools:
    Model Name:    Mac Pro
      Model Identifier:    MacPro2,1
      Processor Name:    Quad-Core Intel Xeon
      Processor Speed:    3 GHz
      Number Of Processors:    2
      Total Number Of Cores:    8
      L2 Cache (per processor):    8 MB
      Memory:    13 GB
      Bus Speed:    1.33 GHz
      Boot ROM Version:    MP21.007F.B06
    newmac:~ gmmx2$ sudo gpt -r show disk1
           start        size  index  contents
               0           1         PMBR
               1           1         Pri GPT header
               2          32         Pri GPT table
              34      262144      1  GPT part - E3C9E316-0B5C-4DB8-817D-F92DF00215AE
          262178        2014        
          264192      409600      2  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
          673792  2929602560      3  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
      2930276352         783        
      2930277135          32         Sec GPT table
      2930277167           1         Sec GPT header
    newmac:~ gmmx2$ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk0
       1:                        EFI                         209.7 MB   disk0s1
       2:                  Apple_HFS Macintosh HD            999.9 GB   disk0s2
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.5 TB     disk1
       1:         Microsoft Reserved                         134.2 MB   disk1s1
       2:                        EFI                         209.7 MB   disk1s2
       3:       Microsoft Basic Data BOOTCAMP               1.5 TB     disk1s3
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.5 TB     disk2
       1:                        EFI                         209.7 MB   disk2s1
       2:                  Apple_HFS D3                      750.0 GB   disk2s2
       3:       Microsoft Basic Data DATA3                  749.9 GB   disk2s3
    /dev/disk3
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:     FDisk_partition_scheme                        *1.5 TB     disk3
       1:               Windows_NTFS SSDSUB                 1.5 TB     disk3s1
    [Disk 1 is obviously the BC one]
    newmac:~ gmmx2$ sudo fdisk /dev/disk1
    Password:
    Disk: /dev/disk1    geometry: -5415437/4/63 [-1364690128 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE    0   0   2 - 1023 254  63 [         1 - -1364690129] <Unknown ID>
    2: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    3: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    4: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    I cannot be the only one who has much such a catastrophic error, so I am hoping that there is something I have overlooked (being only a part-time Mac user) or there is some utility somewhere which can fix this--
    Or if you need more data, let me know...
    thank you for your time--gmm

    Additional information: I found the DU Repair log for that session, in case it helps:
    2013-01-28 04:31:00 -0700: Disk Utility started.
    2013-01-28 04:31:30 -0700: Verify and Repair volume “BOOTCAMP2013-01-28 04:31:30 -0700: Starting repair tool:
    2013-01-28 04:31:30 -0700: Verifying files...                                                            
    2013-01-28 04:31:57 -0700: Adjusting instance tags to prevent rollover on file 0x606f0.                  
    2013-01-28 04:31:57 -0700: Adjusting instance tags to prevent rollover on file 0x606f2.                  
    2013-01-28 04:31:57 -0700: Adjusting instance tags to prevent rollover on file 0x606f4.                  
    2013-01-28 04:32:01 -0700: Files verification completed.                                                 
    2013-01-28 04:32:01 -0700: Verifying meta files...                                                       
    2013-01-28 04:32:01 -0700: Meta files verification completed.                                            
    2013-01-28 04:32:01 -0700: Veryfing $AttrDef.                                                            
    2013-01-28 04:32:01 -0700: Veryfing $Boot.                                                               
    2013-01-28 04:32:01 -0700: Verifying $UpCase.                                                            
    2013-01-28 04:32:01 -0700: Correcting $UpCase data.                                                      
    2013-01-28 04:32:01 -0700: Verifying $LogFile.                                                           
    2013-01-28 04:32:01 -0700: Verifying $Volume.                                                            
    2013-01-28 04:32:02 -0700: Verifying files with EAs...                                                   
    2013-01-28 04:32:02 -0700: EAs verification completed.                                                   
    2013-01-28 04:32:02 -0700: Verifying folders...                                                          
    2013-01-28 04:41:54 -0700: Folders verification completed.                                               
    2013-01-28 04:41:54 -0700: Minor inconsistencies are detected on the volume.                             
    2013-01-28 04:41:54 -0700: Creating root directory                                                       
    2013-01-28 04:41:54 -0700: Verifying security descriptors...                                             
    2013-01-28 04:41:54 -0700: Clearing invalid security descriptor 0x25e                                    
    2013-01-28 04:41:54 -0700: Clearing invalid security descriptor 0x260                                    
    2013-01-28 04:41:54 -0700: Clearing invalid security descriptor 0x797                                    
    2013-01-28 04:41:54 -0700: Clearing invalid security descriptor 0x1538                                   
    2013-01-28 04:41:54 -0700: Deleting orphan $Secure::$SII entry 0x25e                                     
    2013-01-28 04:41:54 -0700: Deleting orphan $Secure::$SII entry 0x260                                     
    2013-01-28 04:41:54 -0700: Deleting orphan $Secure::$SII entry 0x797                                     
    2013-01-28 04:41:54 -0700: Deleting orphan $Secure::$SII entry 0x1538                                    
    2013-01-28 04:41:54 -0700: Deleting orphan $Secure::$SDH entry Id=0x797                                  
    2013-01-28 04:41:54 -0700: Deleting orphan $Secure::$SDH entry Id=0x25e                                  
    2013-01-28 04:41:55 -0700: Deleting orphan $Secure::$SDH entry Id=0x260                                  
    2013-01-28 04:41:55 -0700: Deleting orphan $Secure::$SDH entry Id=0x1538                                 
    2013-01-28 04:41:55 -0700: Verifying files security...                                                   
    2013-01-28 04:41:55 -0700: Record 0x97c contains invalid security Id (0x260)                             
    2013-01-28 04:41:55 -0700: Record 0x99b contains invalid security Id (0x260)                             
    2013-01-28 04:41:55 -0700: Record 0xb88 contains invalid security Id (0x260)                             
    2013-01-28 04:41:55 -0700: Record 0xb91 contains invalid security Id (0x260)                             
    2013-01-28 04:41:55 -0700: Record 0xb92 contains invalid security Id (0x260)                             
    2013-01-28 04:41:55 -0700: Record 0x5633 contains invalid security Id (0x260)                            
    2013-01-28 04:41:55 -0700: Record 0x5635 contains invalid security Id (0x260)                            
    2013-01-28 04:41:55 -0700: Record 0x5637 contains invalid security Id (0x260)                            
    2013-01-28 04:41:57 -0700: Record 0xe1d4 contains invalid security Id (0x25e)                            
    2013-01-28 04:41:57 -0700: Record 0xe1d5 contains invalid security Id (0x25e)                            
    2013-01-28 04:41:57 -0700: Record 0xe1d6 contains invalid security Id (0x260)                            
    2013-01-28 04:41:58 -0700: Record 0x111c9 contains invalid security Id (0x260)                           
    2013-01-28 04:41:58 -0700: Record 0x111ca contains invalid security Id (0x260)                           
    2013-01-28 04:41:58 -0700: Record 0x111cb contains invalid security Id (0x260)                           
    2013-01-28 04:41:58 -0700: Record 0x111dc contains invalid security Id (0x260)                           
    2013-01-28 04:41:58 -0700: Record 0x11285 contains invalid security Id (0x260)                           
    2013-01-28 04:41:58 -0700: Record 0x11297 contains invalid security Id (0x260)                           
    2013-01-28 04:41:58 -0700: Record 0x113c4 contains invalid security Id (0x260)                           
    2013-01-28 04:41:58 -0700: Record 0x113c5 contains invalid security Id (0x260)                           
    2013-01-28 04:41:58 -0700: Record 0x12528 contains invalid security Id (0x260)                           
    2013-01-28 04:42:00 -0700: Record 0x1cfe2 contains invalid security Id (0x260)                           
    2013-01-28 04:42:00 -0700: Record 0x1dce1 contains invalid security Id (0x260)                           
    2013-01-28 04:42:00 -0700: Record 0x1f6a8 contains invalid security Id (0x260)                           
    2013-01-28 04:42:00 -0700: Record 0x1f6a9 contains invalid security Id (0x260)                           
    2013-01-28 04:42:00 -0700: Record 0x1f6c4 contains invalid security Id (0x260)                           
    2013-01-28 04:42:00 -0700: Record 0x21d57 contains invalid security Id (0x797)                           
    2013-01-28 04:42:03 -0700: Record 0x3220d contains invalid security Id (0x260)                           
    2013-01-28 04:42:06 -0700: Record 0x4bc2a contains invalid security Id (0x260)                           
    2013-01-28 04:42:10 -0700: Record 0x64ff9 contains invalid security Id (0x1538)                          
    2013-01-28 04:42:11 -0700: Can't read $SDS                                                               
    2013-01-28 04:42:12 -0700: Security verification completed                                               
    2013-01-28 04:42:12 -0700: Verifying $MFT.                                                               
    2013-01-28 04:42:12 -0700: Verifying $MFTMirr.                                                           
    2013-01-28 04:42:12 -0700: Verifying $Bitmap.                                                            
    2013-01-28 04:42:18 -0700: Volume repair complete.
    2013-01-28 04:42:18 -0700: Updating boot support partitions for the volume as required.
    2013-01-28 04:42:18 -0700: Repair tool completed: 2013-01-28 04:42:18 -0700:
    2013-01-28 04:42:18 -0700:

  • Problem installing Windows (7, 8.0, 8.1) on BOOTCAMP - Mavericks

    Hallo guys,
    First I want to say thanks a lot to Christopher Murphy, because one and a half years ago I was having problems the same like the 1st post on that topic and with the instructions from Christopher I was able to get back my BOOTCAMP with Windows 7. Now I think that the commands from the 1st post changed something that is making my current problem appear. All was working like a charm till few days ago when I was get a decision to update to Mavericks.
    Previously I was with Mountain Lion 10.8 and with Windows 7 on Bootcamp. The hardware is iMac Late 2010 27'' with 1Tb SATA HDD.
    Few days ago I have deleted the BOOTCAMP partition and resized the disk to only 1 partition (with Bootcamp wizzard). Then I made a boot usb stick with Mavericks and then started the installation of Mavericks from my USB Stick. I have deleted all partitions and created a new one when the installation asked me to choose a partition. So everything was fine and Mavericks is ok and working great. Now the problematic part.
    I have created a Bootable USB Stick with Windows 8.1 first. I used some windows program to made it which I was using before and never had a problems on normal Computers (PC, not Apple) to boot and installing that windows from the same USB Flash Stick and the same Windows 8.1 and so on. I started Bootcamp Wizzard on my new Mavericks and than I notice that I have only 2 options there:
    1. Download drivers
    2. Install windows 7 or later version
    I have already the bootcamp software support drivers downloaded before and I have leave only the second tick checked.
    I tried to press Continue, but the Wizzard told me that it doesn't recognize a Windows DVD and cannot continue. Asked me to insert a Windows DVD and to continue.
    Now it's time to say that my DVD device is not working and I cannot use it.
    So I was thinking that the problem is coming from my USB Stick and tried few other programs to make a bootable usb stick with windows. That doesn't help.
    I started to read and googling the internet. I tried few options from some guys with a close problems. Reset with Options+CMD+P+R, to format USB Stick fully etc. Then I found that if I install daemon tools and mount a Windows 8.1 ISO the Bootcamp Assistant will continue on the next step and will build the BOOTCAMP partition. I made that and restarted the computer with the USB Stick plugged in. I got a message that there're no system disk and to insert one and to press any key to continue (or something like this). Then I made a hard restart and tried to hold the ALT (Option) key after the startup chime. I got the list of bootable devices, but the usb stick wasn't there Only Mavericks partition and HD Recovery one. Tried few more things with no luck.
    Then I found a topic where a few guys explaining how to get the 1st option on Bootcamp Wizzard (Create a Windows 7 or later version install disk). I changed the plist file in Bootcamp Assistant, then signed the app with xcode tools and yahoo, I got that option enabled.
    I made again a bootable usb stick with windows 8.1 from ISO with the Bootcamp Assistant 1st option. Then when I restarted the Mac keeping the ALT pressed it was a surprise that the USB stick with windows 8.1 showed up. I started Windows 8.1 setup, entered the serial number and then I selected the BOOTCAMP partition and the Next button wasn't active and error message was written that:
    "Windows cannot be installed to this disk. The selected disk has an MBR partition table. On EFI systems, Windows can only be installed to GPT disks."
    I tried format, delete partition, create new etc with no luck. Then I tried to recreate the bootcamp partition with Disk Utility, but with ExtFAT format and again no luck. I found another topic on internet where some guys are talking that only Windows 7 can be installed in that way on Mavericks BOOTCAMP. I don't know that this is true or not, but I tried with Windows 8.1, Windows 8.0 and now I'm going to get a Windows 7 from a friend these days, but I don't think that it will work.
    Is there someone who can help me out somehow or to tell me some tips or opinions what to do next?
    Here are few infos:
    Julians-iMac:~ julianstefanov$ df -h
    Filesystem      Size   Used  Avail Capacity  iused     ifree %iused  Mounted on
    /dev/disk0s2   558Gi   53Gi  505Gi    10% 13861731 132462763    9%   /
    devfs          191Ki  191Ki    0Bi   100%      661         0  100%   /dev
    map -hosts       0Bi    0Bi    0Bi   100%        0         0  100%   /net
    map auto_home    0Bi    0Bi    0Bi   100%        0         0  100%   /home
    /dev/disk0s4   372Gi  2.7Mi  372Gi     1%        0         0  100%   /Volumes/BOOTCAMP
    Julians-iMac:~ julianstefanov$
    Julians-iMac:~ julianstefanov$ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:                  Apple_HFS iMac                    599.3 GB   disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
       4:       Microsoft Basic Data BOOTCAMP                400.0 GB   disk0s4
    Julians-iMac:~ julianstefanov$
    Julians-iMac:~ julianstefanov$ diskutil cs list
    No CoreStorage logical volume groups found
    Julians-iMac:~ julianstefanov$
    Julians-iMac:~ julianstefanov$ sudo gpt -vv -r show /dev/disk0
    gpt show: /dev/disk0: mediasize=1000204886016; sectorsize=512; blocks=1953525168
    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 1953525167
           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  1170595968      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
      1171005608     1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      1172275144          56        
      1172275200   781248512      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
      1953523712        1423        
      1953525135          32         Sec GPT table
      1953525167           1         Sec GPT header
    Julians-iMac:~ julianstefanov$
    Julians-iMac:~ julianstefanov$ sudo fdisk /dev/disk0
    Disk: /dev/disk0 geometry: 121601/255/63 [1953525168 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: AF 1023 254  63 - 1023 254  63 [    409640 - 1170595968] HFS+       
    3: AB 1023 254  63 - 1023 254  63 [1171005608 -    1269536] Darwin Boot
    4: 0B 1023 254  63 - 1023 254  63 [1172275200 -  781248512] Win95 FAT-32
    Julians-iMac:~ julianstefanov$
    Julians-iMac:~ julianstefanov$ sudo dd if=/dev/rdisk0 count=1 2>/dev/null | hexdump -C
    00000000  33 c0 8e d0 bc 00 7c 8e  c0 8e d8 be 00 7c bf 00  |3.....|......|..|
    00000010  06 b9 00 02 fc f3 a4 50  68 1c 06 cb fb b9 04 00  |.......Ph.......|
    00000020  bd be 07 80 7e 00 00 7c  0b 0f 85 0e 01 83 c5 10  |....~..|........|
    00000030  e2 f1 cd 18 88 56 00 55  c6 46 11 05 c6 46 10 00  |.....V.U.F...F..|
    00000040  b4 41 bb aa 55 cd 13 5d  72 0f 81 fb 55 aa 75 09  |.A..U..]r...U.u.|
    00000050  f7 c1 01 00 74 03 fe 46  10 66 60 80 7e 10 00 74  |....t..F.f`.~..t|
    00000060  26 66 68 00 00 00 00 66  ff 76 08 68 00 00 68 00  |&fh....f.v.h..h.|
    00000070  7c 68 01 00 68 10 00 b4  42 8a 56 00 8b f4 cd 13  ||h..h...B.V.....|
    00000080  9f 83 c4 10 9e eb 14 b8  01 02 bb 00 7c 8a 56 00  |............|.V.|
    00000090  8a 76 01 8a 4e 02 8a 6e  03 cd 13 66 61 73 1c fe  |.v..N..n...fas..|
    000000a0  4e 11 75 0c 80 7e 00 80  0f 84 8a 00 b2 80 eb 84  |N.u..~..........|
    000000b0  55 32 e4 8a 56 00 cd 13  5d eb 9e 81 3e fe 7d 55  |U2..V...]...>.}U|
    000000c0  aa 75 6e ff 76 00 e8 8d  00 75 17 fa b0 d1 e6 64  |.un.v....u.....d|
    000000d0  e8 83 00 b0 df e6 60 e8  7c 00 b0 ff e6 64 e8 75  |......`.|....d.u|
    000000e0  00 fb b8 00 bb cd 1a 66  23 c0 75 3b 66 81 fb 54  |.......f#.u;f..T|
    000000f0  43 50 41 75 32 81 f9 02  01 72 2c 66 68 07 bb 00  |CPAu2....r,fh...|
    00000100  00 66 68 00 02 00 00 66  68 08 00 00 00 66 53 66  |.fh....fh....fSf|
    00000110  53 66 55 66 68 00 00 00  00 66 68 00 7c 00 00 66  |SfUfh....fh.|..f|
    00000120  61 68 00 00 07 cd 1a 5a  32 f6 ea 00 7c 00 00 cd  |ah.....Z2...|...|
    00000130  18 a0 b7 07 eb 08 a0 b6  07 eb 03 a0 b5 07 32 e4  |..............2.|
    00000140  05 00 07 8b f0 ac 3c 00  74 09 bb 07 00 b4 0e cd  |......<.t.......|
    00000150  10 eb f2 f4 eb fd 2b c9  e4 64 eb 00 24 02 e0 f8  |......+..d..$...|
    00000160  24 02 c3 49 6e 76 61 6c  69 64 20 70 61 72 74 69  |$..Invalid parti|
    00000170  74 69 6f 6e 20 74 61 62  6c 65 00 45 72 72 6f 72  |tion table.Error|
    00000180  20 6c 6f 61 64 69 6e 67  20 6f 70 65 72 61 74 69  | loading operati|
    00000190  6e 67 20 73 79 73 74 65  6d 00 4d 69 73 73 69 6e  |ng system.Missin|
    000001a0  67 20 6f 70 65 72 61 74  69 6e 67 20 73 79 73 74  |g operating syst|
    000001b0  65 6d 00 00 00 63 7b 9a  af 3c b0 3c 00 00 00 fe  |em...c{..<.<....|
    000001c0  ff ff ee fe ff ff 01 00  00 00 27 40 06 00 00 fe  |..........'@....|
    000001d0  ff ff af fe ff ff 28 40  06 00 80 e0 c5 45 00 fe  |......(@.....E..|
    000001e0  ff ff ab fe ff ff a8 20  cc 45 20 5f 13 00 00 fe  |....... .E _....|
    000001f0  ff ff 0b fe ff ff 00 80  df 45 00 e8 90 2e 55 aa  |.........E....U.|
    00000200
    Julians-iMac:~ julianstefanov$
    Thanks in advance!
    Julian

    Looks perfect with the Free Space. You can verify this by running sudo gpt -vv -r show /dev/disk0.
    If you try the EFI boot, please pick this Free Space slot, and it will get split into a 128MB MSR and the remainder as NTFS, if the installer finishes successfully. You may be able to install, but a preUEFI model cannot use the MSR to boot the main Windows partition, but a UEFI compliant machine can.
    On a Late 2013 15" rMBP (which is UEFI compliant), this is what Bootcamp on GPT looks like. (Notice GPT#4 - MSR and GPT#5 - NTFS).
    gpt show: /dev/disk0: mediasize=500277790720; sectorsize=512; blocks=977105060
    gpt show: /dev/disk0: PMBR at sector 0
    gpt show: /dev/disk0: Pri GPT at sector 1
    gpt show: /dev/disk0: Sec GPT at sector 977105059
          start       size  index  contents
              0          1         PMBR
              1          1         Pri GPT header
              2         32         Pri GPT table
             34          6        
             40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         409640  487712920      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
      488122560    1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      489392096         32        
      489392128     262144      4  GPT part - E3C9E316-0B5C-4DB8-817D-F92DF00215AE
      489654272  487450624      5  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
      977104896        131        
      977105027         32         Sec GPT table
      977105059          1         Sec GPT header
    sudo fdisk /dev/disk0
    Disk: /dev/disk0 geometry: 60821/255/63 [977105060 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE 1023 254  63 - 1023 254  63 [         1 -  977105059] <Unknown ID>
    2: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    3: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    4: 00    0   0   0 -    0   0   0 [         0 -          0] unused 

  • Windows refuses to install (slew of issues, specifically the partition)

    Hello guys,
    I'm using the iMac (Retina 5K, 27-inch, Late 2014), OS X Yosemite with a fusion drive). Previously I had Windows installed perfectly. I was running the tech build but after a few months I managed to mess it up due to driver issues. I decided to start over and reinstall the OS and use Windows 8.1.
    I did a checksum on the ISO used for Windows 8.1 and it checked out. I also tried using Windows Enterprise (supposedly not support but it's worked before for me) and the Windows tech build again.
    The first set off issues is that all versions tell me I can't partition the drive (windows installation screen). Then once I format it within the windows installation screen, it's the same issue.
    I tried using Tuxera, still doesn't work. Windows Techbuild recommended me to use fat32. Still doesn't work, and makes me format it regardless.
    At one point my partition got divided up.
    And when I goto boot camp assistant I get "the startup disk cannot be partitioned or restore to a single partition".
    I've lost hope and I can't repartition my entire drive at the moment. Is there a fix for this? I've also tried deleting the partition within Windows, making it free space. That manages to get me to the install screen but it gets stuck at ZERO percent and blames my source media (although the checksum is correct and it's done the same with Windows 8.1, Enterprise, and the Tech Build.
    So many problems. I've been using bootcamp since about 2007 or 2008? Never had these issues.

    It is a fusion drive. 1 Tb.  I've used BC assistant to format the drive, I've used Disk utility, I've used the windows installation screen. It's been messy because I've had to systematically see what could work and it hasn't be working in my favor. Not bootcamp won't format the drive . It shows this.
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *121.3 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:          Apple_CoreStorage                         121.0 GB   disk0s2
       3:                 Apple_Boot Boot OS X               134.2 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:          Apple_CoreStorage                         897.9 GB   disk1s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk1s3
       4:         Microsoft Reserved                         134.2 MB   disk1s4
       5:                        EFI NO NAME                 104.9 MB   disk1s5
       6: DE94BBA4-06D1-4D40-A16A-BFD50179D6AC               314.6 MB   disk1s6
       7:                        EFI NO NAME                 104.9 MB   disk1s7
       8:                        EFI NO NAME                 104.9 MB   disk1s8
       9: DE94BBA4-06D1-4D40-A16A-BFD50179D6AC               314.6 MB   disk1s9
      10:                        EFI NO NAME                 104.9 MB   disk1s10
      11: DE94BBA4-06D1-4D40-A16A-BFD50179D6AC               314.6 MB   disk1s11
      12:                        EFI NO NAME                 104.9 MB   disk1s12
      13: DE94BBA4-06D1-4D40-A16A-BFD50179D6AC               314.6 MB   disk1s13
      14:                        EFI NO NAME                 104.9 MB   disk1s14
      15: DE94BBA4-06D1-4D40-A16A-BFD50179D6AC               314.6 MB   disk1s15
      16:                        EFI NO NAME                 104.9 MB   disk1s16
      17:       Microsoft Basic Data                         98.8 GB    disk1s17
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Macintosh HD           *1.0 TB     disk2
                                     Logical Volume on disk0s2, disk1s2
                                     3DFC77B6-760D-4557-9406-84285ABC8F70
                                     Unencrypted Fusion Drive
    /dev/disk3
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:     FDisk_partition_scheme                        *8.0 GB     disk3
       1:                 DOS_FAT_32 WININSTALL              8.0 GB     disk3s1
    Arashs-iMac:~ arashsahba$ diskutil cs list
    CoreStorage logical volume groups (1 found)
    |
    +-- Logical Volume Group 2BF7B76A-40C7-4DFD-9379-3A5D64F31CB5
        =========================================================
        Name:         Macintosh HD
        Status:       Online
        Size:         1018855284736 B (1.0 TB)
        Free Space:   114688 B (114.7 KB)
        |
        +-< Physical Volume F312D5A6-75D9-4761-86DA-9DA88629E0A0
        |   ----------------------------------------------------
        |   Index:    0
        |   Disk:     disk0s2
        |   Status:   Online
        |   Size:     120988852224 B (121.0 GB)
        |
        +-< Physical Volume D3CFCF99-72D9-4FC3-A9D0-37C782F8AA78
        |   ----------------------------------------------------
        |   Index:    1
        |   Disk:     disk1s2
        |   Status:   Online
        |   Size:     897866432512 B (897.9 GB)
        |
        +-> Logical Volume Family D46909CB-3525-4D90-A08C-F6B36B08F1BB
            Encryption Status:       Unlocked
            Encryption Type:         None
            Conversion Status:       NoConversion
            Conversion Direction:    -none-
            Has Encrypted Extents:   No
            Fully Secure:            No
            Passphrase Required:     No
            |
            +-> Logical Volume 3DFC77B6-760D-4557-9406-84285ABC8F70
                Disk:                  disk2
                Status:                Online
                Size (Total):          1012999913472 B (1.0 TB)
                Conversion Progress:   -none-
                Revertible:            No
                LV Name:               Macintosh HD
                Volume Name:           Macintosh HD
                Content Hint:          Apple_HFS
    Arashs-iMac:~ arashsahba$ sudo gpt -vv -r show /dev/disk0
    Password:
    gpt show: /dev/disk0: mediasize=121332826112; sectorsize=512; blocks=236978176
    gpt show: /dev/disk0: PMBR at sector 0
    gpt show: /dev/disk0: Pri GPT at sector 1
    gpt show: /dev/disk0: Sec GPT at sector 236978175
          start       size  index  contents
              0          1         PMBR
              1          1         Pri GPT header
              2         32         Pri GPT table
             34          6        
             40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         409640  236306352      2  GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
      236715992     262144      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      236978136          7        
      236978143         32         Sec GPT table
      236978175          1         Sec GPT header
    Arashs-iMac:~ arashsahba$ sudo fdisk /dev/disk0
    Disk: /dev/disk0 geometry: 14751/255/63 [236978176 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE 1023 254  63 - 1023 254  63 [         1 -  236978175] <Unknown ID>
    2: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    3: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    4: 00    0   0   0 -    0   0   0 [         0 -          0] unused "

  • Cannot Partition 3TB Internal Drive for Bootcamp

    I have read a number of threads and tried a number of things from various websites to get my iMac to use Bootcamp, but no luck. It was so easy with my MacBook Pro. :^/
    The basic problem is that when I start with a single, internal 3TB drive with a brand, new clean install of Yosemite, I get the message:
    The startup disk cannot be partitioned or restored to a single partition.
    The startup disk must be formatted as a single Mac OS Extended (Journaled) volume or already partitioned by Boot Camp Assistant for installing Windows.
    To get past this I go into Disk Utility and resize the partition from 3TB to 2TB. This allows me to get past this screen and have Boot Camp partition the drive. Note that it shows the drive as 2TB and I divide it equally with 1TB for Mac and 1TB for Windows.
    In the Windows installer the first thing you notice is that there are five partitions, and that the Windows partition is 1.8 TB, it having grabbed the empty space for itself. It complains that it cannot use the partition as it uses the GPT Partition Style, so I click the Format option to have it format as NTFS. But it still complains that it cannot use the partition because of its style.
    Going back into the Mac OS and using Disk Utility, I try and reformat the partition to ExFAT and it starts to, but fails indicating that it is not supported for Core Storage.
    I have been through this cycle several times now. I thought the issue previously was because of an older version of OS X. I then upgraded and found the same issue. So in order to change the partition style I finally wiped the drive using Disk Utility from a bootable USB and reinstalled Yosemite cleanly.
    If I missed a step or option somewhere I am willing to wipe the drive again. I just need to know what to change. Here is the current state of my drive:
    > diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *3.0 TB     disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:                  Apple_HFS Internal                1.0 TB     disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
       4:          Apple_CoreStorage                         2.0 TB     disk0s4
       5:                 Apple_Boot Boot OS X               134.2 MB   disk0s5
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:     FDisk_partition_scheme                        *7.8 GB     disk1
       1:                 DOS_FAT_32 WININSTALL              7.8 GB     disk1s1
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                            GSP1RMCPRXFRER_EN_DVD  *3.3 GB     disk2
    > sudo gpt -vv -r show /dev/disk0
    gpt show: /dev/disk0: mediasize=3000592982016; sectorsize=512; blocks=5860533168
    gpt show: /dev/disk0: PMBR at sector 0
    gpt show: /dev/disk0: Pri GPT at sector 1
    gpt show: /dev/disk0: Sec GPT at sector 5860533167
           start        size  index  contents
               0           1         PMBR
               1           1         Pri GPT header
               2          32         Pri GPT table
              34           6        
              40      409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
          409640  1954418960      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
      1954828600     1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      1956098136        1960        
      1956100096  3904170888      4  GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
      5860270984      262144      5  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      5860533128           7        
      5860533135          32         Sec GPT table
      5860533167           1         Sec GPT header
    >
    sudo fdisk /dev/disk0
    Disk: /dev/disk0 geometry: 97451/255/63 [1565565872 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE 1023 254  63 - 1023 254  63 [         1 - 4294967294] <Unknown ID>
    2: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    3: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    4: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    Any help that can be offered would be greatly appreciated. Thanks in advance.
    Dale

    This is an example if the partitions are
    GPT1 = MBR1 = EFI
    GPT2 = MBR2 = OSX
    GPT3 = MBR3 = Recovery HD
    GPT4 = MBR4 = BOOTCAMP.
    You will need to pick the correct order based on how you format the 3TB disk. Any GPT entry beyond the 2TB address will not be a part of the MBR.
    Rebuild MBR to match the new GPT information thus resetting the Hybrid MBR. Use defaults for other questions (like partition codes). The only values that need modifications are the Boot flags and step 6. Accept all other defaults that Gdisk offers.
    Sudo gdisk /dev/disk0
    P  (Print list of parts)
    R   (Recover)
    H (chooses Hybrid)
    Partitions numbers to be hybridized: 2 3 4
    Y (Good for GRUB question)
    N (part 2 boot flag)
    N (part 3 boot flag)
    Y  (part 4 boot flag make NTFS bootable partition)
    W  (Write the new MBR)
    Y    (Yes! write the new MBR)
    Reboot
    Here is an example of the Q&A (when using partitions 2 3 4) ...
    Place EFI GPT (0xEE) partition first in MBR (good for GRUB)? (Y/N): Y
    Creating entry for GPT partition #2 (MBR partition #2)
    Enter an MBR hex code (default AF): Press Enter/Return
    Set the bootable flag? (Y/N): N
    Creating entry for GPT partition #3 (MBR partition #3)
    Enter an MBR hex code (default AB): Press Enter/Return
    Set the bootable flag? (Y/N): N
    Creating entry for GPT partition #4 (MBR partition #4)
    Enter an MBR hex code (default 07): 07
    Set the bootable flag? (Y/N): Y

  • Retina iMac 3tb Fusion drive Boot Camp failure

    Trying to install Windows 8.1 to a 1tb Bootcamp partition on 3tb Fusion drive. BCA creates the partition, Windows installer sees it, but requires formatting it, but then it can't install to it. I get an error that it can't create or see the partition. I'm assuming this has to do with BCA creating the partition someplace Windows can't handle it (past the first 2.2tb of the drive).
    Here is the info requested in a previous thread.
    Rogers-iMac:~ reberhart$ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *121.3 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:          Apple_CoreStorage                         121.0 GB   disk0s2
       3:                 Apple_Boot Boot OS X               134.2 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *3.0 TB     disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:          Apple_CoreStorage                         2.0 TB     disk1s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk1s3
       4:       Microsoft Basic Data                         1.0 TB     disk1s4
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Macintosh HD           *2.1 TB     disk2
                                     Logical Volume on disk0s2, disk1s2
                                     718A36B4-10B9-49A9-B585-CFC222080507
                                     Unencrypted Fusion Drive
    /dev/disk3
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:     FDisk_partition_scheme                        *8.0 GB     disk3
       1:                 DOS_FAT_32 WININSTALL              8.0 GB     disk3s1
    /dev/disk4
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *4.0 TB     disk4
       1:                        EFI EFI                     314.6 MB   disk4s1
       2:                  Apple_HFS My Book                 4.0 TB     disk4s2
    Rogers-iMac:~ reberhart$ diskutil cs list
    CoreStorage logical volume groups (1 found)
    |
    +-- Logical Volume Group 49E959A5-5F3C-4178-8A2D-067D2C853A96
        =========================================================
        Name:         Macintosh HD
        Status:       Online
        Size:         2118855286784 B (2.1 TB)
        Free Space:   114688 B (114.7 KB)
        |
        +-< Physical Volume D9052F80-9907-4815-8AF1-C9FF8D9C3293
        |   ----------------------------------------------------
        |   Index:    0
        |   Disk:     disk0s2
        |   Status:   Online
        |   Size:     120988852224 B (121.0 GB)
        |
        +-< Physical Volume E2271529-B42D-49F9-B231-3CAE6A0FF812
        |   ----------------------------------------------------
        |   Index:    1
        |   Disk:     disk1s2
        |   Status:   Online
        |   Size:     1997866434560 B (2.0 TB)
        |
        +-> Logical Volume Family AAC1C060-264E-4435-9992-5380CAF17B07
            Encryption Status:       Unlocked
            Encryption Type:         None
            Conversion Status:       NoConversion
            Conversion Direction:    -none-
            Has Encrypted Extents:   No
            Fully Secure:            No
            Passphrase Required:     No
            |
            +-> Logical Volume 718A36B4-10B9-49A9-B585-CFC222080507
                Disk:                  disk2
                Status:                Online
                Size (Total):          2112999915520 B (2.1 TB)
                Conversion Progress:   -none-
                Revertible:            No
                LV Name:               Macintosh HD
                Volume Name:           Macintosh HD
                Content Hint:          Apple_HFS
    Rogers-iMac:~ reberhart$ sudo gpt -vv -r show /dev/disk0
    WARNING: Improper use of the sudo command could lead to data loss
    or the deletion of important system files. Please double-check your
    typing when using sudo. Type "man sudo" for more information.
    To proceed, enter your password, or type Ctrl-C to abort.
    Password:
    gpt show: /dev/disk0: mediasize=121332826112; sectorsize=512; blocks=236978176
    gpt show: /dev/disk0: PMBR at sector 0
    gpt show: /dev/disk0: Pri GPT at sector 1
    gpt show: /dev/disk0: Sec GPT at sector 236978175
          start       size  index  contents
              0          1         PMBR
              1          1         Pri GPT header
              2         32         Pri GPT table
             34          6        
             40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         409640  236306352      2  GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
      236715992     262144      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      236978136          7        
      236978143         32         Sec GPT table
      236978175          1         Sec GPT header
    Rogers-iMac:~ reberhart$ sudo fdisk /dev/disk0
    Disk: /dev/disk0 geometry: 14751/255/63 [236978176 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE 1023 254  63 - 1023 254  63 [         1 -  236978175] <Unknown ID>
    2: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    3: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    4: 00    0   0   0 -    0   0   0 [         0 -          0] unused 

    Whoops. Should have caught that myself.
    Rogers-iMac:~ reberhart$ sudo gpt -vv -r show /dev/disk1
    Password:
    gpt show: /dev/disk1: mediasize=3000592982016; sectorsize=512; blocks=5860533168
    gpt show: /dev/disk1: PMBR at sector 0
    gpt show: /dev/disk1: Pri GPT at sector 1
    gpt show: /dev/disk1: Sec GPT at sector 5860533167
           start        size  index  contents
               0           1         PMBR
               1           1         Pri GPT header
               2          32         Pri GPT table
              34           6        
              40      409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
          409640  3902082880      2  GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
      3902492520     1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      3903762056         376        
      3903762432  1956769792      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
      5860532224         911        
      5860533135          32         Sec GPT table
      5860533167           1         Sec GPT header
    Rogers-iMac:~ reberhart$ sudo fdisk /dev/disk1
    Disk: /dev/disk1 geometry: 97451/255/63 [1565565872 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE 1023 254  63 - 1023 254  63 [         1 - 4294967294] <Unknown ID>
    2: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    3: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    4: 00    0   0   0 -    0   0   0 [         0 -          0] unused     

  • Boot issue with External HDD since OSX 10.10

    Hi
    Wanted to share my experience and I hope someone can help me here. I have a 2TB USB3.0 LaCie Minimus HDD that worked just fine on OSX 10.9 and even Windows 8.1. However since Yosemite (10.10) every single Mac (MacPro, MacBookPro) that I plug the HDD to will not longer boot-up normally (cold boot) IF the HDD is turned on. Power off the HDD every Mac on 10.10 will boot normally. However reboot and wake-up from sleep work fine.
    To make sure I explained my self correctly.
    Power off your mac on OSX 10.9, have the 2TB USB3.0 LaCie Minimus HDD (powered on) connected to your Mac. then power it on back and no problems.
    Power off your PC with Win 8.1, have the 2TB USB3.0 LaCie Minimus HDD (powered on) connected to your PC. then power it on back and no problems.
    Power off your mac on OSX 10.10, have the 2TB USB3.0 LaCie Minimus HDD (powered on) connected to your Mac. then power it on back and the Mac boot will be stuck until your power off the 2TB USB3.0 LaCie Minimus HDD.
    Also note that Rebbot and wake from sleep work just fine in every situation and OSs. I reseted the PRAM, SMC, and tested the HDD on a Fresh 10.10 install as well as on a 10.10 upgrade and a Old 10.9.X MacBookPro.
    To make sure it was not a partition problem I formatted the drive and removed all partitions (EFI) several times on each OSs... Same result.
    Finally I contacted LaCie and I am waiting for their feedback.
    Message was edited by: Akiba-Seattle

    Here you are!
    PS Thanks for helping. In My case it was disk2
    XXXs-Mac-Pro:~ XXX$ diskutil info -plist disk0
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
      <key>Bootable</key>
      <false/>
      <key>BusProtocol</key>
      <string>PCI</string>
      <key>CanBeMadeBootable</key>
      <false/>
      <key>CanBeMadeBootableRequiresDestroy</key>
      <false/>
      <key>Content</key>
      <string>GUID_partition_scheme</string>
      <key>DeviceBlockSize</key>
      <integer>512</integer>
      <key>DeviceIdentifier</key>
      <string>disk0</string>
      <key>DeviceNode</key>
      <string>/dev/disk0</string>
      <key>DeviceTreePath</key>
      <string>IODeviceTree:/PCI0@0/RP05@1C,4/SSD0@0/PRT0@0/PMP@0</string>
      <key>Ejectable</key>
      <false/>
      <key>FreeSpace</key>
      <integer>0</integer>
      <key>GlobalPermissionsEnabled</key>
      <false/>
      <key>IOKitSize</key>
      <integer>251000193024</integer>
      <key>Internal</key>
      <true/>
      <key>LowLevelFormatSupported</key>
      <false/>
      <key>MediaName</key>
      <string>APPLE SSD SM0256F Media</string>
      <key>MediaType</key>
      <string>Generic</string>
      <key>MountPoint</key>
      <string></string>
      <key>OS9DriversInstalled</key>
      <false/>
      <key>ParentWholeDisk</key>
      <string>disk0</string>
      <key>RAIDMaster</key>
      <false/>
      <key>RAIDSlice</key>
      <false/>
      <key>SMARTStatus</key>
      <string>Verified</string>
      <key>SolidState</key>
      <true/>
      <key>SupportsGlobalPermissionsDisable</key>
      <false/>
      <key>SystemImage</key>
      <false/>
      <key>TotalSize</key>
      <integer>251000193024</integer>
      <key>VolumeName</key>
      <string></string>
      <key>WholeDisk</key>
      <true/>
      <key>Writable</key>
      <true/>
      <key>WritableMedia</key>
      <true/>
      <key>WritableVolume</key>
      <false/>
    </dict>
    </plist>
    XXXs-Mac-Pro:~ XXX$ diskutil info -plist disk2
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
      <key>Bootable</key>
      <false/>
      <key>BusProtocol</key>
      <string>USB</string>
      <key>CanBeMadeBootable</key>
      <false/>
      <key>CanBeMadeBootableRequiresDestroy</key>
      <false/>
      <key>Content</key>
      <string>GUID_partition_scheme</string>
      <key>DeviceBlockSize</key>
      <integer>512</integer>
      <key>DeviceIdentifier</key>
      <string>disk2</string>
      <key>DeviceNode</key>
      <string>/dev/disk2</string>
      <key>DeviceTreePath</key>
      <string>IODeviceTree:/PCI0@0/PEG0@1/BR00@0/BR13@1/XHC1@0</string>
      <key>Ejectable</key>
      <true/>
      <key>FreeSpace</key>
      <integer>0</integer>
      <key>GlobalPermissionsEnabled</key>
      <false/>
      <key>IOKitSize</key>
      <integer>2000398934016</integer>
      <key>Internal</key>
      <false/>
      <key>LowLevelFormatSupported</key>
      <false/>
      <key>MediaName</key>
      <string>ST2000DM 001-1ER164 Media</string>
      <key>MediaType</key>
      <string>Generic</string>
      <key>MountPoint</key>
      <string></string>
      <key>OS9DriversInstalled</key>
      <false/>
      <key>ParentWholeDisk</key>
      <string>disk2</string>
      <key>RAIDMaster</key>
      <false/>
      <key>RAIDSlice</key>
      <false/>
      <key>SMARTStatus</key>
      <string>Not Supported</string>
      <key>SupportsGlobalPermissionsDisable</key>
      <false/>
      <key>SystemImage</key>
      <false/>
      <key>TotalSize</key>
      <integer>2000398934016</integer>
      <key>VolumeName</key>
      <string></string>
      <key>WholeDisk</key>
      <true/>
      <key>Writable</key>
      <true/>
      <key>WritableMedia</key>
      <true/>
      <key>WritableVolume</key>
      <false/>
    </dict>
    </plist>
    XXXs-Mac-Pro:~ XXX$ diskutil cs list
    No CoreStorage logical volume groups found
    XXXs-Mac-Pro:~ XXX$
    XXXs-Mac-Pro:~ XXX$ sudo gpt -vv -r show /dev/disk0
    Password:
    gpt show: /dev/disk0: mediasize=251000193024; sectorsize=512; blocks=490234752
    gpt show: /dev/disk0: PMBR 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         PMBR
              1          1         Pri GPT header
              2         32         Pri GPT table
             34          6        
             40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         409640  488555536      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
      488965176    1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      490234712          7        
      490234719         32         Sec GPT table
      490234751          1         Sec GPT header
    XXXs-Mac-Pro:~ XXX$
    XXXs-Mac-Pro:~ XXX$ sudo gpt -vv -r show /dev/disk2
    gpt show: /dev/disk2: mediasize=2000398934016; sectorsize=512; blocks=3907029168
    gpt show: /dev/disk2: PMBR at sector 0
    gpt show: /dev/disk2: Pri GPT at sector 1
    gpt show: /dev/disk2: Sec GPT at sector 3907029167
           start        size  index  contents
               0           1         PMBR
               1           1         Pri GPT header
               2          32         Pri GPT table
              34           6        
              40      409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
          409640  3906357344      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
      3906766984      262151        
      3907029135          32         Sec GPT table
      3907029167           1         Sec GPT header

  • Unable to install Windows 7 on Macbook Pro (mid2014)

    I have been trying unsuccessfully to install  Windows 7 using Bootcamp on a Macbook Pro  15" Retina display (mid 2014)
    I have made a usb stick with  Windows 7 and drivers using bootcamp, and was able to partition a 50gb windows drive on the 500gb SSD drive in the Macbook.
    Windows Setup seems to boot normally, and I get to the part where I am supposed to select and format the  Bootcamp partition.  I select format, but when I select Next after I format the Bootcamp partition,  Windows Setup tells me it was unable to create a new system partition or locate an existing system partition. I can't go any further.  I also noticed that the partition Name  BOOTCAMP disappeared when I formatted  the boot camp partition (partition 4).  I just run the bootcamp assistant and delete the windows partition, but I would like to install a Windows version.   Perhaps Windows 7 is not compatible with this macbook and I need to install Windows 8.1

    Here is the output copied from Terminal. The first time that I tried to use Bootcamp, I lost 50gb when it failed, so I used Carbon Copy drive to restore my missing info.  I may try to delete it all, and recover then use time machine to reset everything back to original.
    MacBook-Pro:~ John$ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *500.3 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:                  Apple_HFS Macintosh HD            499.3 GB   disk0s2
       3:                 Apple_Boot Recovery HD             784.2 MB   disk0s3
    MacBook-Pro:~ John$ diskutil cs list
    No CoreStorage logical volume groups found
    MacBook-Pro:~ John$ sudo gpt -vv -r show /dev/disk0
    gpt show: /dev/disk0: mediasize=500277790720; sectorsize=512; blocks=977105060
    gpt show: /dev/disk0: PMBR at sector 0
    gpt show: /dev/disk0: Pri GPT at sector 1
    gpt show: /dev/disk0: Sec GPT at sector 977105059
          start       size  index  contents
              0          1         PMBR
              1          1         Pri GPT header
              2         32         Pri GPT table
             34          6        
             40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         409640  975163704      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
      975573344    1531680      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      977105024          3        
      977105027         32         Sec GPT table
      977105059          1         Sec GPT header
    MacBook-Pro:~ John$ sudo fdisk /dev/disk0
    Disk: /dev/disk0 geometry: 60821/255/63 [977105060 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE 1023 254  63 - 1023 254  63 [         1 -  977105059] <Unknown ID>
    2: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    3: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    4: 00    0   0   0 -    0   0   0 [         0 -          0] unused     

Maybe you are looking for

  • Xsl:if creates unwanted newline [SOLVED]

    Hi there. I'm making a report, with some images. This works fine (it's just an image of a checkbox, base64 data..). However, when printing many lines, I only want to print the checkbox if it's actually text there. Short explanation: Q1 Q2 Q3 Q4 Q5 I

  • Problem in mapping with optional tag

    Hi all, I have to map the following messages: Source: <POITEM> (occurrence 0...unbounded)    <TipoRecord></TipoRecord>    <PO_ITEM></PO_ITEM>    <DELETE_IND></DELETE_IND> </POITEM> <POITEM>    <TipoRecord></TipoRecord>    <PO_ITEM></PO_ITEM>    <DELE

  • HOW TO INCREASE HD SPace - Logic FCP=almost full

    MBP 2.2 120GB HD, anyone know of a larger HD they can recommend at a decent price? Prefer 7200, but really want largest...also noticed there are some FW LAcie that apple sells also with eSata, but moving files means taking HD. I know the loops alone

  • Windows Installer Maybe?

    I have Windows 7.1 OS installed Whenever I try to install another program I get the error, "A system restart is pending" and I cant install my programs (IBM ISeries Access for Windows or Symantec) There is no restart pending I tried the work around o

  • Somehow I got my website page enlarged and now I can't reduce it, please help

    I have no idea what I did. the mouse started to enlarge the page way more than it should and now the page is stuck at enlarged and when I scroll it down small, it's still way bigger than it should be. I know it's simple but I don't know what to do to