Image boot failed!

L

LittlePK

After I build a XPE image OK,and copy the contents of the
build directory to my second hard disk,then restart my
system(I also have modified the C:\boot.ini).
When it restart,I select the Windows XP Embedded.And a few
seconds later,it show me the following problem:

"A problem has been detected and windows has been shutdown
to prevent damage to your computer.
PROCESS1_INITIALIZATION_FAILED
If this is the first time you've seen this stop error
screen,restart your computer.If this screen appears
again,follow these steps:
Check to make sure any new hardware or software is
properly installed.If this is a new installation,ask your
hardware or software manufactures for any windows update
you might need.
If problems continue,disable or remove any newly installed
hardware or software.Disable BIOS memory options such as
caching or shadowing.If you need to use safe mode to
remove or disable components,restarte your computer,press
F8 to select Advanced startup options,and then select safe
mode.
Technical information:
STOP:0x0000006B
(0xC000000D,0x00000002,0x00000000,0x00000000)
 
D

Dan Simpson [MS]

Are you building your run-time image for the correct hard disk partition?

In Target Designer, check under Settings of the <Configuration Name>.slx.

Verify that the target device settings are correct for the partition you
want to deploy to. Also, you may want to run a dependency check to make
sure you have all the components required.

Thanks,
Dan
 
A

Andy Allred [MS]

6B means you neglected to add the filesystem driver that matches the
partition's filesystem. For instance, if you add NTFS to the runtime and not
FAT, but the partition is formatted in FAT, you'll get 6B.

Add the correct filesystem component, you can add as many as you want - fat,
ntfs, cdfs, udfs.

BTW, your issue is listed in the xp embedded faq, please read it:
http://www.microsoft.com/windows/embedded/community/tips/xp/default.asp

Thanks
Andy
 

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