New HDD used Winclone to Migrate but can't boot into BOOTCAMP

Okay, so I'm familiar with some command line stuff and need some guidance here...
Bootcamp partition looks good but will not boot. I get "Error loading operating system" on trying to boot into bootcamp. I'm posting the output of a couple of things that I've seen asked for in the other threads...
ISD-Mac-Pro:~ mbrunner$ sudo gpt -r -vv show disk4
gpt show: disk4: mediasize=4000787030016; sectorsize=512; blocks=7814037168
gpt show: disk4: Suspicious MBR at sector 0
gpt show: disk4: Pri GPT at sector 1
gpt show: error: bogus map
gpt show: unable to open device 'disk4': No such file or directory
ISD-Mac-Pro:~ mbrunner$ sudo fdisk /dev/disk4
Disk: /dev/disk4    geometry: 219051/255/63 [3519069872 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  43  26 [    409640 -  587845200] HFS+       
3: AB 1023  43  27 - 1023  49  49 [ 588254840 -    1269536] Darwin Boot
*4: 07 1023  59  36 -  855 132  45 [ 589524992 - 2929543168] HPFS/QNX/AUX
ISD-Mac-Pro:~ mbrunner$ sudo dd if=/dev/rdisk4s4 count=1 2>/dev/null | hexdump -C
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 70 23 23  |........?....p##|
00000020  00 00 00 00 80 00 80 00  f8 47 9d ae 00 00 00 00  |.........G......|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  08 37 34 70 b5 73 80 12  |.........74p.s..|
00000050  16 4b c2 89 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |.K...3.....|.h..|
00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.>..N|
00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 dd 00 1e 83 ec  |U.u.....u.......|
00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
000000d0  4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |K.+.w......f#.u-|
000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
000000f0  68 07 bb 16 68 70 0e 16  68 09 00 66 53 66 53 66  |h...hp..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  28 10 b9 d8 0f fc f3 aa  e9 5f 01 90 90 66 60 1e  |(........_...f`.|
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a0 f8 01 e8 09 00  |...u...fa.......|
00000170  a0 fb 01 e8 03 00 f4 eb  fd b4 01 8b f0 ac 3c 00  |..............<.|
00000180  74 09 b4 0e bb 07 00 cd  10 eb f2 c3 0d 0a 41 20  |t.............A |
00000190  64 69 73 6b 20 72 65 61  64 20 65 72 72 6f 72 20  |disk read error |
000001a0  6f 63 63 75 72 72 65 64  00 0d 0a 42 4f 4f 54 4d  |occurred...BOOTM|
000001b0  47 52 20 69 73 20 6d 69  73 73 69 6e 67 00 0d 0a  |GR is missing...|
000001c0  42 4f 4f 54 4d 47 52 20  69 73 20 63 6f 6d 70 72  |BOOTMGR is compr|
000001d0  65 73 73 65 64 00 0d 0a  50 72 65 73 73 20 43 74  |essed...Press Ct|
000001e0  72 6c 2b 41 6c 74 2b 44  65 6c 20 74 6f 20 72 65  |rl+Alt+Del to re|
000001f0  73 74 61 72 74 0d 0a 00  8c a9 be d6 00 00 55 aa  |start.........U.|
00000200

Bulldog-XTRM wrote:
Recovery/transformation command (? for help): o
Disk size is 7814037168 sectors (3.6 TiB)
MBR disk identifier: 0x028A47A7
MBR partitions:
Number  Boot  Start Sector   End Sector   Status      Code
   1                     1       409639   primary     0xEE
   2                409640    588254839   primary     0xAF
   3             588254840    589524375   primary     0xAB
   4      *      589524992   3519068159   primary     0x07
Recovery/transformation command (? for help): p
Disk /dev/disk4: 7814037168 sectors, 3.6 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 7814037134
Partitions will be aligned on 8-sector boundaries
Total free space is 2301 sectors (1.1 MiB)
Number  Start (sector)    End (sector)  Size       Code  Name
   1              40          409639   200.0 MiB   EF00  EFI System Partition
   2          409640      4883222135   2.3 TiB     AF00  Mac HD1
   3      4883222136      4884491671   619.9 MiB   AB00  Recovery HD
   4      4884492288      7814035455   1.4 TiB     0700  BOOTCAMP
If the Gdisk display is correct, a Hybrid MBR after 2.2TiB is not valid.
ISD-Mac-Pro:~ mbrunner$ sudo fdisk /dev/disk4
Disk: /dev/disk4    geometry: 219051/255/63 [3519069872 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  43  26 [    409640 -  587845200] HFS+       
3: AB 1023  43  27 - 1023  49  49 [ 588254840 -    1269536] Darwin Boot
*4: 07 1023  59  36 -  855 132  45 [ 589524992 - 2929543168] HPFS/QNX/AUX
Entry 2 is 587845200 sectors (512 bytes each) ~ 280GiB.  The GPT 2 entry is 2.3TiB. These do not match either,

Similar Messages

  • Pavilion G6-1203ey: Hard Disk Test FAILED, but can still boot into Windows

    Hello
    I have HP Pavilion G6-1203ey laptop. After installing Windows (7 ultimate, 64 bit) and some drivers on it and after several restarts, it hanged at Windows logo and I had to turn it off with power button. Then after turning it on, it gave me the option to repair problems which are preventing it from starting up, from there I let it to restore the computer to an earlier restore point and after a restart the Windows was working again. After that I decided to do a hard disk check just in case.
    The Hard Disk Self Test ended up with a message: Hard Disk 1 Full (305). Then I installed HP Unified Extensible Firmware Interface (UEFI) Support Environment and did hard disk from there. I chose the comprehensive test from the options, but it finished fairly quickly (in ~1 minute) with the following output:
    Testing Drive: 1
    Hard Disk SMART Check : PASSED
    Hard Disk Short DST : FAILED
    FAILURE ID : PTTU22-5T774L-MFPV4K-60S003
    PRODUCT ID : A5Q15EA#B1R
    Hard Disk 1
    Hard Disk Test : FAILED
    A bit more background:
    The previous owner told me that the original HDD was faulty which is why he replaced it with this one last year. He said that other than that there has been no problems with the laptop. The Windows is working right now and this HDD is quite new so I would not have expected any problems with it, but the results from the previously mentioned tests seem troubling. Is there a reason to worry?
    Thanks
    This question was solved.
    View Solution.

    Hi Alnuir,
    Welcome to the HP Support Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I read your post and looked into the failure ID that you posted regarding the failed Short DST test. That error is indicating a hard disk failure meaning that if it hasn't failed it might soon. If everything is working I would considering backing up your data on a regular basis just to be safe. You could have a local technician take a look at the hard drive to see how close it is to full failure.
    Thank you,
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • I replaced the original hdd in my early 2008 iMac.  I can't move my files that were backed up with Time Machine to my new hdd using Migration Assistant.  When prompted to select the "from drive", the ext. hhd does not appears as a selection. Please help!!

    I replaced the original hdd in my early 2008 iMac.  I can't move my files that were backed up with Time Machine to my new hdd using Migration Assistant.  When prompted to select the "from drive", the ext. hhd does not appears as a selection. Please help!!

    I'd recommend staring over, Pondini has created an excellent guide on how to use Setup Assistant. I'd recommend begin reading Pondini Setup Assistant tips where he talks about "Second Chance." Assuming your Time Machine backup is sound the restore  should be very smooth.
    Roger

  • Can I install CS6 from old Mac on new iMac using apple's migration-assitent

    Can I install CS6 from old Mac on new iMac using apple's migration-assitent?

    you may be lucky, but you should expect problems if you do that.
    you should properly install your adobe software using the adobe installation files.
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • HT4889 Hi. I`ve just started transferring from my old Imac to a new Macbook, using the WIFI. But I realize it will take days to get it done. Can I cancel the process, and start over again using the thunderbolt port? Without causing any trouble?

    Hi. I`ve just started transferring from my old Imac to a new Macbook, using the WIFI. But I realize it will take days to get it done. Can I cancel the process, and start over again using the thunderbolt port? Without causing any trouble?

    See Pondini's Setup New Mac guide for possible answers.

  • I'm using Mail 7.3 but can't find a "Block Sender" option, as exists in Outlook, as a way to block spam and unsolicited advertising. thanks.

    I'm using Mail 7.3 but can't find a "Block Senders" option - as exists in Outlook - as a way to prevent repeated spam and advertising landing in my Inbox. Anyone have a solution for this? I've had a look at the Message Rules option but that doesn't seem to offer a fix. Thanks

    You should be able to manage the problem with Rules, if you are happy to just delete the emails without you ever seeing them.
    In Mail>Preferences>Rules, create a new rule with these options:
    Description: Give a name to the Rule, such as Delete or Block Sender
    On the line started 'If' choose 'Any' from the drop down menu and on the next line select 'From' and 'Contains', and then input the email address of the unwanted sender
    Under 'Perform the following actions' choose 'Delete'.
    As other senders you want to block send you unwanted emails you can add them to the rule by clicking the '+' sign against the line you added the email, if you have an email from that sender on screen when you edit the rule - they should appear there automatically.

  • I received notice about a new cover art requirement (1400x1400 pixels) but can't find a way to change my existing art. My podcast has been updating flawlessly for several years, so I'd hate to have to remove the feed and start over.

    I received notice about a new cover art requirement (1400x1400 pixels) but can't find a way to change my existing art. My podcast has been updating flawlessly for several years, so I'd hate to have to remove the feed and start over.

    Please note - this was not a personalized email - Apple is sending this out to ALL podcasts that are listed on iTunes.
    If you are hosting with Libsyn or most any other "Podcast" host you should be ok. 
    http://blog.libsyn.com/libsyn-servers-are-byte-range-enabled-and-100-compliant-w ith-i-tunes-requirements
    If you are on a self hosted site or worse yet using some file storage service like Dropbox - then you are going to have issues. 
    Again - this leter from Apple does not mean anything is wrong wth your show specifically - it is a generic letter going out to all podcasters.
    Rob W
    podCast411

  • How do I pay for my storage plan when I don't have a credit card? Last year I used an iTunes voucher but can't find that option this year. Please help!

    How do I pay for my storage plan when I don't have a credit card? Last year I used an iTunes voucher but can't find that option this year. Please help!

    Create an iTunes credit by redeeming a gift card and it will be charged to your credit.  From http://support.apple.com/kb/ht4874:
    "payment methods accepted include iTunes store credit, credit cards, and debit cards"

  • I have replaced my ibook hard drive but when I start up I get a folder with a flashing question mark. I have tried installing the OSX disk using the "C" key but can't get any further than the flashing "?." What do I do? What is the problem?

    I have replaced my ibook hard drive but when I start up I get a folder with a flashing question mark. I have tried installing the OSX disk using the "C" key but can't get any further than the flashing "?." What do I do? What is the problem?

    Which iBook do you have?
    http://support.apple.com/kb/HT1772?viewlocale=en_US
    Which version of the OS is installed, and which version are you trying to install?
    You could try starting up with Startup Manager and see if it will allow you to select the OS X install disc as the startup disk. If so, maybe you can proceed from there. I would recommend repairing the hard drive first since you are evidently having a bit of a problem with it.

  • Cant login using internet explorer 9 but can using...

    I cant login using internet explorer 9 but can using other browsers such as mozilla and google chrome on my laptop.
    The problem is only on my laptop as i can login on my desktop pc .
    I keep returning to the login page everytime I submit my details.
    Solved!
    Go to Solution.

    You could try clearing cookies and cache - see here for how http://kb.wisc.edu/page.php?id=15141
    Can't think of much else I'm afraid - don't actually use IE (or windows) that much myself.

  • Changed my iMac but Can't Boot from Windows

    I'm using iMac 21.5 with Mac OS X 10.6.6
    All programs are updated.
    I used to have iMac 24, but i removed it's hard drive and installed it on a new iMac 21.5
    i can't boot from windows 7.
    what should i do ?

    Can you boot into safe mode ..... because if you can you can also reach "repair computer"! so reboot your windows partition, as soon as the bios appears start pressing F8 until you see "Advanced Boot Options" when you get there choose, "Repair your Computer" (1st selection on the page) and go to "Startup Repair" .. selecting that will cause Windows to attempt to repair the boot sector of it's partition, if it succeeds you'll be able to boot, if not no data will have been lost.
    However please understand that without a backup of your windows partition data loss is a possibility under these circumstances. Windows hard drives almost never boot when moved from one installation to another. Read that last bit twice.
    Good luck
    Message was edited by: Csound1

  • Created three new users without Apple IDs and they can't log into either of my Macbook Pro or Mac Mini running Mountain Lion.

    I have created three new users without Apple IDs and they can't log into either of my Macbook Pro or Mac Mini running Mountain Lion.  These accounts are for my kids and originally were setup with parental controls and time constraints.  Thinking this was the problem I removed the time constraints, removed the parental controls, deleted and re-added them, and made them standard users.  I have reinstalled, used disk utility to repair permissions, and made them admins.   Any help is appreciated.

    Users don't need Apple ID's. That's not the issue. Have you tried repairing permissions their accounts?
    http://osxdaily.com/2011/11/15/repair-user-permissions-in-mac-os-x-lion/
    Repairing User Permissions in OS X Lion
    You’ll need to reboot to perform this, and then use the same resetpassword utility that is used to change passwords in Lion, but instead choosing a hidden option.
    When you use the Disk Utility app and Repair Permissions — it doesn’t actually repair the permission settings on folders and files in your Home folder where your documents and personal applications reside.
    In Lion, there is an additional Repair Permissions application utility hidden away. This tool is located inside boot Repair Utilities. Here’s how to access it.
    Restart Lion and hold down the Command and R keys.    You will boot into the Repair Utilities screen. On top, in the Menu Bar click the Utilities item then select Terminal.
    In the Terminal window, type resetpassword and hit Return.
    The Password reset utility launches, but you’re not going to reset the password. Instead, click on the icon for your Mac’s hard drive at the top. From the drop-down below it, select the user account where you are having issues.
    At the bottom of the window, you’ll see an area labeled ‘Reset Home Directory Permissions and ACLs’. Click the Reset button there.
    The reset process takes a couple of minutes. When it’s done, quit the programs you’ve opened and restart your Mac. Notice that ‘Spotlight’ starts re-indexing immediately.

  • Can I boot into a PC laptop on an iMac using Bootcamp through a eSATA to Thunderbolt connection?

    Can I boot into a PC laptop on an iMac using Bootcamp through a eSATA to Thunderbolt connection?  Work forces you to use their computers, but it would be nice to use an iMac and extra displays while at home.

    Set up a VNC connection between the computers.
    (51819)

  • I have an apple i phone that is disabled because cant remember the password to get into the phone i was told to sign into i tunes to be able to unlock my phone. i have i tunes i get into on my i phone but can not get into it on my computer??

    i have an apple i phone that is disabled because cant remember the password to get into the phone i was told to sign into i tunes to be able to unlock my phone. i have i tunes i get into on my i phone but can not get into it on my computer??

    Hey grandkids7k,
    Thanks for the question. The following resource provides troubleshooting information if you have forgotten your passcode:
    iOS: Forgotten passcode or device disabled after entering wrong passcode
    http://support.apple.com/kb/HT1212
    If you have never synced your device with iTunes, or you do not have access to a computer
    If you see one of following alerts, you need to erase the device:
    "iTunes could not connect to the [device] because it is locked with a passcode. You must enter your passcode on the [device] before it can be used with iTunes."
    "You haven't chosen to have [device] trust this computer"
    If you have Find My iPhone enabled, you can use Remote Wipe to erase the contents of your device. If you have been using iCloud to back up, you may be able to restore the most recent backup to reset the passcode after the device has been erased.
    Alternatively, place the device in recovery mode and restore it to erase the device:
    1. Disconnect the USB cable from the device, but leave the other end of the cable connected to your computer's USB port.
    2. Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the device to shut down.
    3. While pressing and holding the Home button, reconnect the USB cable to the device. The device should turn on.
    4. Continue holding the Home button until you see the Connect to iTunes screen.
    5. iTunes will alert you that it has detected a device in recovery mode. Click OK, and then restore the device.
    Thanks,
    Matt M.

  • My old computer can detect my USB when booting, but can't boot Parted

    I have an USB with the Parted Magic Linux environment on it made with Unetbootin, which I tried to boot from other computers and works perfectly.
    However, I have an old computer that can detect the USB in the boot menu (not only in the setup, also in the "Boot from here" menu), but can't boot from it (it just fails as if there wasn't anything bootable in the USB).
    Unfortunately I don't have many more details right now, but does anyone know what is happening?

    Sounds like a hardware issue.
    I just fought with an old "server" box, with two Xeon iii chips in it.  I KNEW that I had good CD's, and I was pretty certain that everything worked, but simply could not get Arch to boot up.
    Finally booted to a diagnostics CD (don't ask which one - it's sorta illegal) and figured out that the CD drive was half-dead, with a lot of IO errors.  Swapped the CD drive, and booted straight into Arch, got it all installed, and on the web.
    Like Gusar says, try a different USB stick, then try a different USB port, or even swap out which USB plug you're using inside the box.  Old machines do some strange things when some odd bit of hardware starts going flaky.
    Last edited by Runaway1956 (2011-12-19 19:10:21)

Maybe you are looking for