Skip to main content

Virtualisierung eines alten XP Rechners mit True image universal restore

Thread needs solution

Guten Tag!

Ich will meinen alten Laptop mit unersetzlicher Software (clipper, foxpro ...) virtualisieren, bevor er zusammenbricht.
Ich habe also auf einem Win 7 PC Virtual Box installiert, eine VHD angelegt PAE/NX aktiviert, die externe Festplatte mit dem Image unter USB eingebunden, dann nach booten der Acronis PE CD die VHD zugefügt und initialisiert und dann den Restore mit der Option "harwareunabhängiger Restore" gestartet. Der war für die 40GB nach einer Stunde fertig.

Beim Booten bekomme ich aber nach geraumer Zeit eine 1/10tel sekunden bluescreen Bluescreen.
Wenn ich dieses geclonte XP im abgesicherten Modus starte kommt es ja hoch und ich kann mit hantieren, aber eben nicht normal, da kommt eine Bluescreen, ganz kurz, auch wenn ich in msconfig alles abschalte und alle nicht MS Dienste stillege.

what can i do??

0 Users found this helpful

1 down vote accepted

The DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS bug check has a value of 0x000000CE. This indicates that a driver failed to cancel pending operations before unloading.

More details and fixes here: http://msdn.microsoft.com/en-us/library/windows/hardware/ff560226%28v=v…

If you are seeing this problem repeatedly you can manually disable these drivers (with no negative side effect) by going to the following location in the registry:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Processor and changing the 'Start' value to '4'. Or
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Intelppm and changing the 'Start' value to '4'.

If that doesn't work then try to:

Boot in Safe Mode + Networking (F8 at startup)
Go to %Systemroot%\Inf\ and delete all OEM#.inf
Search for intelppm.sys in the c:\windows\ (search for hidden directories and system files) - Delete the 3 results of intelppm.sys
Reboot the Guest normally

The suggestion above (and more) is from VirtualBox forum

unf funktioniert.