LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   General (https://www.linuxquestions.org/questions/general-10/)
-   -   Very stupid question (about XP actually) (https://www.linuxquestions.org/questions/general-10/very-stupid-question-about-xp-actually-66961/)

vnuser 06-20-2003 08:40 PM

Very stupid question (about XP actually)
 
I have this very ennoying problem with XP boot up screen: it has two options 1)XP; and 2)Windows DOS(default) . I would like to eliminate the option 2, or the very least, changing default to 1. Does any one know how to fix this. If I ever tried to install Rhat, does this cause any problem for me at all if I ever try to dual boot .


Thanks




Sorry, I was so frustrated with this problem, I did not see the newbies room, where this question belongs, and I do not know how to delete the whole post.

voodoochild117 06-20-2003 09:45 PM

Edit the boot.ini file in c:\ , or what ever drive you have windows installed on. The file is hidden and maybe readonly, so make sure you set XP to show hidden files. Also , right click on the file, and check the properites, make sure it is not read-only. Then edit the file in notepad, and remove the line that pertains to "DOS", or option 2 in your case

vnuser 06-20-2003 09:55 PM

that is the problem, I can't find boot.ini at all . I did a search and logged in as Admin, and I can't find the damn file.

m3zzr 06-20-2003 10:22 PM

right click on my computer, properties.... then goto advanced, click system and recovery, then in there u have the options to change the menu, just select which one u want to boot, then uncheck display for settings to 0

vnuser 06-20-2003 10:23 PM

sorry;

I found the boot.ini file and made the changes, and it still does not work

here is the content of my boot.ini file

[boot loader]
timeout=30
default=C:\
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect

mcleodnine 06-20-2003 11:00 PM

Moved to the General forum

slakmagik 06-20-2003 11:01 PM

Try commenting out the timeout line.

Possibly change default to

default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS

as well.

Whitehat 06-21-2003 09:37 PM

Make your boot.ini look like mine:

[boot loader]
timeout=10
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" /fastdetect


Done. :)


All times are GMT -5. The time now is 05:10 PM.