hag672 Posted April 18, 2011 Posted April 18, 2011 Hi:I need to add a modified boot.ini file to the windows xp pro installation.the boot.ini:[boot loader]timeout=240default=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 /fastdetectmulti(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
Ponch Posted April 19, 2011 Posted April 19, 2011 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.
Kurt_Aust Posted April 19, 2011 Posted April 19, 2011 (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.iniCopy %Source%AddOns\boot.ini %SystemDrive%\Attrib +S +H %SystemDrive%\boot.iniMight I suggest:[boot loader]timeout=240default=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 /fastdetectmulti(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional - DEP Opt In" /noexecute=optin /fastdetect Edited April 19, 2011 by Kurt_Aust
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now