Tech Support > Operating Systems > Windows 2000 > "please select operating system to start"
"please select operating system to start"
Posted by Rickerus on March 6th, 2004


When I boot up I get a page asking to "please select operating system
to start". Both options are "Win2000 Pro(default)". Selecting the
top one leads to the password prompt. Selecting the latter leads to
the message "Fat32 Boot, Bad FS" and a frozen machine.
I really want to get rid of this page and have it go straight to the
password prompt. I found 2 solutions on the Win XP board but neither
worked. One suggested editing the boot.ini file. I searched for and
could not find this file. The other solution suggested Run>MSCONFIG,
but typing MSCONFIG in the Run box returns an error. Any suggestions
are greatly appreciated.

Posted by Josef Stalin on March 6th, 2004




respond
"Rickerus" <hartrb@yahoo.com> wrote in message
news:885b8d3e.0403060801.28d647b1@posting.google.c om...
Comrade,

boot.ini is a hidden file in your root directory.

to give it the characteristics that you are seeking, change it to:

C:\>attrib -s -h boot.ini

C:\>type boot.ini
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microso ft Windows 2000
Professional"
/fastdetect

--
Take the "NiceGuy" out of FatherNiceGuyJosefStalin@Yahoo.Com to



Posted by Bruce Chambers on March 6th, 2004


Greetings --

Simply edit C:\Boot.ini to remove the unnecessary line(s).

1) Click Start > Run, Type "Cmd" and then press <Enter>.

2) Type "Cd\" and then press <Enter>

3) Type "Attrib C:\Boot.ini -h -r -s" and then press <Enter>

4) Click Start > Run, Type "Notepad c:\boot.ini" and then press
<Enter>

5) Edit the file as desired, save it, and then exit Notepad.

6) Type "Attrib C:\Boot.ini +h +r +s" and then press <Enter>

7) Close the command console.


Bruce Chambers
--
Help us help you:
http://dts-l.org/goodpost.htm
http://www.catb.org/~esr/faqs/smart-questions.html

You can have peace. Or you can have freedom. Don't ever count on
having both at once. -- RAH

"Rickerus" <hartrb@yahoo.com> wrote in message
news:885b8d3e.0403060801.28d647b1@posting.google.c om...


Posted by Josef Stalin on March 6th, 2004




"Bruce Chambers" <bchambers@nospamcableone.net> wrote in message
news:104k06uf0cldi8d@corp.supernews.com...
With those instructions, be certain sure that you make a backup copy of
boot.ini and have a bootup floppy. I have had instances where removing lines
from boot.ini killed my system. Luckily, I did make a backup copy of
boot.ini so it was no big deal.

Joe

--
Take the "NiceGuy" out of FatherNiceGuyJosefStalin@Yahoo.Com to respond