Einzelnen Beitrag anzeigen
Alt 24.01.2006, 18:11   #2
spunz
Super-Moderator
 
Registriert seit: 22.03.2000
Beiträge: 9.666


spunz eine Nachricht über ICQ schicken
Standard

da gibt es mehrere möglichkeiten:

*) scsi controller im alt system einbauen und installieren bevor geklont wird
*) system klonen und per windows cd die repair konsole probieren (spielerei)
*) system klonen und den controller in die registry patchen, so in der art wie p2v unter vmware gemacht wird. hier ein beispiel:


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM_00\ControlSet001\Control \CriticalDeviceDatabase\pci#ven_1000&dev_0010&subs ys_40400e11]
"ClassGUID"="{4D36E97B-E325-11CE-BFC1-08002BE10318}"
"Service"="cpqarry2"


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM_00\ControlSet001\Service s\cpqarry2]
"ErrorControl"=dword:00000001
"Group"="SCSI miniport"
"Start"=dword:00000000
"Tag"=dword:00000102
"Type"=dword:00000001
"ImagePath"="system32\\drivers\\cpqarry2.sys"

[HKEY_LOCAL_MACHINE\SYSTEM_00\ControlSet001\Service s\cpqarry2\Parameters]

[HKEY_LOCAL_MACHINE\SYSTEM_00\ControlSet001\Service s\cpqarry2\Parameters\Device]
"NumberOfRequests"=dword:00000080

[HKEY_LOCAL_MACHINE\SYSTEM_00\ControlSet001\Service s\cpqarry2\Parameters\PnpInterface]
"5"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM_00\ControlSet001\Service s\cpqarry2\Enum]
"0"="PCI\\VEN_1000&DEV_0010&SUBSYS_40400E11&REV_02 \\3&267a616a&0&08"
"Count"=dword:00000001
"NextInstance"=dword:00000001
spunz ist offline   Mit Zitat antworten