I ran those commands - here are the results
Hi joevt, thanks for those diagnostic tips.
Yes I can boot the Mac into BootCamp WIndows 7 OK, no apparent problems.
I ran the terminal commands you suggested, my interpretations of what they mean and the results obtained from them are below. I do not have the experience to tell whether or not these results show any problem, the "Suspicious MBR at sector 0" looks odd at first, but maybe that's just Apple getting fussy about non-Apple items being present on its landscape (?).
LIST THE PHYSICAL HARD DRIVES AND THEIR PARTITIONS:
$ diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *500.1 GB disk0
1: EFI 209.7 MB disk0s1
2: Apple_HFS Macintosh HD 250.0 GB disk0s2
3: Microsoft Basic Data BOOTCAMP 249.7 GB disk0s3
PHYSICAL HARD DRIVE CHECK - GPT PARTITION TABLE:
$ sudo gpt -r show -l disk0
Password:
gpt show: disk0: Suspicious MBR at sector 0
start size index contents
0 1 MBR
1 1 Pri GPT header
2 32 Pri GPT table
34 6
40 409600 1 GPT part - "EFI system partition"
409640 488374272 2 GPT part - "Customer"
488783912 264152
489048064 487725056 3 GPT part - "BOOTCAMP"
976773120 15
976773135 32 Sec GPT table
976773167 1 Sec GPT header
PHYSICAL HARD DRIVE CHECK - MBR PARTITION TABLE:
$ sudo fdisk /dev/rdisk0
Disk: /dev/rdisk0 geometry: 60801/255/63 [976773168 sectors]
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
1: EE 1023 254 63 - 1023 254 63 [ 1 - 409639] <Unknown ID>
2: AF 1023 254 63 - 1023 254 63 [ 409640 - 488374272] HFS+
*3: 07 1023 254 63 - 1023 254 63 [ 489048064 - 487725056] HPFS/QNX/AUX
4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
VIRTUAL DRIVE CHECK - MBR PARTITION TABLE:
First, find out what the virtual hard disk is called (wow, didn't know one could do this...")
$ ls "/Users/Shared/Parallels/Windows 7.pvm"
Next, run your command:
$ fdisk "/Users/Shared/Parallels/Windows 7.pvm/ST9500420ASG (disk0).hdd/PhysicalMbr.hds"
Disk: /Users/Shared/Parallels/Windows 7.pvm/ST9500420ASG (disk0).hdd/PhysicalMbr.hds geometry: 0/4/63 [1 sectors]
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
1: EE 0 0 2 - 25 127 14 [ 1 - 409639] <Unknown ID>
2: AF 25 127 15 - 1023 254 63 [ 409640 - 488374272] HFS+
*3: 07 1023 254 63 - 1023 254 63 [ 489048064 - 487725056] HPFS/QNX/AUX
4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
You say "Check the Edit Partitions dialog in the hard disk configuration and make sure all the partitions that Windows 7 needs are selected." But I don't know how to do that (what's an "Edit Partitions dialog", how do I view it and what does Windows 7 need? I wish I had that kind of background knowledge.
Many thanks,
David