Another way to do this, if you have another 64GB drive that is already prep'd for the empeg, is to connect both that drive and the new KingFast drive to a Linux machine, and just clone the existing drive to the Kingspec.

The slow easy way:

cat /dev/sdX > /dev/sdY

..taking care to determine the correct sdX sdY names for the two drives. No feedback given from the "easy way" (cat), but it will silently complete after an hour or 12. smile
I think I have nearly always used some variation of that rather than going through builder/download/sync hell. smile

There are other commands that give progress feedback (eg. "dd") if you want to figure out their more complex syntax.

EDIT: something like this (requires a very up-to-date Linux):

dd if=/dev/sdX of=/dev/sdY status=progress


Edited by mlord (04/02/2017 21:14)