Ok what I am trying to do is port a Windows 2000 Server from one hardware set to a virtual machine.
For this I have used Ghost and Microsoft Virtual PC so far and this worked fine by using support.microsoft.com/kb/314082 and support.microsoft.com/?kbid=811408 to get the IDE drivers into the offline Ghost Image (and changed the HAL but that’s not the problem).
I would like to take advantage of the faster virtual SCSI support of Microsoft Virtual Server 2005 R2 but there are no Microsoft Tech documents to load the Microsoft Virtual Server SCSI drivers into an offline Ghost image (e.g. the server is not yet booted into windows).
I know I need to make a registry patch file for the Microsoft Virtual Server SCSI drivers “msvmscsi.sys” but looking at support.microsoft.com/kb/314082 I have no idea where to start.
Any pointers in the direction would be much appreciated?
Last edited by MicrodigitUK; 29th June 2009 at 02:09 PM.
BUMP![]()
Well I take it no one on here has done it before, so it looks like I’m going to have to figure it out myself.![]()
Ok made my own reg patch in the end and looks to have worked! No problems so far!!!
See below:
Code:Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\ControlSet001\Control\CriticalDeviceDatabase\pci#ven_9004&dev_7078&subsys_70781414&rev_02] "ClassGUID"="{4D36E97B-E325-11CE-BFC1-08002BE10318}" "Service"="msvmscsi" ;Add driver for Atapi (requires msvmscsi.sys in Drivers directory(system32\DRIVERS)) [HKEY_LOCAL_MACHINE\ControlSet001\Services\msvmscsi] "ErrorControl"=dword:00000001 "Group"="SCSI miniport" "Start"=dword:00000000 "Tag"=dword:00000022 "Type"=dword:00000001 "ImagePath"=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\ 52,00,49,00,56,00,45,00,52,00,53,00,5c,00,6d,00,73,00,76,00,6d,00,73,00,63,\ 00,73,00,69,00,2e,00,73,00,79,00,73,00,00,00 [HKEY_LOCAL_MACHINE\ControlSet002\Control\CriticalDeviceDatabase\pci#ven_9004&dev_7078&subsys_70781414&rev_02] "ClassGUID"="{4D36E97B-E325-11CE-BFC1-08002BE10318}" "Service"="msvmscsi" ;Add driver for Atapi (requires msvmscsi.sys in Drivers directory(system32\DRIVERS)) [HKEY_LOCAL_MACHINE\ControlSet002\Services\msvmscsi] "ErrorControl"=dword:00000001 "Group"="SCSI miniport" "Start"=dword:00000000 "Tag"=dword:00000022 "Type"=dword:00000001 "ImagePath"=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\ 52,00,49,00,56,00,45,00,52,00,53,00,5c,00,6d,00,73,00,76,00,6d,00,73,00,63,\ 00,73,00,69,00,2e,00,73,00,79,00,73,00,00,00
There are currently 1 users browsing this thread. (0 members and 1 guests)