Please Help!

J

James

When I start my computer I get this sign on a black screen with white
type-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Please Select the Operating System to Start

Microsoft Windows XP Professional
Misrosoft Windows XP Professional

Use the Up and Down Arrows to move the highlight of your choice
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Can someone tell me how to get my computer to start without seeing
this message
 
R

Roy Smith

James said:
When I start my computer I get this sign on a black screen with white
type-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Please Select the Operating System to Start

Microsoft Windows XP Professional
Misrosoft Windows XP Professional

Use the Up and Down Arrows to move the highlight of your choice
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Can someone tell me how to get my computer to start without seeing
this message


You probably need to edit your boot.ini file. The easiest way to do
this is to right-click on My Computer (either on your desktop or in the
Start Menu) and choose Properties. Then click on the Advanced tab and
in the Startup and Recovery section click on the Settings button. In
the next window, click on the Edit buttom and this will open notepad
with the Boot.ini file in it. It should look something like this:


[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" /noexecute=optin /fastdetect /usepmtimer


(*NOTE* The last 2 lines are actually one line. Word wrap in my editor
has made it look that way.)

If you have more that one line that starts off with "multi
(0)disk(0)..." then you need to delete one of them, then save the file
and click on ok on each window till you are back to the desktop.
 
D

Don Phillipson

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Please Select the Operating System to Start

Microsoft Windows XP Professional
Misrosoft Windows XP Professional

Use the Up and Down Arrows to move the highlight of your choice
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Can someone tell me how to get my computer to start without seeing
this message


You probably need to edit your boot.ini file. . . .

[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" /noexecute=optin /fastdetect /usepmtimer
(*NOTE* The last 2 lines are actually one line. Word wrap in my editor
has made it look that way.)

If you have more that one line that starts off with "multi
(0)disk(0)..." then you need to delete one of them, then save the file
and click on ok on each window till you are back to the desktop.

The purpose of this menu is to display for choice two
or more operating systems or startup configurations, e.g.
regular Windows or Safe Mode, as done by
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows
XP Professional" /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="WinXP Pro
Safe Mode" /noexecute=optin /fastdetect /safeboot:network /SOS

"Timeout" = delay in seconds, i.e. we can set the menu to display
for as many seconds as we like. If the user makes no choice, the
first configuration loads automatically when the timeout expires.
 
D

Daniel

Hi James

Is dualboot, just need to edit the boot.ini file with notepad as someone
mention earlier on

Regards
 
B

Bruce Chambers

James said:
When I start my computer I get this sign on a black screen with white
type-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Please Select the Operating System to Start

Microsoft Windows XP Professional
Misrosoft Windows XP Professional

Use the Up and Down Arrows to move the highlight of your choice
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Can someone tell me how to get my computer to start without seeing
this message


Graphically:

From within WinXP, Start > Run > Msconfig, Boot.ini Tab > "Check
all Boot Paths."

Manually:

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 to removed the extraneous line, 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://support.microsoft.com/default.aspx/kb/555375

They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. ~Benjamin Franklin

Many people would rather die than think; in fact, most do. ~Bertrand Russell

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top