Re: boot problem



Robert,

Some things to check:

At the very highest node of your configuration, (Click on the top line
in the center window),
check the 'Build Type', it should always be release...

Make sure you also copied hidden and readonly files.
I use XCOPY /E /H /R /K *.* to copy files

Assuming you have been able to run Target Analyzer, and import the
resulting Devices.pmq file into Target designer, look at this MSDN
Article, particularly 'Step 3 Create a New Configuration':
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xpehelp/html/xetbstutorialbuildingdeployingrun-timeimage.asp

It lists the additional components that you must add to the imported
stuff to make a working configuration. This includes, if i recall:

1) The imported list of devices from TA.exe or TAP.exe
2) A filesystem Driver (NTFS)
3) A boot loader (NT Loader or EWF NT Loader)
4) the 'User Interface Core' component
Note: If you want a regular windows-like behavior, you need to check
the settings in the component "user interface core', particularly 'Show
context Menu' entries. These enable the right click menus. Also 'Show
Run on the Start Menu' is very useful, as you can run all kinds of
things this way...

5) A 'logon' component: MinLogon or "Windows Logon"
6) A shell, either 'Explorer shell' 'Command Shell', or a custom shell
(worry about that later)
7) A language support component (i.e. English Language Support)

Then, resolve dependencies in target explorer, build, and copy to your
target



If all that's OK, look for a file on your target drive,
C:\Windows\FBA\FBALog.txt, to see if there are any error messages
there. (I am not really sure if you got far enough before it crashed
that this file will even be present...)





robert heslar wrote:
> I am getting the message
> "load needed dlls for kernel"
> I copyied the xpe entire image form my hard drive
> onto a compact flash disk, with enough space to hold all of the files
> the installed the compact flash into the target system (it has a bootable
> compact flash socket), then copyied the whole compact flash drive
> to my c drive, i am booting on the c drive, not the compactflash, which is
> drive
> e. I seem to be loading ( i get the prgress bar), but it stops part of the
> way into the load. I then copyied hal.dll and ntoskrnl.exe form the xpe
> distribution
> cd-rom, this did not work either. am i missing some file?

.



Relevant Pages

  • Re: CWinThread and Memory Leaks.
    ... When the target is a window created by ... enter the receptive state on a regular, timely basis, because outside this ... and this allows interthread SendMessage to work. ...
    (microsoft.public.vc.mfc)
  • Re: Enable windows update for device driver search?
    ... The tact i would take is to fix the configuration in Target Designer. ... That new PMQ will list the unknown devices, ... Then try importing that PMQ into Component Designer and look at the ...
    (microsoft.public.windowsxp.embedded)
  • Re: how do i setup hyperlinks in publisher 2003 to open in a new w
    ... Q. How do I make my hyperlink open the URL in a new browser window? ... Publisher does not have any support for this. ... to code a target when linking within Publisher. ... > No you don't want to use javascript, you need to use a html link with the ...
    (microsoft.public.publisher.webdesign)
  • Re: System freeze for several minutes after startup
    ... I created a configuration based on running TAP on a customer's target, ... When I ran the image on that same target, ... creating a configuration based on running ... Once I got XPe working good on the system, ...
    (microsoft.public.windowsxp.embedded)
  • Re: keyboard event
    ... >> edit control residing on the parent window). ... you can walk it to get to the hWnd of the target window. ... >ok thanks Bryan ...
    (microsoft.public.vb.winapi)