It's hard to say what the issue really is, Apple's firmware is finicky. So I assume you got the Windows 7 DVD booted, and it repaired the Windows volume, and you can now boot Windows?
It's hard to say what the issue really is, Apple's firmware is finicky. So I assume you got the Windows 7 DVD booted, and it repaired the Windows volume, and you can now boot Windows?
can recreate the problem at will, by simply reconnecting the Seagate drive.
diskutil list
sudo dd if=/dev/rdisk[B][U]X[/U][/B] count=1 2>/dev/null | hexdump -C
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *750.2 GB disk0
1: EFI 209.7 MB disk0s1
2: Apple_HFS JR Mac HD 374.0 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
4: Microsoft Basic Data BOOTCAMP 375.3 GB disk0s4
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.5 TB disk1
1: EFI 209.7 MB disk1s1
2: Apple_HFS WD JR BlackBook 1.5 TB disk1s2
/dev/disk2
#: TYPE NAME SIZE IDENTIFIER
0: CD_partition_scheme *804.4 MB disk2
1: Apple_partition_scheme 700.4 MB disk2s0
2: Apple_partition_map 32.3 KB disk2s0s1
3: Apple_HFS WD SmartWare 160.8 MB disk2s0s2
/dev/disk3
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *3.0 TB disk3
1: EFI 209.7 MB disk3s1
2: Apple_HFS BC clone 150.0 GB disk3s2
3: Apple_HFS JR MacHD TM 700.0 GB disk3s3
4: Apple_HFS WD JR BB Clone 1.7 TB disk3s4
5: Apple_HFS JR MacHD Clone 499.3 GB disk3s5
sudo dd if=/dev/rdisk3 count=1 2 >/dev/null | hexdump -C
dd: unknown operand 2
Code:sudo dd if=/dev/rdisk3 count=1 2 >/dev/null | hexdump -C dd: unknown operand 2
You have a space after the 2, and there shouldn't be one.
Just cleans up excess before being run through hexdump.Sorry about that, you were redirecting std err, yes?
I finally entered the command correctly; however, I get nothing displayed.
mingisapsycho:~ chris$ sudo dd if=/dev/rdisk0 count=1 2>/dev/null | hexdump -C
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 fe |................|
000001c0 ff ff ee fe ff ff 01 00 00 00 af 32 cf 1d 00 00 |...........2....|
000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
/dev/disk2
#: TYPE NAME SIZE IDENTIFIER
0: CD_partition_scheme *804.4 MB disk2
1: Apple_partition_scheme 700.4 MB disk2s0
2: Apple_partition_map 32.3 KB disk2s0s1
sudo gpt -r -v show /dev/disk3
sudo dd if=/dev/rdisk3 count=2 2>/dev/null | hexdump -C
I checked the manpage for dd, but I couldn't figure it out what to do, I think you are attempting to dump the 1st 2 sectors.
gpt show: /dev/disk3: mediasize=3000592977920; sectorsize=4096; blocks=732566645
start size index contents
0 1 PMBR
1 1 Pri GPT header
2 4 Pri GPT table
6 51200 1 GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
51206 36621096 2 GPT part - 48465300-0000-11AA-AA11-00306543ECAC
36672302 32768
36705070 170898440 3 GPT part - 48465300-0000-11AA-AA11-00306543ECAC
207603510 32768
207636278 402976808 4 GPT part - 48465300-0000-11AA-AA11-00306543ECAC
610613086 32768
610645854 121888018 5 GPT part - 48465300-0000-11AA-AA11-00306543ECAC
732533872 32768
732566640 4 Sec GPT table
732566644 1 Sec GPT header
For disk3, I got nothing again.
sudo dd if=/dev/disk3 count=1 2>/dev/null | hexdump -C
sudo dd if=/dev/disk3 bs=4096 count=1 2>/dev/null | hexdump -C
sudo dd if=/dev/disk3 count=1 2>/dev/null | hexdump -C
sudo dd if=/dev/disk3 count=1 2>/dev/null | hexdump -C
Password:
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 fe |................|
000001c0 ff ff ee fe ff ff 01 00 00 00 74 14 aa 2b 00 00 |..........t..+..|
000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
sudo dd if=/dev/disk3 count=2 2>/dev/null | hexdump -C
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 fe |................|
000001c0 ff ff ee fe ff ff 01 00 00 00 74 14 aa 2b 00 00 |..........t..+..|
000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200 00 00 00 00 00 00 00 d0 79 11 49 b5 fc 07 00 10 |........y.I.....|
00000210 4b 01 ae 78 ff 7f 00 00 8c 07 40 00 00 00 00 00 |K..x......@.....|
00000220 0f 41 70 70 6c 65 5f 45 6e 63 72 79 70 74 65 64 |.Apple_Encrypted|
00000230 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000240 00 00 00 00 00 00 00 d0 0a 10 49 b5 fc 07 00 c0 |..........I.....|
00000250 04 00 ae 78 ff 7f 00 00 8c 07 40 00 00 00 00 00 |...x......@.....|
00000260 0f 41 70 70 6c 65 5f 42 6f 6f 74 5f 52 61 69 64 |.Apple_Boot_Raid|
00000270 00 00 00 00 00 00 00 00 00 00 00 00 00 00 28 00 |..............(.|
00000280 d8 7a ae 78 ff 7f 00 00 8c 07 40 00 00 00 00 00 |.z.x......@.....|
00000290 09 41 70 70 6c 65 5f 44 4d 47 00 00 00 00 00 00 |.Apple_DMG......|
000002a0 be 11 49 b5 fc 07 00 50 f4 0c 49 b5 fc 07 00 a0 |..I....P..I.....|
000002b0 32 01 70 70 6c 65 5f 46 72 65 65 00 00 00 00 00 |2.pple_Free.....|
000002c0 00 00 00 00 00 00 00 d0 e2 0c 49 b5 fc 07 00 b0 |..........I.....|
000002d0 02 00 70 70 6c 65 5f 4a 6f 75 72 6e 61 6c 04 00 |..pple_Journal..|
000002e0 d8 7a ae 78 ff 7f 00 00 8c 07 40 00 00 00 00 00 |.z.x......@.....|
000002f0 12 41 70 70 6c 65 5f 52 41 49 44 5f 4f 66 66 6c |.Apple_RAID_Offl|
00000300 69 6e 65 00 00 00 00 00 00 00 00 00 00 00 00 00 |ine.............|
00000310 00 00 00 00 00 00 00 d0 30 12 49 b5 fc 07 00 d0 |........0.I.....|
00000320 53 00 70 70 6c 65 5f 53 63 72 61 74 63 68 02 00 |S.pple_Scratch..|
00000330 d8 7a ae 78 ff 7f 00 00 8c 07 40 00 00 00 00 00 |.z.x......@.....|
00000340 09 41 70 70 6c 65 5f 55 46 53 00 00 00 00 00 00 |.Apple_UFS......|
00000350 00 00 00 00 00 00 00 d0 00 00 00 00 00 00 00 d0 |................|
00000360 09 00 ae 78 ff 7f 00 00 8c 07 40 00 00 00 00 00 |...x......@.....|
00000370 0a 41 70 70 6c 65 5f 48 46 53 58 00 00 00 03 00 |.Apple_HFSX.....|
00000380 d8 7a ae 78 ff 7f 00 00 8c 07 40 00 00 00 00 00 |.z.x......@.....|
00000390 09 41 70 70 6c 65 5f 49 53 4f 00 00 00 00 05 00 |.Apple_ISO......|
000003a0 d8 7a ae 78 ff 7f 00 00 8c 07 40 00 00 00 00 00 |.z.x......@.....|
000003b0 09 41 70 70 6c 65 5f 4b 46 53 00 00 00 00 07 00 |.Apple_KFS......|
000003c0 d8 7a ae 78 ff 7f 00 00 8c 07 40 00 00 00 00 00 |.z.x......@.....|
000003d0 0c 41 70 70 6c 65 5f 50 72 6f 44 4f 53 00 0d 00 |.Apple_ProDOS...|
000003e0 d8 7a ae 78 ff 7f 00 00 8c 07 40 00 00 00 00 00 |.z.x......@.....|
000003f0 0c 46 72 65 65 42 53 44 20 55 46 53 32 00 0f 00 |.FreeBSD UFS2...|
00000400
Some results this time . . .
/dev/disk3
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *3.0 TB disk3
1: EFI 209.7 MB disk3s1
2: Apple_HFS BC clone 150.0 GB disk3s2
3: Apple_HFS JR MacHD TM 700.0 GB disk3s3
4: Apple_HFS WD JR BB Clone 1.7 TB disk3s4
5: Apple_HFS JR MacHD Clone 499.3 GB disk3s5
Giacomos-MacMini:~ giacomoraucci$ sudo gdisk -l /dev/disk3
Password:
GPT fdisk (gdisk) version 0.8.6
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/disk3: 732566645 sectors, 2.7 TiB
Logical sector size: 4096 bytes
Disk identifier (GUID): 36E5B7FA-382E-4BA0-9CD1-6F22A61F1BE3
Partition table holds up to 128 entries
First usable sector is 6, last usable sector is 732566639
Partitions will be aligned on 8-sector boundaries
Total free space is 131072 sectors (512.0 MiB)
Number Start (sector) End (sector) Size Code Name
1 6 51205 200.0 MiB EF00 EFI System Partition
2 51206 36672301 139.7 GiB AF00 BootCamp backup
3 36705070 207603509 651.9 GiB AF00 JR MacHD TM
4 207636278 610613085 1.5 TiB AF00 WD JR BB Clone
5 610645854 732533871 465.0 GiB AF00 JR MacHD Clone
Logical sector size: 4096 bytes
diskutil info /dev/disk3
What is the model of this disk
diskutil info /dev/disk3
Device Identifier: disk3
Device Node: /dev/disk3
Part of Whole: disk3
Device / Media Name: Seagate Backup+ Desk Media
Volume Name: Not applicable (no file system)
Mounted: Not applicable (no file system)
File System: None
Content (IOContent): GUID_partition_scheme
OS Can Be Installed: No
Media Type: Generic
Protocol: USB
SMART Status: Not Supported
Total Size: 3.0 TB (3000592977920 Bytes) (exactly 5860533160 512-Byte-Blocks)
Volume Free Space: Not applicable (no file system)
Device Block Size: 4096 Bytes
Read-Only Media: No
Read-Only Volume: Not applicable (no file system)
Ejectable: Yes
Whole: Yes
Internal: No
OS 9 Drivers: No
Low Level Format: Not supported
Did you repartition this drive with Disk Utility? How? Did you click on the drive, go to the Partition tab, and change the number of partitions from Current to 4 partitions?
Code:Device Block Size: 4096 Bytes
And, yes, I changed current to 4 partitions. If I remember the current partition was FAT32 (but I'm not 100% sure on the fAT32).
sudo dd if=/dev/disk3 skip=8 count=1 2>/dev/null | hexdump -C
sudo dd if=/dev/disk3 skip=8 count=1 2>/dev/null | hexdump -C
sudo dd if=/dev/disk3 skip=8 count=1 2>/dev/null | hexdump -C
00000000 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 |EFI PART....\...|
00000010 55 68 e9 85 00 00 00 00 01 00 00 00 00 00 00 00 |Uh..............|
00000020 74 14 aa 2b 00 00 00 00 06 00 00 00 00 00 00 00 |t..+............|
00000030 6f 14 aa 2b 00 00 00 00 fa b7 e5 36 2e 38 a0 4b |o..+.......6.8.K|
00000040 9c d1 6f 22 a6 1f 1b e3 02 00 00 00 00 00 00 00 |..o"............|
00000050 80 00 00 00 80 00 00 00 ae 2d 9e 7c 00 00 00 00 |.........-.|....|
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00000200
[*]If I repartitioned the Seagate and created a NTFS or FAT32 partition, will that also solve this problem?
[*]Also, is there a way to modify the MBR record so that I don't get the infinite loop?
Code:sudo dd if=/dev/disk3 skip=8 count=1 2>/dev/null | hexdump -C 00000000 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 |EFI PART....\...|
FWIW, I'm still having a hard time understanding why BootCamp is attempting to boot from a non-bootable volume, but I understand that it's a (new) scenario not encountered before.
Maybe if those sectors were zero'd out and recreated cleanly, the extra space would report zeros instead of garbage. It could be worth a shot.
Should I try it or wait on the gdisk reply first? Of course, would need your help on which unix cmd(s) to issue.
sudo gdisk /dev/disk[B][U]X[/U][/B]
p
b
3tbseagate_gdisk_partition.bin
x
z
y
y
sudo gdisk /dev/disk[B][U]X[/U][/B]
r
l
<exactly the same filename as used above>
w
y
sudo gdisk -l /dev/disk[B][U]X[/U][/B]
sudo dd if=/dev/disk[B][U]X[/U][/B] bs=4096 count=1 2>/dev/null | hexdump -C
Posting by murphychris.
And post that, there shouldn't be more than a few lines if this works./QUOTE]
Code:sudo dd if=/dev/disk3 bs=4096 count=1 2>/dev/null | hexdump -C
Here's the results from the above command:
Code:sudo dd if=/dev/disk3 bs=4096 count=1 2>/dev/null | hexdump -C 00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 000001b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 fe |................| 000001c0 ff ff ee fe ff ff 01 00 00 00 74 14 aa 2b 00 00 |..........t..+..| 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.| 00000200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 00001000
Unfortunately, got the same results, system hangs when attempting to boot Windows with Seagate drive connected. However, I did notice one difference, when I booted Windows w/o Seagate, then connected the Seagate HD, I got 3 prompts in succession to reformat Drive H, Drive I, Drive J. My guess is that it's referring to 3 of the 4 Seagate partitions. Also, on the Mac side, all of the partition's contents look ok, when viewing via Finder.
I've included as an attachment the Terminal Output, assuming I did the attachment correctly.
Unfortunately, got the same results, system hangs when attempting to boot Windows with Seagate drive connected.
However, I did notice one difference, when I booted Windows w/o Seagate, then connected the Seagate HD, I got 3 prompts in succession to reformat Drive H, Drive I, Drive J.
How are you choosing Windows (System Preferences, or option key boot manager at the startup chime)?
The hang occurs before any indication of Windows booting, after the Mac OS "chime". I don't see any cursor, just a blank screen.Exactly when does the hang occur? This is before you see any indication Windows is booting? At the hang is there a cursor on a black screen or anything?
However, I did notice one difference, when I booted Windows w/o Seagate, then connected the Seagate HD, I got 3 prompts in succession to reformat Drive H, Drive I, Drive J.
That's well AFTER Windows has booted though, right?
This gives us additional time to troubleshoot, only if you have an interest of pursuing this. I'm ok either way. You've helped a lot in solving the problem and narrowing down on the solution. Thank you.Yes, it looks like customers are experiencing some problems with the Harddrive. In this case, the best option would be to contact the Manufacturer, Seagate. In case they couldn't fix this, Please contact us. We'll be more than happy to help you with the return. Here's the contact number for the Seagate: 1-800-SEAGATE (1-800-732-4283).