I have a Windows Server 2003 vmware image which I have converted across to a xen image. However, the vmware image was installed on a SCSI virtual disk and booting it under HVM (which uses IDE disks only) gives me a "Stop 0x0000007B error" as discussed at http://support.microsoft.com/kb/314082/. My problem being that the KB article covers Windows XP and not Server 2003 and the instructions don''t seem to apply to Server 2003. So, has anyone successfully added IDE drivers to a Windows Server 2003 image? I still have the server running under vmware if anything needs to be done on the running system, but I would like to migrate it. Regards, Jeff _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> -----Original Message----- > From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of > Jeff Williams > Sent: 21 June 2007 09:47 > To: xen-users@lists.xensource.com > Subject: [Xen-users] Windows 2003, scsi to ide > > I have a Windows Server 2003 vmware image which I have > converted across > to a xen image. However, the vmware image was installed on a SCSI > virtual disk and booting it under HVM (which uses IDE disks > only) gives > me a "Stop 0x0000007B error" as discussed at > http://support.microsoft.com/kb/314082/. My problem being that the KB > article covers Windows XP and not Server 2003 and the > instructions don''t > seem to apply to Server 2003.It may not be described as working for Win2K3, but I would have thought that it should work fine. The method of recognizing devices and loading the corresponding drivers is identical between XP and 2K3 [the actual kernel in both is identical modulo some minor bugfixes and updates that are out of sync].> > So, has anyone successfully added IDE drivers to a Windows Server 2003 > image? I still have the server running under vmware if > anything needs to > be done on the running system, but I would like to migrate it.I haven''t actually done it, but I expect it to work. -- Mats> > Regards, > Jeff > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Artur Linhart - Linux communication
2007-Jun-21 10:16 UTC
RE: [Xen-users] Windows 2003, scsi to ide
Hello, I think the problem could be in the fact, vmware reported to the W2k3 other devices, like reports xen - so in this case I would expect the w2k3 system will not run - like if You change the motherboard on the windows box, You have also heavy problems to boot the system again. I would propose to test following procedure: - in device manager of Windows runing under vmware remove the affected devices and drivers which could make problems, do not recogize new one and shut down the vmware domain - migrate it to xen and start there the domain in the emergency mode (press F8 before start, etc.) - if it boots, then You have won :-) - and then You just have to go into the device manager and scan the HW changes and install the new drivers for the devices reported to windows by xen With best regards Artur Linhart -----Original Message----- From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Petersson, Mats Sent: Thursday, June 21, 2007 11:14 AM To: Jeff Williams; xen-users@lists.xensource.com Subject: RE: [Xen-users] Windows 2003, scsi to ide> -----Original Message----- > From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of > Jeff Williams > Sent: 21 June 2007 09:47 > To: xen-users@lists.xensource.com > Subject: [Xen-users] Windows 2003, scsi to ide > > I have a Windows Server 2003 vmware image which I have > converted across > to a xen image. However, the vmware image was installed on a SCSI > virtual disk and booting it under HVM (which uses IDE disks > only) gives > me a "Stop 0x0000007B error" as discussed at > http://support.microsoft.com/kb/314082/. My problem being that the KB > article covers Windows XP and not Server 2003 and the > instructions don''t > seem to apply to Server 2003.It may not be described as working for Win2K3, but I would have thought that it should work fine. The method of recognizing devices and loading the corresponding drivers is identical between XP and 2K3 [the actual kernel in both is identical modulo some minor bugfixes and updates that are out of sync].> > So, has anyone successfully added IDE drivers to a Windows Server 2003 > image? I still have the server running under vmware if > anything needs to > be done on the running system, but I would like to migrate it.I haven''t actually done it, but I expect it to work. -- Mats> > Regards, > Jeff > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users __________ Informace od NOD32 2342 (20070621) __________ Tato zprava byla proverena antivirovym systemem NOD32. http://www.nod32.cz _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Petersson, Mats wrote:> > > >> -----Original Message----- >> From: xen-users-bounces@lists.xensource.com >> [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of >> Jeff Williams >> Sent: 21 June 2007 09:47 >> To: xen-users@lists.xensource.com >> Subject: [Xen-users] Windows 2003, scsi to ide >> >> I have a Windows Server 2003 vmware image which I have >> converted across >> to a xen image. However, the vmware image was installed on a SCSI >> virtual disk and booting it under HVM (which uses IDE disks >> only) gives >> me a "Stop 0x0000007B error" as discussed at >> http://support.microsoft.com/kb/314082/. My problem being that the KB >> article covers Windows XP and not Server 2003 and the >> instructions don''t >> seem to apply to Server 2003. >> > > It may not be described as working for Win2K3, but I would have thought > that it should work fine. The method of recognizing devices and loading > the corresponding drivers is identical between XP and 2K3 [the actual > kernel in both is identical modulo some minor bugfixes and updates that > are out of sync]. >I though so too. What threw me was the line: Extract the Atapi.sys, Intelide.sys, Pciide.sys, and Pciidex.sys files from the %SystemRoot%\Driver Cache\I386\Driver.cab file, or copy the files to the %SystemRoot%\System32\Drivers folder. Since my %SystemRoot%\Driver Cache\I386\Driver.cab didn''t include Atapi.sys or Intelide.sys. Turns out that most of these were in my drivers directory already and I just merged the registry information.>> So, has anyone successfully added IDE drivers to a Windows Server 2003 >> image? I still have the server running under vmware if >> anything needs to >> be done on the running system, but I would like to migrate it. >> > > I haven''t actually done it, but I expect it to work. >The drivers install worked, but I still get the "Stop 0x0000007B" error. I will investigate further.... Jeff _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users