Post Preview
postName: 'Scott Elkin'
postWebsite: 'http://scottelkin.com'
postComment: "My disk names were different. My main disk was \"disk0\" and my bootcamp partition was \"disk0s4\".\n\nAnother note, I had to go into Disk Utility, click on the Bootcamp partition, and click \"unmount\" for these to work.\n\nThen ran each of these in Terminal. I broke them up so that I could better understand them.\n\ncd /Applications/Winclone.app/Contents/Resources/\n\nsudo ./gptrefresh -f -w -m /PATH-TO-YOUR-WINCLONE-FILE/boot.mbr -a 4 -u -i 0x07 /dev/disk0\n\ncd /Library/NTFSProgs/\n\nsudo ./ntfscp -f /dev/disk0s4 /Applications/Winclone.app/Contents/Resources/BCD /Boot/BCD"