well, nice to find the thread restored - nevertheless 20 months of infos seem unfortunately to be gone... EDIT: subscriptions to this thread are also gone and have to be done again! post #1 is restored from my latest backup of it one of the best findings of the last months was done by viper Zx, Atari800XL and Tito which was a translation table for the serial to fit into registry. i wrote a little perl script to do so: Code: #!/usr/bin/perl $Serial="48XTNCN9-VWPXHM5N-8WF4PKFY-3YB663W3-RC7ZUHXL-ZBPWS6J4-STERXX34-ME7QJSWT"; $Serial2=$Serial; $Serial2 =~ s/(.)/&Translate("\U$1")/ge; open O, ">>serial.txt"; print O "$Serial\n\"standard\"=\"$Serial2\"\n\n"; close O; print "$Serial\n\"standard\"=\"$Serial2\"\n\nsaved to serial.txt\npress RETURN"; <>; sub Translate() { my ($C) = @_; return $C if $C=~s/-/120/; return $C if $C=~s/1/100/; return $C if $C=~s/2/103/; return $C if $C=~s/3/102/; return $C if $C=~s/4/ 97/; return $C if $C=~s/5/ 96/; return $C if $C=~s/6/ 99/; return $C if $C=~s/7/ 98/; return $C if $C=~s/8/109/; return $C if $C=~s/9/108/; return $C if $C=~s/A/ 20/; return $C if $C=~s/B/ 23/; return $C if $C=~s/C/ 22/; return $C if $C=~s/D/ 17/; return $C if $C=~s/E/ 16/; return $C if $C=~s/F/ 19/; return $C if $C=~s/G/ 18/; return $C if $C=~s/H/ 29/; return $C if $C=~s/J/ 31/; return $C if $C=~s/K/ 30/; return $C if $C=~s/L/ 25/; return $C if $C=~s/M/ 24/; return $C if $C=~s/N/ 27/; return $C if $C=~s/O/ 26/; return $C if $C=~s/P/ 5/; return $C if $C=~s/Q/ 4/; return $C if $C=~s/R/ 7/; return $C if $C=~s/S/ 6/; return $C if $C=~s/T/ 1/; return $C if $C=~s/U/ 0/; return $C if $C=~s/V/ 3/; return $C if $C=~s/W/ 2/; return $C if $C=~s/X/ 13/; return $C if $C=~s/Y/ 12/; return $C if $C=~s/Z/ 15/; # should never come here: return "\nERROR in key: '$C'\n"; }
which post you are talking about? if you mean the whole thread: mdl have had a desaster and 20 months of posts are lost...
FYI: Acronis True Image 2017 New Generation, Build 6106, Jan 18, 2017 ***://***.acronis.com/en-us/support/updates/changes.html?p=39733
That's the installer for MacOS, so basically it's an application (corresponds to the .exe version in Windows), therefore itself is not bootable. I'm looking for the same thing (Acronis bootable image for Mac version), but not sure if that ever exists, other than you install the .dmg and make one boot USB yourself. But again in this case a working serial is needed.
well, good news now: Ash P found new registry entries and how to set them. many thanks!! also a second server has to be blocked (web-api-tih.acronis.com) post #1 will be updated shortly