Boot.ini

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I want target designer to provide a boot.ini with the following line:

multi(0)disk(0)rdisk(0)partition(1)Windows="Microsoft Windows XP Embedded" /NoSerialMice:com1 /fastdetect

Is this possible?

Thanks,
G. Grabher
 
The only way I have found to add boot.ini options to edit the boot.ini after
the image is built by TD. Or every time you build the image, replace the
boot.ini with a boot.ini that has all your options.

It would be nice to have all of the Boot.ini options available in TD in a
future release of the embedded OS.

Regards,

Sean Liming
XP Embedded Manager
A7 Engineering (www.a7eng.com)
Author: Windows XP Embedded Advanced and Windows NT Embedded Step-by-Step

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Or modify it during first-boot with a RunOnce operation.

David Harris
Senior Software Engineer
MPC Data Limited
 
Thanks Guys

Now I'm sure about that. I think writing a small piece of code and putting it into a RunOnce operation is an acceptable solution. Perhaps in a selfmade Boot.ini-component..

Regards
G. Grabhe
 
Grabher Günter said:
Thanks Guys,

Now I'm sure about that. I think writing a small piece of code and putting
it into a RunOnce operation is an acceptable solution. Perhaps in a selfmade
Boot.ini-component...
Regards,
G. Grabher

I made a component which included the bootcfg.exe executable, and used an
FBA Generic Command to call the bootcfg.exe file with the relevant
parameters to update my boot.ini file just before it was resealed (phase
8499).

Ben Harris
Design Engineer

Arcom,
Clifton Road,
Cambridge CB1 7EA
United Kingdom

E-Mail: (e-mail address removed)
Web: http://www.arcom.com
 
Back
Top