boot error with embedded XP image: BSOD with 0x7b error

D

dcarr

Was wondering if anyone out there can offer some help. I'm running an
evaluation version of embedded xp on an xp pro system. I am getting
the BSOD, shortly after the embedded xp logo is displayed, when
attempting to boot from an xp embedded image.

I've run tap.exe, then imported the .pmq file to Target Designer. The
image builds fine. I've set my target settings to point to the newly
installed ATA disk drive. I copied the entire build dir to the new
drive (into its root dir). After rebooting (and selecting the XP
embedded image), I get a stop error: 0x7b (0xF789E63C, .... ) error
with the BSOD. The boot.ini file on my c: drive is as follows:

[boot loader]
timeout=45
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
Professional" /fastdetect /NoExecute=OptIn
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP
Embedded" /fastdetect /NoExecute=OptIn

I've also gone the Component Designer route, but with the same
results. Any help would be greatly appreciated.
dcarr
 
D

dcarr

dcarr,

Please see if this helps:http://msdn2.microsoft.com/en-us/embedded/aa731218.aspx.
You might be missing one of the components mentioned there.

--
=========
Regards,
KM


Was wondering if anyone out there can offer some help. I'm running an
evaluation version of embedded xp on an xp pro system. I am getting
the BSOD, shortly after the embedded xp logo is displayed, when
attempting to boot from an xp embedded image.
I've run tap.exe, then imported the .pmq file to Target Designer. The
image builds fine. I've set my target settings to point to the newly
installed ATA disk drive. I copied the entire build dir to the new
drive (into its root dir). After rebooting (and selecting the XP
embedded image), I get a stop error: 0x7b (0xF789E63C, .... ) error
with the BSOD. The boot.ini file on my c: drive is as follows:
[boot loader]
timeout=45
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
Professional" /fastdetect /NoExecute=OptIn
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP
Embedded" /fastdetect /NoExecute=OptIn
I've also gone the Component Designer route, but with the same
results. Any help would be greatly appreciated.
dcarr- Hide quoted text -

- Show quoted text -

KM, thanks for the help link. In reviewing the log file generated in
Target Designer, I noticed a couple of "missing driver" entries. One
of which is a missing 82801 SATA AHCI Controller (I don't know why
this driver wasn't included, when I ran tap.exe). This could be part
of my BSOD boot problem. I found an article about "how to componentize
a driver" and add it to the dbase. I'll try this and see if this fixes
my boot error problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top