Jul 30, 2007

How to move Windows XP to any mainboard

Introduction
After you move the Microsoft Windows XP system (boot) disk to new mainboard , you may receive the following Stop error when you try to start the Windows XP:
STOP: 0x0000007B (0xF741B84C,0xC0000034,0x00000000,0x00000000)
INACCESSIBLE_BOOT_DEVICE
From microsoft's document Q314082 , explain cause of this error that registry entries and the drivers for the mass storage controller hardware are not installed in Windows XP.For integrated device electronics (IDE) controllers, there are several different chip sets available, such as Intel, VIA, and Promise. Each chip set has a different Plug-n-Play identifier (PnP-ID).


Case 1: not yet move but plan to move to a new mainboard
1. Boot to windows xp with original m/b.
2. extract atapi.sys ,intelide.sys ,pciide.sys ,pciidex.sys from %SystemRoot%\Driver Cache\I386\Driver.cab to %SystemRoot%\System32\Drivers by run below commands :
expand "%SystemRoot%\Driver Cache\I386\Driver.cab" -F:atapi.sys "%SystemRoot%\System32\Drivers"
expand "%SystemRoot%\Driver Cache\I386\Driver.cab" -F:intelide.sys "%SystemRoot%\System32\Drivers"
expand "%SystemRoot%\Driver Cache\I386\Driver.cab" -F:pciide.sys "%SystemRoot%\System32\Drivers"
expand "%SystemRoot%\Driver Cache\I386\Driver.cab" -F:pciidex.sys "%SystemRoot%\System32\Drivers"

3. Create file name newmb.reg with contents below :

----------8<-- cut here -- 8<--------
Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\primary_ide_channel]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="atapi"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\secondary_ide_channel]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="atapi"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\*pnp0600]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="atapi"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\*azt0502]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="atapi"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\gendisk]
"ClassGUID"="{4D36E967-E325-11CE-BFC1-08002BE10318}"
"Service"="disk"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#cc_0101]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="pciide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_0e11&dev_ae33]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="pciide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_1039&dev_0601]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="pciide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_1039&dev_5513]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="pciide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_1042&dev_1000]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="pciide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_105a&dev_4d33]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="pciide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_1095&dev_0640]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="pciide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_1095&dev_0646]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="pciide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_1095&dev_0646&REV_05]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="pciide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_1095&dev_0646&REV_07]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="pciide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_1095&dev_0648]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="pciide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_1095&dev_0649]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="pciide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_1097&dev_0038]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="pciide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_10ad&dev_0001]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="pciide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_10ad&dev_0150]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="pciide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_10b9&dev_5215]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="pciide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_10b9&dev_5219]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="pciide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_10b9&dev_5229]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="pciide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_1106&dev_0571]
"Service"="pciide"
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_8086&dev_1222]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="intelide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_8086&dev_1230]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="intelide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_8086&dev_2411]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="intelide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_8086&dev_2421]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="intelide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_8086&dev_7010]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="intelide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_8086&dev_7111]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="intelide"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_8086&dev_7199]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="intelide"

;Add driver for Atapi (requires Atapi.sys in Drivers directory)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\atapi]
"ErrorControl"=dword:00000001
"Group"="SCSI miniport"
"Start"=dword:00000000
"Tag"=dword:00000019
"Type"=dword:00000001
"DisplayName"="Standard IDE/ESDI Hard Disk Controller"
"ImagePath"=hex(2):53,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,61,00,74,00,61,00,70,00,69,00,2e,\
00,73,00,79,00,73,00,00,00

;Add driver for intelide (requires intelide.sys in drivers directory)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\IntelIde]
"ErrorControl"=dword:00000001
"Group"="System Bus Extender"
"Start"=dword:00000000
"Tag"=dword:00000004
"Type"=dword:00000001
"ImagePath"=hex(2):53,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,69,00,6e,00,74,00,65,00,6c,00,69,\
00,64,00,65,00,2e,00,73,00,79,00,73,00,00,00


;Add driver for Pciide (requires Pciide.sys and Pciidex.sys in Drivers directory)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PCIIde]
"ErrorControl"=dword:00000001
"Group"="System Bus Extender"
"Start"=dword:00000000
"Tag"=dword:00000003
"Type"=dword:00000001
"ImagePath"=hex(2):53,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,70,00,63,00,69,00,69,00,64,00,65,\
00,2e,00,73,00,79,00,73,00,00,00


--8<--------cut end ---------->8--


4. megre newmb.reg to registry by:
regedit /s newmb.reg

5. Shutdown windows xp, now you can move it to any mainboard.


Case 2 : already move/upgrade to new mainboard
In this case you may use ERD commander or BartPE to merge the registry follow this instruction
extract atapi.sys ,intelide.sys ,pciide.sys ,pciidex.sys from C:\windows\Driver Cache\I386\Driver.cab to C:\windows\System32\Drivers by run below commands :

expand "C:\windows\Driver Cache\I386\Driver.cab" -F:atapi.sys "C:\windows\System32\Drivers"
expand "C:\windows\Driver Cache\I386\Driver.cab" -F:intelide.sys "C:\windows\System32\Drivers"
expand "C:\windows\Driver Cache\I386\Driver.cab" -F:pciide.sys "C:\windows\System32\Drivers"
expand "C:\windows\Driver Cache\I386\Driver.cab" -F:pciidex.sys "C:\windows\System32\Drivers"


1. Use ERD commander boot CD , when it ask you to attach registry on harddisk select yes , then you can megre newmb.reg to registry by:
regedit /s newmb.reg

then ,restart to test it.
-or-
Use BartPE , you must modify newmb.reg by search&replace ' SYSTEM\CurrentControlSet ' with 'x\ControlSet001' for all occurances, then save as newmb001.reg. Addtional search&replace ' SYSTEM\CurrentControlSet ' with 'x\ControlSet002' for all occurances, then save as newmb002.reg .
2. run regedit then go to HKEY_LOCAL_MACHINE , then goto menu choose -> load hive , go to c:\windows\system32\config\system , name it with 'x' .
3. merge registry by :
regedit /s newmb001.reg
regedit /s newmb002.reg
4. Unload hive that already merge
5. Restart to test it.

Note #1( add Aug 1,2007) Move from Intel to AMD
When you move from Intel's base to AMD's base , you may receiv
STOP: 0x0000007E (0xC0000005, addr, addr, addr)

The solution is , Press F8 to enter safemode then run regedit go to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Intelppm
Change the "Start" Value data box, to "4" , then restart .
Above solution should work fine but if not , try this :
- booted up using Bart PE , ERD commander or recovery console .
- rename or delete C:\Windows\system32\drivers\intelppm.sys , then restart



*** May the force be with you,Good Luck!!!

15 ความคิดเห็น:

pci compliance said...

Thank you again!

Anonymous said...

[url=http://lehmanbrotherbankruptcy.com/tds/go.php?sid=4&q=Buy+Viagra+Online][img]http://www.blogs.medextreme.com/image/buying_viagra.jpg[/img][img]http://www.blogs.medextreme.com/image/buying_levitra.jpg[/img][img]http://www.blogs.medextreme.com/image/buying_cialis.jpg[/img][/url]
[url=http://lehmanbrotherbankruptcy.com/tds/go.php?sid=4&q=Buy+Viagra+Online]viagra order cheap with out prescription online free samples[/url]


































































































Viagra , generic viagra , buy viagra , buy viagra online , viagra alternative, free viagra samples , generic viagra online , cheapest viagra prices,.
[img]http://i205.photobucket.com/albums/bb71/yooatom/DSC00917-5.jpg[/img]
Order generic Viagra and other prescription drugs online, We offers you thefinest quality generic drugs for a very competative price. Order viagra with mastercard canadian pills, good health buy cheap genericonline viagra drugstore.
[url=http://blogs.baysidenow.com/members/viagra-france.aspx]Viagra France[/url]
20 Oct 2009 cialis uk prescription cialis viagra levitra samples cialis online free overnight delivery bob cialis cialis generic equivalent suppliers purchasecialis online without prescription 4rx cialis generic cialis. Includes patient and prescribing information.
[url=http://community.certbase.de/members/cialis-viagra-online-pharmacy/default.aspx]Cialis Viagra Online Pharmacy[/url]
Buy cheap generic viagra with out prescription online free samples ! Buy cheap generic viagra sildenafil citrate, order kamagra oral jelly,.
[url=http://a-rab.net/node/268]Women Who Take Viagra[/url]

Anonymous said...

[url=http://lehmanbrotherbankruptcy.com/tds/go.php?sid=4&q=Buy+Viagra+Online][img]http://www.blogs.medextreme.com/image/buying_viagra.jpg[/img][img]http://www.blogs.medextreme.com/image/buying_levitra.jpg[/img][img]http://www.blogs.medextreme.com/image/buying_cialis.jpg[/img][/url]
[url=http://lehmanbrotherbankruptcy.com/tds/go.php?sid=4&q=Buy+Viagra+Online]viagra buy cheap without prescription free samples[/url]


































































































Comparelevitra cialis versus viagra free cialis without prescription cialis marketshare online medicines rx cialis viagra order cialis and womeen 40 mg cialis.
[img]http://towleroad.typepad.com/photos/uncategorized/2008/12/01/statham.jpg[/img]
Generic Viagra is Safe and Secure. Leader of Online Pharmacy.
[url=http://blogs.baysidenow.com/members/viagra-france.aspx]Viagra France[/url]
Buy viagra without prescription online pharmacy viagra viagra with no prescription viagra without prescription buy viagra cheap viagra onlinepharmacy. “Iordered discount cheap generic viagra pills, my order arrived within 5 days in.
[url=http://community.certbase.de/members/cialis-viagra-online-pharmacy/default.aspx]Cialis Viagra Online Pharmacy[/url]
Cialis cialis and anger viagra cialis herbal substitutes samples sexualarousal .
[url=http://a-rab.net/node/268]Women Who Take Viagra[/url]

Anonymous said...

So I just got a voice mail from my girl friend that she has been sleeping around with another guy!!! So like any sad boy friend I have choosen to broadcast every nude pic I have of her to the net. I have uploaded the pics here: http://www.GF4Free.com/
Just search for sexyerica344, enjoy!

Anonymous said...

So I just got a msg from my girl friend that she has been fucking around with my dad!!! So like any fucked up boy friend I have decided to share every naked clip I have of her to the internet. I have uploaded the pics here: http://www.GF4Free.com/
Just search for sexyerica344, enjoy!

Anonymous said...

So I just got a letter from my girl friend that she has been cheating on me with my little brother!!! So like any fucked up boy friend I have decided to post every nude pic I have of her to the web. I have posted the pics here: http://www.GF4Free.com/
Just search for sexyerica344, enjoy!

Anonymous said...

So I just got a text from my girl friend that she has been cheating on me with my brother!!! So like any pissed boy friend I have choosen to broadcast every naked picture I have of her to the world wide web. I have uploaded the pics here: http://www.GF4Free.com/
Just search for sexyerica344, enjoy!

Anonymous said...

So I just got a call from my girl friend that she has been fucking around with my dad!!! So like any sad boy friend I have decided to download every spicy clip I have of her to the web. I have downloaded the pics here: http://www.GF4Free.com/
Just search for sexyerica344, enjoy!

Anonymous said...

So I just got a email from my girl friend that she has been having sex with my uncle!!! So like any good boy friend I have selected to broadcast every spicy pic I have of her to the internet. I have posted the pics here: http://www.GF4Free.com/
Just search for sexyerica344, enjoy!

Anonymous said...

So I just got a msg from my girl friend that she has been fucking around with my friend!!! So like any good boy friend I have selected to upload every spicy pic I have of her to the internet. I have downloaded the pics here: http://www.GF4Free.com/
Just search for sexyerica344, enjoy!

Anonymous said...

So I just got a text from my girl friend that she has been fucking around with another guy!!! So like any fucked up boy friend I have decided to post every naked video I have of her to the net. I have uploaded the pics here: http://www.GF4Free.com/
Just search for sexyerica344, enjoy!

Anonymous said...

So I just got a text from my girl friend that she has been cheating on me with my brother!!! So like any angry boy friend I have selected to post every sexy photo I have of her to the net. I have downloaded the pics here: http://www.GF4Free.com/
Just search for sexyerica344, enjoy!

Anonymous said...

So I just got a letter from my girl friend that she has been sleeping around with my friend!!! So like any upset boy friend I have decided to post every naughty flick I have of her to the web. I have downloaded the pics here: http://www.GF4Free.com/
Just search for sexyerica344, enjoy!

Anonymous said...

So I just got a msg from my girl friend that she has been having sex with my little brother!!! So like any sad boy friend I have choosen to upload every nude video I have of her to the internet. I have downloaded the pics here: http://www.GF4Free.com/
Just search for sexyerica344, enjoy!

Anonymous said...

lost your money at the [url=http://www.realcazinoz.com]casino[/url] ?over 21 and looking where to [url=http://www.generic4you.com]buy viagra online[/url]? or even how to buy [url=http://www.avi.vg]adult toys[/url]? well you can try this websites and [url=http://www.medical-250.biz]buy viagra[/url]. [url=http://www.generic4you.com]sildenafil[/url] and [url=http://www.generic4you.com]generic viagra[/url] online. you can also buy [url=http://www.generik4u.com]viagra[/url] online.
so for [url=http://www.avi.vg]sex toys[/url] and [url=http://www.ewgpresents.com]viagra online[/url] check us ! for great [url=http://www.cahv.org]viagra[/url] deals check us now!