Jump to content

Recommended Posts

Posted (edited)

Where do I put my "Boot.ini" file on my unattended Windows XP CD? John :thumbup:hello::thumbup

Edited by RBCC

Posted

if want to add OS Load option then U should edit the TXTSETUP.SIF and search for OS Load option.

If U want to place the boot.ini during the unattened installation then U should use OEMPreinstall=Yes in WINNT.SIFand place the the file in C:\XPCD\$OEM$\$1\ folder where C: is the drive of installation file source.

Posted

I don't think you can put it anywhere. I am not srue, but I think it is dynamically generated at first boot. What I do is, I modify the file using this command in my Reboot.cmd file

bootcfg /raw /id 1 "/noexecute=AlwaysOff /NOPAE /fastdetect" > nul

The items in between the quotes, gets added to my boot.ini file

Posted
I don't think you can put it anywhere. I am not srue, but I think it is dynamically generated at first boot. What I do is, I modify the file using this command in my Reboot.cmd file

bootcfg /raw /id 1 "/noexecute=AlwaysOff /NOPAE /fastdetect" > nul

The items in between the quotes, gets added to my boot.ini file

Nice. Its really rocking trick compare to anyother

Posted
if want to add OS Load option then U should edit the TXTSETUP.SIF and search for OS Load option.

If U want to place the boot.ini during the unattened installation then U should use OEMPreinstall=Yes in WINNT.SIFand place the the file in C:\XPCD\$OEM$\$1\ folder where C: is the drive of installation file source.

Doing it your way will risk either an error at first boot, because the file cannot be created (it already exists) or it will be over written with the one created at first boot. If you were to use your method you would need to change the attributes of the file in the Reboot or CleanUp.cmd

  • 3 weeks later...
Posted
bootcfg /raw /id 1 "/noexecute=AlwaysOff /NOPAE /fastdetect" > nul

In fact, very nice.

Do you happen to know how I may also change the entry's Friendly Name, i.e. its description, for instance "MS Windows XP Professional N"?

Bootcfg /copy has got a switch /d which affects the Friendly Name, I just like to modify the extant entry (id 1).

Any idea how this could be done?

Posted

This can easily be done. It will require two steps

@echo off
bootcfg /copy /d "Mikka's Microsoft Windows XP" /id 1
bootcfg /delete /id 1

The first line copies the tag and modifies the description.

The second line deletes the original tag and the modified tag will now be the default tag (id 1)

Posted

Thank you.

Although your approach seems to work as expected, it looks somewhat awkward to me:

Having to copy the extant entry to a renamed one, deleting the initial one afterwards.

Is there no more straightforward way to achieve this?

:hello:

Mikka

  • 1 year later...
Posted

Gee, that command to change the text is fan-fvcking-tastic. many ty's

im about to test but im hoping new installs default to id 1. therefore u can change the current build with id 1 everytime. i'l be running 2 xp installs on 1 partition, one has edited paths (prog files \ win) etc...... sorted me out nice one

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...