 |
» |
|
|
 |
Notes:
- Improper modification of the boot.ini file can cause the operating system to be inoperable.
- For testing purposes of a given hardware configuration, it might be preferable to create several entries in the [operating systems] stanza, as documented in above example, as well as leave a non zero timeout, to allow user selection at boot time between regular boot and boot with the /3GB option; this can allow easy recovery in case the /3GB option causes a problem described in section Additional Operating Considerations below.
- Modification of the boot.ini file requires administrative privileges.
- Do not add the /3GB switch if running Windows® NT® 4.0 Workstation or Windows® 2000 Professional.
- boot.ini file can be modified using bootcfg.exe utility delivered with Windows® XP®, (please refer to A Discussion About the Bootcfg Command and Its Uses for further details on bootcfg.exe utility) or by editing the file:
- boot.ini is generally found at the root of C: drive; in a command session (cmd.exe), make file editable:
attrib C:\boot.ini -r -s
- edit, modify and save file
- reset file attributes:
attrib C:\boot.ini +r +s
- reboot system to make the change effective
- The amount of real memory and paging space should be sized accordingly.
|
|
|