private:poznamky:virtualizace:migracep2v
Rozdíly
Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.
| Obě strany předchozí revizePředchozí verzeNásledující verze | Předchozí verze | ||
| private:poznamky:virtualizace:migracep2v [2016/09/29 19:29] – snemec | private:poznamky:virtualizace:migracep2v [2016/09/29 19:32] (aktuální) – snemec | ||
|---|---|---|---|
| Řádek 1: | Řádek 1: | ||
| + | ====== Migrace z fyzického serveru na virtuální - P2V ====== | ||
| + | |||
| + | Vlastní migrace provedena nástrojem Vmware Converter. Po migraci VS končí v modré obrazovce - BSOD. | ||
| + | Pomohl návod ze stránky http:// | ||
| + | Návod popisuje úpravu registrů VS, konkrétně Windows 7, ale uvedený postup jsem otestoval úspěšně na Windows 2008 Server Standard. | ||
| + | |||
| + | ===== How to fix BSOD 0x0000007B on Win7 and Enable Ide, Ahci, Raid mode without re-installing. ===== | ||
| + | |||
| + | When you convert an already installed Win7 Image in to a Virtual Image or if you do a complete PC restore from one machine to another- you might face the 0x0000007B Stop error. | ||
| + | |||
| + | The hitch is that drivers are there but not enabled in an effort to improve boot performance. Only the one required driver (Ide, AHCI, RAID) is loaded to save the boot time. | ||
| + | |||
| + | After trying couple of things for hours I came up with following steps that consistently worked for me: | ||
| + | |||
| + | Boot to Baremetal Windows ( If it’s a VHD then mount the VHD)\\ | ||
| + | Depending on what interface you have, you need to change the start value of corresponding registry entry to load the driver. If the value is 3, that driver would not load. So if you are going from AHCI to IDE, which is the case in most of P2V then\\ | ||
| + | Open regedit.\\ | ||
| + | [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\IntelIde] | ||
| + | Change the data for value " | ||
| + | Also repeat for: HKLM/ | ||
| + | Aliide = 3 | ||
| + | Amdide =3 | ||
| + | Atapi = 0 | ||
| + | Cmdide = 3 | ||
| + | iaStorV = 3 | ||
| + | intelide = 0 | ||
| + | msahci = 3 | ||
| + | pciide = 3 | ||
| + | viaide = 3 | ||
| + | |||
| + | Also check these two reg entries | ||
| + | [HKEY_LOCAL_MACHINE\ControlSet001\Control\CriticalDeviceDatabase\pci# | ||
| + | [HKEY_LOCAL_MACHINE\ControlSet001\Control\CriticalDeviceDatabase\pci# | ||
| + | |||
