boot menu

diduknowthat

formerly liuliuboy
so I'm trying to get rid of the second xp option when i boot up, since its not there anymore. I went to the boot options file and here's mine...
[boot loader]
timeout=30
default=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 /fastdetect
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptOut

should i jsut delete the non-default one? Would that allow me to now even see that screen when i boot up?
 
The next to bottom line is the one to remove if that was an addon and not primary OS as it refers to a second installation on a second partition. The bottom line is the corrent one to leave intact. Before making changes save the current boot.ini file into a temp folder as a backup. It can used if you manage to ???

Once the system loads normally simply delete it after while saving the working one as a backup in a safe place. I generally create an XP folder for storing system and utility files completely outside of those created by Windows itself to also avoid virus and spyware infections as well as accidental deletion.
 
just delete this
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Micro soft Windows XP Professional" /fastdetect /NoExecute=OptOut
or if you are afraid of any error set the timeout to 1 and you won't have to wait anymore
but i'm sure this will work !
 
A default boot loader looks like this for a single OSed drive.

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /fastdetect /NoExecute=OptIn
You can easily see which one is the default and needed entry.
 
Last edited:
Back
Top