Jump to content

Help with Boot.ini


Recommended Posts

Posted

Hi:

I need to add a modified boot.ini file to the windows xp pro installation.

the boot.ini:

[boot loader]

timeout=240

default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS

[operating systems]

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=""

Since I have multiple disabilities I cannot press the F8 key fast enough to bring up the Windows Menu. (I think it's F8)

I'd like to add this edited boot.ini file to the install so once windows xp pro is installed thhis boot.ini file will already be installed.

Can anyone help?

Much thanks,

Hag672 :unsure:


Posted

I understand the nLite context but as this file is written by XP installation process and is not configurable through nLite (other than using your own cmd file), you could find more help in the the Unattended forum, searching for "boot.ini" in the threads title, it seems you need to use "bootcfg".

See here and here.

Also I don't know what you intend to do with what you call "Windows Menu" (get into Safe Mode ?) but it is none of my business.

Posted (edited)

If you put your modified boot.ini file on the install media in (for this example) a subdirectory AddOns, add the following code to RunOnce:

Attrib -S -H %SystemDrive%\boot.ini
Copy %Source%AddOns\boot.ini %SystemDrive%\
Attrib +S +H %SystemDrive%\boot.ini

Might I suggest:

[boot loader]
timeout=240
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional - DEP Opt Out" /noexecute=optout /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional - DEP Opt In" /noexecute=optin /fastdetect

Edited by Kurt_Aust

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...