I cannot find Boot.ini file

Status
Not open for further replies.
I am making my own game server for a MMORPG called, Lineage 2. Now i need to edit my BOOT.INI . just need to add /3GB at the end of

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

so it looks like this,

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn /3GB

Now i cant save it as shown in the pic.
 
This is mine:

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

and I just added the 3gb like you want and it saved fine for me. Why do you need this?
 
1. Right-click My Computer, and then click Properties.
-or-
Click Start, click Run, type sysdm.cpl, and then click OK.
2. On the Advanced tab, click Settings under Startup and Recovery.
3. Under System Startup, click Edit

or


1. Click Start, and then click Run.
2. In the Open text box, type cmd.
3. At the command prompt, type bootcfg /?.
4. The help and parameters for BOOTCFG.exe will display
 
Okay if you are trying to edit your boot.ini you need to do this.

Start>Run>Cmd
From there get to the root of the drive. Either by cd.. or cd root.
From there type in edit boot.ini which will bring you to a notepad which will allow you to save and edit your boot.ini files.
 
Status
Not open for further replies.
Back
Top Bottom