
Originally Posted by
peppe89ba
In order to use One Key Recovery I need to reboot the Laptop. Could your solution work even if I reboot the Laptop?
Well, I really can't say for sure.

Originally Posted by
peppe89ba
Second problem: I do not know the original Mac but I have the backup.wsi which looks like an XML file, is the MAC address there?
Yes, presumably its there. And theoretically your previous MAC was: 00-A0-C9-3E-C9-3B
Actually you have two methods now:
1. modify current registry with your previous MAC
2. get your current MAC and modify the wsi file
If you'll go with the 2nd method then you need to make the following modifications:
Code:
<Part2>
<DiskInfo PartitionStyle="GPT" HDNumber="0" Cylinders="60801" TracksPerCylinder="255" SectorsPerTrack="63" BytesPerSector="512" Signature="{455BD741-48FE-41F2-BE73-00FAA78A1BE5}" />
<PartitionInfo PartitionStyle="GPT" PartitionNumber="2" StartingOffset="1049624576" PartitionLength="272629760" PartitionTypeId="{C12A7328-F81F-11D2-BA4B-xxxxxxxxxxxx}" PartitionId="{560A77D0-7F29-4E8F-8DCB-633F47B36C5F}" PartitionAttributes="-9223372036854775807" PartitionName="EFI system partition" FileSystem="FAT32" />
<MirrorFileInfo>backup_000_002</MirrorFileInfo>
<Operation HDNumber="0" PartitionNumber="2" FileLengthLimit="314572800" CompressLevel="1">BackupPartition</Operation>
<Remark></Remark>
</Part2>
Where xxxxxxxxxxxx is the actual digits of your current MAC. Please note that in some cases there is more than one MAC in your system so you need to try them all.
If MAC spoofing will fail then we can try other approaches.