STOP Fehler beim BMR der vollständigen Wiederherstellung

Aus ConfigWiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: Bei der Wiederherstellung auf neuen oder Virtueller Hardware kann es Probleme mit den Festplattentreibern kommen. 1. Ist Bios Richtig eingestellt? (AHCI/IDE) 2. automa...)
 
 
Zeile 5: Zeile 5:
  
 
Wenn Stop Fehler 0x7B .....  
 
Wenn Stop Fehler 0x7B .....  
 
+
Anleitung von http://social.technet.microsoft.com/Forums/en-AU/windowsbackup/thread/b4d45d9d-4c90-4ab0-ae38-f1257ce9c608
Hi MailStane,
+
 
+
 
   
 
   
  
Sorry for the long delay in getting time to test this, been flat out but got a chance today to rigorously run through some scenarios - and I'm absolutely thrilled to confirm we have a solution!!! :¬)  At long last, thank you immensely for your post and the original link - the steps above alone didn't work so I kept testing and and with the help of the link you gave modified the process a bit, and here's the the final working solution (all of this works for Windows 7 as well):
 
  
 
  
 
After completing the BMR process don't restart.
 
After completing the BMR process don't restart.
Zeile 18: Zeile 14:
 
regedt32<CR>
 
regedt32<CR>
 
Highlight HKEY_LOCAL_MACHINE, File>Load Hive>[restored volume]:\Windows\System32\Config\SYSTEM>Open>Key Name = Restored_HKLM>OK.
 
Highlight HKEY_LOCAL_MACHINE, File>Load Hive>[restored volume]:\Windows\System32\Config\SYSTEM>Open>Key Name = Restored_HKLM>OK.
Expand Restored_HKLM\ControlSet001\services and ensure the following are set:
+
Expand Restored_HKLM\ControlSet001\services and ensure the following are set.
 
   If restored to a (VMWare) VM then ensure intelide>Start = 0 and LSI_SAS>Start = 0; msahci>Start = 3 and pciide>Start = 3
 
   If restored to a (VMWare) VM then ensure intelide>Start = 0 and LSI_SAS>Start = 0; msahci>Start = 3 and pciide>Start = 3
 
   NB: I have only tested this with VMWare VMs (Player/Workstation and vSphere) but will likely translate across to Microsoft (e.g. HyperV) VMs. The LSI_SAS value is definitely required, I couldn't boot in a VM until this was chaned to 0.
 
   NB: I have only tested this with VMWare VMs (Player/Workstation and vSphere) but will likely translate across to Microsoft (e.g. HyperV) VMs. The LSI_SAS value is definitely required, I couldn't boot in a VM until this was chaned to 0.
Zeile 41: Zeile 37:
 
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  
VMWare VM:
+
VMWare VM
 
aliide 3
 
aliide 3
 
amdide 3
 
amdide 3
Zeile 53: Zeile 49:
 
LSI_SAS 0
 
LSI_SAS 0
  
Dell PE2970 physical machine with RAID card:
+
Dell PE2970 physical machine with RAID card
 
aliide 3
 
aliide 3
 
amdide 3
 
amdide 3
Zeile 65: Zeile 61:
 
LSI_SAS 3
 
LSI_SAS 3
  
Dell PET100 physical machine on native SATA adapter:
+
Dell PET100 physical machine on native SATA adapter
 
aliide 3
 
aliide 3
 
amdide 3
 
amdide 3
Zeile 77: Zeile 73:
 
LSI_SAS 3
 
LSI_SAS 3
  
Win 7 64x custom built physical machine on native SATA adapter:
+
Win 7 64x custom built physical machine on native SATA adapter
 
aliide 3
 
aliide 3
 
amdide 3
 
amdide 3
Zeile 91: Zeile 87:
 
   
 
   
  
KEY FOR SERVICE START VALUES:
+
KEY FOR SERVICE START VALUES
  
 
0 = ?
 
0 = ?
Zeile 99: Zeile 95:
 
3 = Manual
 
3 = Manual
 
4 = Disabled
 
4 = Disabled
 
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 
 
 
 
MailStane thank you once again for posting - it's helpded no end resolving a big bug bear with Server 2008 R2 and Win 7's backups, and while I'm still nonplussed at to why these manual steps are necessary when 2008/Vista worked flawlessly without intervention (wondering if all the drivers are on by default but haven't checked it out yet), we now have a confirmed quick and viable fix.  Thanks for being generous enough to share and well done!
 
 
 
 
Vikas, thank you for at least giving us a look in when the rest of Microsoft refused.  If you want to publicise this information feel free (any credit to MailStane and/or me I'm sure would be much appreciated) - it affects anyone in a Server 2008 R2/Win 7 DR scenario where the original hardware can't be replaced or emergency measures dictate using whatever's available whether home or business, and as SCDPM 2007/2010 uses the built-in backup this procudure applies equally.  On another note, this has also again opened the doors (IMO) to DPM as a viable all round backup solution, as the one stop backup including system state restores is a big bonus over third party block based backup solutions that painlessly allow different hardware restores for R2/Win 7 (personally tested) but do not allow for system state restores.  Now if compression were included in an SP or the next version it will have reached that always elusive "ideal" ;¬).
 
 
 
 
RidvanSeber - if you're still having difficulty hope the steps above to load the restored Registry hive help.
 

Aktuelle Version vom 19. Juni 2012, 18:40 Uhr

Bei der Wiederherstellung auf neuen oder Virtueller Hardware kann es Probleme mit den Festplattentreibern kommen.

1. Ist Bios Richtig eingestellt? (AHCI/IDE) 2. automatischer Neustart bei Bluescreen mit der Startoption F8 ausschalten.

Wenn Stop Fehler 0x7B ..... Anleitung von http://social.technet.microsoft.com/Forums/en-AU/windowsbackup/thread/b4d45d9d-4c90-4ab0-ae38-f1257ce9c608



After completing the BMR process don't restart. Select Command Prompt. regedt32<CR> Highlight HKEY_LOCAL_MACHINE, File>Load Hive>[restored volume]:\Windows\System32\Config\SYSTEM>Open>Key Name = Restored_HKLM>OK. Expand Restored_HKLM\ControlSet001\services and ensure the following are set.

 If restored to a (VMWare) VM then ensure intelide>Start = 0 and LSI_SAS>Start = 0; msahci>Start = 3 and pciide>Start = 3
 NB: I have only tested this with VMWare VMs (Player/Workstation and vSphere) but will likely translate across to Microsoft (e.g. HyperV) VMs. The LSI_SAS value is definitely required, I couldn't boot in a VM until this was chaned to 0.
 Or if restoring to a physical machine with native HDD controller then ensure msahci>Start = 0 and pciide>Start = 0; intelide>Start = 3 and LSI_SAS>Start = 3

Highlight Restored_HKLM and then File>Unload Hive. Close windows and restart.

You should now have a successfully booting restored Server 2008 R2! :¬)

(Remember if it's a new add-in RAID card and you supply the drivers it will successfully inject them into the restored OS - see previous posts in this thread)

NB: Don't worry if you have restarted without making the changes and it Blue Screens, come back through these options and if set correctly it will boot normally - nothing is damaged by the Stop Error, and the ide settings can be turned on and off with no permanent effect on the OS. I.e. change and restart until you hit the right combination required - I've tested this copious times and when changed back to the correct settings the OS boots again without issue.

If in doubt, turn on all possible required services e.g. set both intelide = 0/pciide = 0 and msahci = 0, or set all of these to 0 and it will still boot with the correct driver/s:

  aliide, amdide, atapi, cmdide, iastorv, intelide, msahci, pciide, viaide and LSI_SAS.

I don't recommend this due to the overheads it could introduce, but it will work and will get the machine up as quickly as possible if confidence in the exact combination required is in doubt.


Settings for typical destination machines - skip if desired:


VMWare VM aliide 3 amdide 3 atapi 0 cmdide 3 iastorv 3 intelide 0 msahci 3 pciide 3 viaide 3 LSI_SAS 0

Dell PE2970 physical machine with RAID card aliide 3 amdide 3 atapi 0 cmdide 3 iastorv 3 intelide 3 msahci 0 pciide 3 viaide 3 LSI_SAS 3

Dell PET100 physical machine on native SATA adapter aliide 3 amdide 3 atapi 0 cmdide 3 iastorv 3 intelide 3 msahci 0 pciide 0 viaide 3 LSI_SAS 3

Win 7 64x custom built physical machine on native SATA adapter aliide 3 amdide 3 atapi 0 cmdide 3 iastorv 3 intelide 3 msahci 0 pciide 0 viaide 3 LSI_SAS 3


KEY FOR SERVICE START VALUES

0 = ? 1 = ? 2 = Automatic

with DelayedAutostart = 1 = Automatic (Delayed Start)

3 = Manual 4 = Disabled

Meine Werkzeuge