Restore CD - make bootable on different hardware not working

Hi all

Just wondering if anyone experienced the same before and have a solution to this.

I am able to take image backups and then restore them using the restore CD. However whenever I tried use the feature “make bootable on different hardware”, the system then throws an error below:

Mounting Windows partition…
Opening registry…
Getting registry path…
Emumerating drivers…
Traceback (most recent call last):
File “driver_edit.py”, line 70, in (module)
serviceList = regedit.list(currentControlSet+"\Services")
File “/root/regedit_linux.py”, line 87, in list
return selfm_parseList(ret);
File "/root/regedit_linux.py, line 55, in _parseList
keyList = res.group(1);
AttributeError: ‘NoneType’ object has no attribute ‘group’

The restored system is Windows 2008 R2.