Thanks for working on this ~ we all really appreciate your efforts!!! I'm heading off to bed soon but will check first thing in the morning for replies.
I went and reinitialized one of my drives, first to MBR, then back to GPT.
This is what a fresh GUID partitioned drive should look like:
Code:
/dev/disk5
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *931.5 Gi disk5
1: EFI 200.0 Mi disk5s1
2: Apple_HFS DV 931.2 Gi disk5s2
I know this is beating a dead horse, but you're sure you got to this dialog when partitioning the drive? (
see attached) It's just so hard sometimes, doing this with mental imagery
😉 . I think the way Boot Camp does the MBR is different (I forget the mod it does at the moment), so having Windows write what it thinks is a normal MBR kills the GPT part of the drive (the short story of what I think happened during the Windows install-gone-bad). That could explain the failure of the GUID initialization.
I'll post back in a bit. I saw one procedure which required a 2nd Mac and 3rd party software (you wouldn't happen to have Disk Warrior?), but I'm confident there's a way to do it the old fashioned way - command(o) line
😉 I love a challenge, anyway.
Have a good night!
edit: (attached image removed) What I found is what I suspected - Somewhere during the aborted Windows installation, it killed the EFI partition. I don't know why Disk Utility is unable to restore that when reinitializing the partition as GUID, but it apparently isn't. There's a way to manually recreate the EFI partition, which should either fix the boot problem (since you've already done the restore) or allow it to restore properly. It depends on where the HFS+ partition physically starts (there has to be room for EFI). This all might be giving you "x"s in the eyes
🙂
So to start with, I'll need some more info from Terminal.
This is what the GPT itself should look like:
Code:
gpt show -l /dev/disk0
start size index contents
0 1 PMBR
1 1 Pri GPT header
2 32 Pri GPT table
34 6
40 409600 1 GPT part - "EFI System Partition"
409640 1952853344 2 GPT part - "Untitled"
1953262984 262151
1953525135 32 Sec GPT table
1953525167 1 Sec GPT header
So, if you can enter the following command and post back your GPT info, I'll know more what you can try next.
First, (after booting to the Leopard DVD) run Disk Utility, and unmount "Macintosh HD". Now, quit Disk Utility, and open Terminal. Enter the following:
That should printout something like my example above. I'm hoping the main partition starts at block 409640 and the area below that is empty. Then, we can create a new EFI part and just boot right up to your good old OS-X. (oops, sorry for the "x"s-in-the-eyes stuff again...)