3G option in boot.ini

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to chnage the space given to the user in boot.ini. It looks like:
[boot loader]
timeout=15
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="XP full 3GB setting" /3GB
/fastdetect /NoExecute=OptIn
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="XP 2300" /3GB /USERVA=2300
/fastdetect /NoExecute=OptIn
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="XP 2500" /3GB /USERVA=2500
/fastdetect /NoExecute=OptIn
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="XP 2800" /3GB /USERVA=2800
/fastdetect /NoExecute=OptIn
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
Professional" /fastdetect /NoExecute=OptIn

Unfortunately, the only option that works is the regular option. Any
suggestions?
 
Back
Top