ranjithbajpe said:
Ok. Everything gone rt to me . But the problem of editing BOOT.INI. Please tell me how to edit it. Becasue I dotn know how to get two options like winxp or win 98!!!! Even I could not find boot.ini. please say me the location also. Yes I made a image. But the problem of 2 options.
Sorry about the late reply. I was out and just got back around midnight.
There are different ways to access the boot.ini file. One way is : Right click 'My Computer', then click Properties, then the 'Advanced' tab, then 'Startup and Recovery'/Settings button, then 'Edit'. The boot.ini file will pop open, ready to be edited with Notepad.
The second method : Open C:, click Tools>Folder options>View. Click 'Show hidden files and folders', and also UNTICK 'Hide protected operating system files'. The boot.ini file will now be visible in C: window. Double-click it and it will open exactly as in the first method.
The boot.ini file will read something like this :
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\xxxx
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\xxxx="Windows XP" /fastdetect
xxxx here stands for the name of the directory (folder) where you installed WinXP.
Now you have to add something to be given a choice. I edited my boot.ini file to this -
[boot loader]
timeout=5
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS.XP
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS.XP="Windows XP" /fastdetect
C:\="Windows ME"
Here, timeout=5 means that the boot option will be available for 5 seconds, after which it will boot to the default OS, unless the other option is selected. The default timeout is 30 seconds.
The third line specifies the default OS. You can change this to either OS.
The fifth line multi(0)disk(0)......... points to the directory where XP is installed. It should NOT be edited except the portion between quotation marks. You can edit the quoted portion to anything you like.
The last line points to the directory where Win98 or ME is installed. Here you can also edit the quoted portion.
If you want Win98 as the default OS, edit the third line to read -
default=C:\
A written explanation can quickly become lengthy, but it's quite straightforward if you go through it step by step.
My other computer's boot.ini file reads like this -
[boot loader]
timeout=10
default=C:\
[operating systems]
C:\="Idiotic Windozzzze 98"
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS.XP="Even more idiotic Win XP" /fastdetect
Here the boot option screen presents a choice as -
Idiotic Windozzzze 98
Even more idiotic Win XP
with Windows 98 as the default. Of course the names are for my personal amusement

Post back if you need any more help.