PC Review


Reply
Thread Tools Rate Thread

"BAD_SYSTEM_CONFIG_INFO" Error

 
 
Noor Drummond
Guest
Posts: n/a
 
      30th Jun 2003
Hi,

I am a little new to XP embedded, so my apologies if this
seems like a really simple question.

I run TAP, import all my drivers and build an image, all
of which works fine. However, when I attempt to boot the
image I created, off the F drive on my development machine
(C is the main drive, D is a DVD-ROM and E is a CD-
Writter) the OS begins to load (displaying the text-mode
progress bar). Just as I expect the XP splash screen to
appear I get a blue screen with a "BAD_SYSTEM_CONFIG_INFO"
error and code 0x00000074. My searches on the net suggest
that this error is due to a problem with the registry, but
I don't know how I can correct this. I have tried the
process several times and get the same error on a
completely different machine with completely different
hardware, as well as when I use TA instead of TAP.

Many thanks for any help. I have spent several days on
this and I really can't think of what to do next.

Regards,
Noor Drummond
(E-Mail Removed)
 
Reply With Quote
 
 
 
 
Lucvdv
Guest
Posts: n/a
 
      30th Jun 2003
On Mon, 30 Jun 2003 02:25:35 -0700, "Noor Drummond"
<(E-Mail Removed)> wrote:

> Hi,
>
> I am a little new to XP embedded, so my apologies if this
> seems like a really simple question.
>
> I run TAP, import all my drivers and build an image, all
> of which works fine. However, when I attempt to boot the
> image I created, off the F drive on my development machine
> (C is the main drive, D is a DVD-ROM and E is a CD-
> Writter) the OS begins to load (displaying the text-mode
> progress bar). Just as I expect the XP splash screen to
> appear I get a blue screen with a "BAD_SYSTEM_CONFIG_INFO"
> error and code 0x00000074.


Here are 2 possible situations, but I'm no more than 90% certain of
either that it causes this exact error code.


a) Is your development machine Win2000?

You need the XP boot loader in the active partition (C), just adding
XPe to the boot.ini of W2k alone doesn't work.
IIRC this was the reason the last time I had a stop 74.

Win2k can be started with an XPe boot loader, but not the other way
around. Just copy NTLDR and NTDETECT.COM from F: to C: (but don't
make any errors here ;-)

If you don't want to change your development system you can create a
boot floppy: format a floppy in Win2k or XP; copy boot.ini, NTLDR and
NTDETECT.COM from the XPe target drive onto it; and boot from that
floppy.


b) The target must be set up for booting as the correct drive letter
(root node in Target Designer, settings, target device settings), or
all registry entries will point to the wrong drive.

In your configuration, that may have to be drive D: (the 2nd harddisk
probably became F: now because it was installed after drive letters
were already assigned to the CD drives, for XPe everything will be new
and it could put the CD drives on E and F).

This doesn't always seem to be the case, sometimes a 2nd installation
inherits the drive letter assignments from the first: I think the
difference is whether you've allowed disk management to upgrade the
disks to dynamic or not.

 
Reply With Quote
 
Andy Allred [MS]
Guest
Posts: n/a
 
      30th Jun 2003
Noor,
The documentation for XPe states that you need to copy over the files
generated by Target Designer. This includes those boot/loader files that you
did not copy over.

Andy

--

This posting is provided "AS IS" with no warranties, and confers no rights.
==========================================================


"Noor Drummond" <(E-Mail Removed)> wrote in message
news:081d01c33f02$d407a0a0$(E-Mail Removed)...
> Hi,
>
> Thanks a lot. (a) was my situation. I copied ntldr and
> ntdetect onto the win2k drive as you suggested and it all
> worked perfectly.
>
> It's a shame that the XP Embedded documentation does not
> explain that this step is neccessary when the development
> machine is running win2k.
>
> Thanks again, the help is much appreciated.
>
> Regards,
> Noor Drummond
> (E-Mail Removed)
>
> >-----Original Message-----
> >On Mon, 30 Jun 2003 02:25:35 -0700, "Noor Drummond"
> ><(E-Mail Removed)> wrote:
> >
> >> Hi,
> >>
> >> I am a little new to XP embedded, so my apologies if this
> >> seems like a really simple question.
> >>
> >> I run TAP, import all my drivers and build an image, all
> >> of which works fine. However, when I attempt to boot the
> >> image I created, off the F drive on my development

> machine
> >> (C is the main drive, D is a DVD-ROM and E is a CD-
> >> Writter) the OS begins to load (displaying the text-mode
> >> progress bar). Just as I expect the XP splash screen to
> >> appear I get a blue screen with

> a "BAD_SYSTEM_CONFIG_INFO"
> >> error and code 0x00000074.

> >
> >Here are 2 possible situations, but I'm no more than 90%

> certain of
> >either that it causes this exact error code.
> >
> >
> >a) Is your development machine Win2000?
> >
> >You need the XP boot loader in the active partition (C), just

> adding
> >XPe to the boot.ini of W2k alone doesn't work.
> >IIRC this was the reason the last time I had a stop 74.
> >
> >Win2k can be started with an XPe boot loader, but not the

> other way
> >around. Just copy NTLDR and NTDETECT.COM from F: to

> C: (but don't
> >make any errors here ;-)
> >
> >If you don't want to change your development system you

> can create a
> >boot floppy: format a floppy in Win2k or XP; copy boot.ini,

> NTLDR and
> >NTDETECT.COM from the XPe target drive onto it; and

> boot from that
> >floppy.
> >
> >
> >b) The target must be set up for booting as the correct drive

> letter
> >(root node in Target Designer, settings, target device

> settings), or
> >all registry entries will point to the wrong drive.
> >
> >In your configuration, that may have to be drive D: (the 2nd

> harddisk
> >probably became F: now because it was installed after

> drive letters
> >were already assigned to the CD drives, for XPe everything

> will be new
> >and it could put the CD drives on E and F).
> >
> >This doesn't always seem to be the case, sometimes a

> 2nd installation
> >inherits the drive letter assignments from the first: I think the
> >difference is whether you've allowed disk management to

> upgrade the
> >disks to dynamic or not.
> >
> >.
> >



 
Reply With Quote
 
Bala Raja
Guest
Posts: n/a
 
      30th Jun 2003
Andy:

I think MS has done an exceptional job with the
evaluation kit and documentation. However, Noor
is right. I'm still having problems booting winXPE on
my win2k development system. The documentation merely
states that files must be copied from the Windows
embedded images directory to the 2nd partition in
the development system. The documentation says nothing
about what to do when the dev. system is running win2K,
specifically the copying of the NT loader.

Regards,

Bala
>-----Original Message-----
>Noor,
>The documentation for XPe states that you need to copy

over the files
>generated by Target Designer. This includes those

boot/loader files that you
>did not copy over.
>
>Andy
>
>--
>
>This posting is provided "AS IS" with no warranties, and

confers no rights.
>==========================================================
>
>
>"Noor Drummond" <(E-Mail Removed)> wrote in message
>news:081d01c33f02$d407a0a0$(E-Mail Removed)...
>> Hi,
>>
>> Thanks a lot. (a) was my situation. I copied ntldr and
>> ntdetect onto the win2k drive as you suggested and it

all
>> worked perfectly.
>>
>> It's a shame that the XP Embedded documentation does not
>> explain that this step is neccessary when the

development
>> machine is running win2k.
>>
>> Thanks again, the help is much appreciated.
>>
>> Regards,
>> Noor Drummond
>> (E-Mail Removed)
>>
>> >-----Original Message-----
>> >On Mon, 30 Jun 2003 02:25:35 -0700, "Noor Drummond"
>> ><(E-Mail Removed)> wrote:
>> >
>> >> Hi,
>> >>
>> >> I am a little new to XP embedded, so my apologies if

this
>> >> seems like a really simple question.
>> >>
>> >> I run TAP, import all my drivers and build an image,

all
>> >> of which works fine. However, when I attempt to boot

the
>> >> image I created, off the F drive on my development

>> machine
>> >> (C is the main drive, D is a DVD-ROM and E is a CD-
>> >> Writter) the OS begins to load (displaying the text-

mode
>> >> progress bar). Just as I expect the XP splash screen

to
>> >> appear I get a blue screen with

>> a "BAD_SYSTEM_CONFIG_INFO"
>> >> error and code 0x00000074.
>> >
>> >Here are 2 possible situations, but I'm no more than

90%
>> certain of
>> >either that it causes this exact error code.
>> >
>> >
>> >a) Is your development machine Win2000?
>> >
>> >You need the XP boot loader in the active partition

(C), just
>> adding
>> >XPe to the boot.ini of W2k alone doesn't work.
>> >IIRC this was the reason the last time I had a stop 74.
>> >
>> >Win2k can be started with an XPe boot loader, but not

the
>> other way
>> >around. Just copy NTLDR and NTDETECT.COM from F: to

>> C: (but don't
>> >make any errors here ;-)
>> >
>> >If you don't want to change your development system you

>> can create a
>> >boot floppy: format a floppy in Win2k or XP; copy

boot.ini,
>> NTLDR and
>> >NTDETECT.COM from the XPe target drive onto it; and

>> boot from that
>> >floppy.
>> >
>> >
>> >b) The target must be set up for booting as the

correct drive
>> letter
>> >(root node in Target Designer, settings, target device

>> settings), or
>> >all registry entries will point to the wrong drive.
>> >
>> >In your configuration, that may have to be drive D:

(the 2nd
>> harddisk
>> >probably became F: now because it was installed after

>> drive letters
>> >were already assigned to the CD drives, for XPe

everything
>> will be new
>> >and it could put the CD drives on E and F).
>> >
>> >This doesn't always seem to be the case, sometimes a

>> 2nd installation
>> >inherits the drive letter assignments from the first:

I think the
>> >difference is whether you've allowed disk management to

>> upgrade the
>> >disks to dynamic or not.
>> >
>> >.
>> >

>
>
>.
>

 
Reply With Quote
 
Noor Drummond
Guest
Posts: n/a
 
      30th Jun 2003
Hi Andy,

Sorry if I caused offense, that was not my intention. All
I was trying to say is that it would be clearer if the
documentation explicitly stated this requirement. When
working on a development machine the boot drive has an
ntldr and ntdetect, so one (especially newbies like me) is
prone to assume that these should not be overwritten.
Also, this issue does not arise when developing on XP and
you can't directly copy the boot.ini, otherwise the win2k
installation becomes invisible.

Once again, sorry if I caused offense.

Regards,
Noor Drummond
(E-Mail Removed)

>-----Original Message-----
>Noor,
>The documentation for XPe states that you need to copy

over the files
>generated by Target Designer. This includes those

boot/loader files that you
>did not copy over.
>
>Andy
>
>--
>
>This posting is provided "AS IS" with no warranties, and

confers no rights.
>==========================================================
>
>
>"Noor Drummond" <(E-Mail Removed)> wrote in message
>news:081d01c33f02$d407a0a0$(E-Mail Removed)...
>> Hi,
>>
>> Thanks a lot. (a) was my situation. I copied ntldr and
>> ntdetect onto the win2k drive as you suggested and it

all
>> worked perfectly.
>>
>> It's a shame that the XP Embedded documentation does not
>> explain that this step is neccessary when the

development
>> machine is running win2k.
>>
>> Thanks again, the help is much appreciated.
>>
>> Regards,
>> Noor Drummond
>> (E-Mail Removed)
>>
>> >-----Original Message-----
>> >On Mon, 30 Jun 2003 02:25:35 -0700, "Noor Drummond"
>> ><(E-Mail Removed)> wrote:
>> >
>> >> Hi,
>> >>
>> >> I am a little new to XP embedded, so my apologies if

this
>> >> seems like a really simple question.
>> >>
>> >> I run TAP, import all my drivers and build an image,

all
>> >> of which works fine. However, when I attempt to boot

the
>> >> image I created, off the F drive on my development

>> machine
>> >> (C is the main drive, D is a DVD-ROM and E is a CD-
>> >> Writter) the OS begins to load (displaying the text-

mode
>> >> progress bar). Just as I expect the XP splash screen

to
>> >> appear I get a blue screen with

>> a "BAD_SYSTEM_CONFIG_INFO"
>> >> error and code 0x00000074.
>> >
>> >Here are 2 possible situations, but I'm no more than

90%
>> certain of
>> >either that it causes this exact error code.
>> >
>> >
>> >a) Is your development machine Win2000?
>> >
>> >You need the XP boot loader in the active partition

(C), just
>> adding
>> >XPe to the boot.ini of W2k alone doesn't work.
>> >IIRC this was the reason the last time I had a stop 74.
>> >
>> >Win2k can be started with an XPe boot loader, but not

the
>> other way
>> >around. Just copy NTLDR and NTDETECT.COM from F: to

>> C: (but don't
>> >make any errors here ;-)
>> >
>> >If you don't want to change your development system you

>> can create a
>> >boot floppy: format a floppy in Win2k or XP; copy

boot.ini,
>> NTLDR and
>> >NTDETECT.COM from the XPe target drive onto it; and

>> boot from that
>> >floppy.
>> >
>> >
>> >b) The target must be set up for booting as the

correct drive
>> letter
>> >(root node in Target Designer, settings, target device

>> settings), or
>> >all registry entries will point to the wrong drive.
>> >
>> >In your configuration, that may have to be drive D:

(the 2nd
>> harddisk
>> >probably became F: now because it was installed after

>> drive letters
>> >were already assigned to the CD drives, for XPe

everything
>> will be new
>> >and it could put the CD drives on E and F).
>> >
>> >This doesn't always seem to be the case, sometimes a

>> 2nd installation
>> >inherits the drive letter assignments from the first:

I think the
>> >difference is whether you've allowed disk management to

>> upgrade the
>> >disks to dynamic or not.
>> >
>> >.
>> >

>
>
>.
>

 
Reply With Quote
 
Andy Allred [MS]
Guest
Posts: n/a
 
      1st Jul 2003
Hey Noor, I'm not offended, i'm just trying to help by supplying some
additional information.

And I'm glad to help you, so ask any question you want. <grin>

Also, we do take your feedback seriously, so if there is a problem with the
documentation or any other aspect of XPe, please let us know.

--
Andy

This posting is provided "AS IS" with no warranties, and confers no
rights.
=====================================================

"Noor Drummond" <(E-Mail Removed)> wrote in message
news:044601c33f4e$d7d9ccc0$(E-Mail Removed)...
> Hi Andy,
>
> Sorry if I caused offense, that was not my intention. All
> I was trying to say is that it would be clearer if the
> documentation explicitly stated this requirement. When
> working on a development machine the boot drive has an
> ntldr and ntdetect, so one (especially newbies like me) is
> prone to assume that these should not be overwritten.
> Also, this issue does not arise when developing on XP and
> you can't directly copy the boot.ini, otherwise the win2k
> installation becomes invisible.
>
> Once again, sorry if I caused offense.
>
> Regards,
> Noor Drummond
> (E-Mail Removed)
>
> >-----Original Message-----
> >Noor,
> >The documentation for XPe states that you need to copy

> over the files
> >generated by Target Designer. This includes those

> boot/loader files that you
> >did not copy over.
> >
> >Andy
> >
> >--
> >
> >This posting is provided "AS IS" with no warranties, and

> confers no rights.
> >==========================================================
> >
> >
> >"Noor Drummond" <(E-Mail Removed)> wrote in message
> >news:081d01c33f02$d407a0a0$(E-Mail Removed)...
> >> Hi,
> >>
> >> Thanks a lot. (a) was my situation. I copied ntldr and
> >> ntdetect onto the win2k drive as you suggested and it

> all
> >> worked perfectly.
> >>
> >> It's a shame that the XP Embedded documentation does not
> >> explain that this step is neccessary when the

> development
> >> machine is running win2k.
> >>
> >> Thanks again, the help is much appreciated.
> >>
> >> Regards,
> >> Noor Drummond
> >> (E-Mail Removed)
> >>
> >> >-----Original Message-----
> >> >On Mon, 30 Jun 2003 02:25:35 -0700, "Noor Drummond"
> >> ><(E-Mail Removed)> wrote:
> >> >
> >> >> Hi,
> >> >>
> >> >> I am a little new to XP embedded, so my apologies if

> this
> >> >> seems like a really simple question.
> >> >>
> >> >> I run TAP, import all my drivers and build an image,

> all
> >> >> of which works fine. However, when I attempt to boot

> the
> >> >> image I created, off the F drive on my development
> >> machine
> >> >> (C is the main drive, D is a DVD-ROM and E is a CD-
> >> >> Writter) the OS begins to load (displaying the text-

> mode
> >> >> progress bar). Just as I expect the XP splash screen

> to
> >> >> appear I get a blue screen with
> >> a "BAD_SYSTEM_CONFIG_INFO"
> >> >> error and code 0x00000074.
> >> >
> >> >Here are 2 possible situations, but I'm no more than

> 90%
> >> certain of
> >> >either that it causes this exact error code.
> >> >
> >> >
> >> >a) Is your development machine Win2000?
> >> >
> >> >You need the XP boot loader in the active partition

> (C), just
> >> adding
> >> >XPe to the boot.ini of W2k alone doesn't work.
> >> >IIRC this was the reason the last time I had a stop 74.
> >> >
> >> >Win2k can be started with an XPe boot loader, but not

> the
> >> other way
> >> >around. Just copy NTLDR and NTDETECT.COM from F: to
> >> C: (but don't
> >> >make any errors here ;-)
> >> >
> >> >If you don't want to change your development system you
> >> can create a
> >> >boot floppy: format a floppy in Win2k or XP; copy

> boot.ini,
> >> NTLDR and
> >> >NTDETECT.COM from the XPe target drive onto it; and
> >> boot from that
> >> >floppy.
> >> >
> >> >
> >> >b) The target must be set up for booting as the

> correct drive
> >> letter
> >> >(root node in Target Designer, settings, target device
> >> settings), or
> >> >all registry entries will point to the wrong drive.
> >> >
> >> >In your configuration, that may have to be drive D:

> (the 2nd
> >> harddisk
> >> >probably became F: now because it was installed after
> >> drive letters
> >> >were already assigned to the CD drives, for XPe

> everything
> >> will be new
> >> >and it could put the CD drives on E and F).
> >> >
> >> >This doesn't always seem to be the case, sometimes a
> >> 2nd installation
> >> >inherits the drive letter assignments from the first:

> I think the
> >> >difference is whether you've allowed disk management to
> >> upgrade the
> >> >disks to dynamic or not.
> >> >
> >> >.
> >> >

> >
> >
> >.
> >



 
Reply With Quote
 
Andy Allred [MS]
Guest
Posts: n/a
 
      1st Jul 2003
I see your other thread on this issue, i'll try to help you there.

--
Andy

This posting is provided "AS IS" with no warranties, and confers no
rights.
=====================================================

"Bala Raja" <(E-Mail Removed)> wrote in message
news:033a01c33f42$1b596260$(E-Mail Removed)...
> Andy:
>
> I think MS has done an exceptional job with the
> evaluation kit and documentation. However, Noor
> is right. I'm still having problems booting winXPE on
> my win2k development system. The documentation merely
> states that files must be copied from the Windows
> embedded images directory to the 2nd partition in
> the development system. The documentation says nothing
> about what to do when the dev. system is running win2K,
> specifically the copying of the NT loader.
>
> Regards,
>
> Bala
> >-----Original Message-----
> >Noor,
> >The documentation for XPe states that you need to copy

> over the files
> >generated by Target Designer. This includes those

> boot/loader files that you
> >did not copy over.
> >
> >Andy
> >
> >--
> >
> >This posting is provided "AS IS" with no warranties, and

> confers no rights.
> >==========================================================
> >
> >
> >"Noor Drummond" <(E-Mail Removed)> wrote in message
> >news:081d01c33f02$d407a0a0$(E-Mail Removed)...
> >> Hi,
> >>
> >> Thanks a lot. (a) was my situation. I copied ntldr and
> >> ntdetect onto the win2k drive as you suggested and it

> all
> >> worked perfectly.
> >>
> >> It's a shame that the XP Embedded documentation does not
> >> explain that this step is neccessary when the

> development
> >> machine is running win2k.
> >>
> >> Thanks again, the help is much appreciated.
> >>
> >> Regards,
> >> Noor Drummond
> >> (E-Mail Removed)
> >>
> >> >-----Original Message-----
> >> >On Mon, 30 Jun 2003 02:25:35 -0700, "Noor Drummond"
> >> ><(E-Mail Removed)> wrote:
> >> >
> >> >> Hi,
> >> >>
> >> >> I am a little new to XP embedded, so my apologies if

> this
> >> >> seems like a really simple question.
> >> >>
> >> >> I run TAP, import all my drivers and build an image,

> all
> >> >> of which works fine. However, when I attempt to boot

> the
> >> >> image I created, off the F drive on my development
> >> machine
> >> >> (C is the main drive, D is a DVD-ROM and E is a CD-
> >> >> Writter) the OS begins to load (displaying the text-

> mode
> >> >> progress bar). Just as I expect the XP splash screen

> to
> >> >> appear I get a blue screen with
> >> a "BAD_SYSTEM_CONFIG_INFO"
> >> >> error and code 0x00000074.
> >> >
> >> >Here are 2 possible situations, but I'm no more than

> 90%
> >> certain of
> >> >either that it causes this exact error code.
> >> >
> >> >
> >> >a) Is your development machine Win2000?
> >> >
> >> >You need the XP boot loader in the active partition

> (C), just
> >> adding
> >> >XPe to the boot.ini of W2k alone doesn't work.
> >> >IIRC this was the reason the last time I had a stop 74.
> >> >
> >> >Win2k can be started with an XPe boot loader, but not

> the
> >> other way
> >> >around. Just copy NTLDR and NTDETECT.COM from F: to
> >> C: (but don't
> >> >make any errors here ;-)
> >> >
> >> >If you don't want to change your development system you
> >> can create a
> >> >boot floppy: format a floppy in Win2k or XP; copy

> boot.ini,
> >> NTLDR and
> >> >NTDETECT.COM from the XPe target drive onto it; and
> >> boot from that
> >> >floppy.
> >> >
> >> >
> >> >b) The target must be set up for booting as the

> correct drive
> >> letter
> >> >(root node in Target Designer, settings, target device
> >> settings), or
> >> >all registry entries will point to the wrong drive.
> >> >
> >> >In your configuration, that may have to be drive D:

> (the 2nd
> >> harddisk
> >> >probably became F: now because it was installed after
> >> drive letters
> >> >were already assigned to the CD drives, for XPe

> everything
> >> will be new
> >> >and it could put the CD drives on E and F).
> >> >
> >> >This doesn't always seem to be the case, sometimes a
> >> 2nd installation
> >> >inherits the drive letter assignments from the first:

> I think the
> >> >difference is whether you've allowed disk management to
> >> upgrade the
> >> >disks to dynamic or not.
> >> >
> >> >.
> >> >

> >
> >
> >.
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error messages: "Winsck," "Status," and "Unable to open dialog" =?Utf-8?B?Sm9u?= Microsoft Windows 2000 0 17th Dec 2003 10:46 PM
Manual "Windows Update" produces "ActiveX/active scripting" error message even with "LOW" security level setting in "Trusted" Zone Ray2 Windows XP Help 1 14th Nov 2003 06:50 PM
Error messages: "Winsck," "Status," and "Unable to open dialog" =?Utf-8?B?Sm9u?= Microsoft Windows 2000 0 9th Nov 2003 06:16 AM
Error messages: "Winsck," "Status," and "Unable to open dialog" =?Utf-8?B?Sm9u?= Microsoft Windows 2000 0 28th Oct 2003 12:51 AM
Error messages: "Winsck," "Status," and "Unable to open dialog" =?Utf-8?B?Sm9u?= Microsoft Windows 2000 0 16th Oct 2003 03:16 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:50 AM.