| | |
Need to get rid of startup error: Please select the operating system to start
Thread Solved |
•
•
Join Date: Nov 2003
Posts: 3
Reputation:
Solved Threads: 0
Well it seems like this was a serious deal here, no way to get rid of it but thank you caperjack by accessing the Boot.INI in C: I was able to change the Timeout from 5 to 55 seconds so now when i boot up I have time to select before the darn things goes into that Windows XP setup deal again. I would always miss it before, because if you look away or are not paying attention at boot up, your 5 seconds are up. So having the minute to respond is working fine and seems like a better way to go then a complete reinstall of Win 98. Other then that, the computer seems to run pretty good plus too many files to backup and restore. Thanks to everyone for all the feedback.
•
•
Join Date: Feb 2005
Posts: 1
Reputation:
Solved Threads: 1
Re: Need to get rid of startup error: Please select the operating system to start
0
#12 Feb 16th, 2005
•
•
•
•
Originally Posted by caperjack
This is copy paste from another site ,the OS's are switched around but the cure should work for you
Give dual boot the boot
Q: I installed Windows XP on a new hard drive in my PC, but I kept the old drive containing Windows 98 SE as my D: drive. Windows XP apparently detected the 98 SE operating system on the old drive and now offers me the choice of dual-booting at start-up. How do I get rid of this option?
A: You'll need to edit the boot menu, which is controlled by the C:\boot.ini file on your Windows NT, 2000, or XP boot drive. This small text file contains various parameters that control the boot-up delay (Timeout=), the default operating system, and information about which drive and partition contain your two operating systems. Your current boot.ini file probably looks similar to this:
[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"
D:\="Microsoft Windows 98"
To access the boot.ini file, click Start, right-click My Computer, select Properties > Advanced, then click the Settings button under Startup And Recovery. In the Startup And Recovery dialog, click the Edit button under System Startup. This will open the boot.ini file with Windows' Notepad program.
To open the file without the long string of dialogs (using Notepad or another text editor), you must first remove the file's read-only attribute. To do so, click Start > Run and type cmd. Click OK, and you'll see a command-line dialog. At the command prompt, type CD\, then press Enter. Now type attrib -r -a -s -h boot.ini (note the spaces between command letters and the hyphen for the next letter) and press Enter. This will remove file attributes that would prevent you from editing the file. Next, type notepad boot.ini and press Enter to open and edit the file.
Now, to remove the Windows 98 boot option, simply delete this line: D:\="Microsoft Windows 98." Without the line, Windows XP becomes the default start-up OS. If you prefer to leave the dual-boot feature as is, but you want Windows to start the default operating system sooner, simply replace the number after Timeout= to something less than 30 seconds. (Windows will present you with a dual-boot option, but it will launch XP within the time you specify.) When you have completed your edit, save the file and close Notepad.
I had this same type of prob. your info got me on the right track. I was able to use your info and figure out what I needed to do in my situation. It was a guess, I did'nt know if it would work, but I had to try it and it did I thank you for your time and your knowlage. It has been a great privilege Thank You Cyrus
Re: Need to get rid of startup error: Please select the operating system to start
0
#13 Feb 16th, 2005
Dude, read the dates on the posts.
Firefox: no, its not the end all solution, it has its own issues and in time it will be just as insecure as IE, when its hit Firefox 6, if it makes it that far. Oh, and AOL pays for it, incase you didn't know.
Microsoft & Windows: If you hate it so much, move to linux, or bsd, or anything else, stop complaning and move on.
Good starting places: Gentoo Novell SUSE Fedora Core Apple
Microsoft & Windows: If you hate it so much, move to linux, or bsd, or anything else, stop complaning and move on.
Good starting places: Gentoo Novell SUSE Fedora Core Apple
Re: Need to get rid of startup error: Please select the operating system to start
0
#14 Feb 16th, 2005
•
•
•
•
Originally Posted by Cyrus2127
I had this same type of prob. your info got me on the right track. I was able to use your info and figure out what I needed to do in my situation. It was a guess, I didn't know if it would work, but I had to try it and it did I thank you for your time and your knowledge. It has been a great privilege Thank You Cyrus
Actually its not my knowledge,just a good Google!
Linux boot cd http://www.knopper.net/knoppix/index-en.html
Wubi is an officially supported Ubuntu Linux installer for Windows .
http://wubi-installer.org/
Wubi is an officially supported Ubuntu Linux installer for Windows .
http://wubi-installer.org/
Re: Need to get rid of startup error: Please select the operating system to start
0
#15 Feb 21st, 2005
Re: Need to get rid of startup error: Please select the operating system to start
0
#16 Mar 1st, 2005
•
•
•
•
Originally Posted by mifa
edit the boot.ini file
set default on w98
if that works; set timeout = 0
no screen anymore!
mifa
old one
[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" D:\="Microsoft Windows 98"
New one should be changed to:
[boot loader] timeout=0 default=D:\ [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home" D:\="Microsoft Windows 98"
That should do the trick.
Alex Cavnar, aka alc6379
•
•
Join Date: Aug 2005
Posts: 1
Reputation:
Solved Threads: 1
Re: Need to get rid of startup error: Please select the operating system to start
0
#17 Aug 30th, 2005
Thanks alc6379, I had the exact same problem as SteveMor909, on a friends computer, and after much searching, your solution worked for me.
Old Boot.ini:-
[Boot Loader]
Timeout=5
Default=C:\$WIN_NT$.~BT\BOOTSECT.DAT
[Operating Systems]
C:\$WIN_NT$.~BT\BOOTSECT.DAT="Microsoft Windows XP Professional Setup"
C:\="Microsoft Windows"
New Boot.ini:-
[Boot Loader]
Timeout=0
Default=C:\
[Operating Systems]
C:\="Microsoft Windows 98"
Computer now boots straight into Win98
Also discovered a relevant Microsoft Article "Microsoft Windows XP Setup Remains in Boot.ini" http://support.microsoft.com/default...&Product=winxp
which gives an alternative solution and also explains where the XP Setup folders are located ("In the Drive C window, delete the following folders: •$win_nt$.~bt •$win_nt$.~ls")
Old Boot.ini:-
[Boot Loader]
Timeout=5
Default=C:\$WIN_NT$.~BT\BOOTSECT.DAT
[Operating Systems]
C:\$WIN_NT$.~BT\BOOTSECT.DAT="Microsoft Windows XP Professional Setup"
C:\="Microsoft Windows"
New Boot.ini:-
[Boot Loader]
Timeout=0
Default=C:\
[Operating Systems]
C:\="Microsoft Windows 98"
Computer now boots straight into Win98
Also discovered a relevant Microsoft Article "Microsoft Windows XP Setup Remains in Boot.ini" http://support.microsoft.com/default...&Product=winxp
which gives an alternative solution and also explains where the XP Setup folders are located ("In the Drive C window, delete the following folders: •$win_nt$.~bt •$win_nt$.~ls")
Re: Need to get rid of startup error: Please select the operating system to start
0
#18 Sep 2nd, 2005
•
•
Join Date: Sep 2005
Posts: 1
Reputation:
Solved Threads: 1
Re: Need to get rid of startup error: Please select the operating system to start
0
#19 Sep 8th, 2005
I had the same problem, but my fix went like this:
Click Start, select Run, type msconfig, and click OK. This opens the system configuration utility. Click the BOOT.INI tab, select the correct option (OS) for your situation (if it isn't already highlighted), and then click "Set as Default". Restart.
In my case, I had a choice between Windows XP Professional and Windows XP Professional Setup. I selected the former, set it as the default, and restarted. Sure enough, it defaulted to WinXP instead of Setup. I didn't even bother changing the timeout - I'm just happy that I can power up and step away knowing that Windows will start normally!
Click Start, select Run, type msconfig, and click OK. This opens the system configuration utility. Click the BOOT.INI tab, select the correct option (OS) for your situation (if it isn't already highlighted), and then click "Set as Default". Restart.
In my case, I had a choice between Windows XP Professional and Windows XP Professional Setup. I selected the former, set it as the default, and restarted. Sure enough, it defaulted to WinXP instead of Setup. I didn't even bother changing the timeout - I'm just happy that I can power up and step away knowing that Windows will start normally!
•
•
Join Date: Sep 2005
Posts: 41
Reputation:
Solved Threads: 1
Re: Need to get rid of startup error: Please select the operating system to start
0
#20 Sep 9th, 2005
•
•
•
•
Originally Posted by SteveMor909
A while back I tried to install Windows XP on my computer. I was not able to because Windows 98 was already installed. Since then I changed my mind and continued using Windows 98. Now, because I started the install of XP I have this error message whenever the computer starts. It goes to the message "Please select the operating system to start" and if your not quick enough it will go through the whole XP setup thing again. It is quite annoying and would love to get rid of this thing that obviously contains some sort of setup data that stays on my computer. can anyone help me to REMOVE the setup data so I can just boot right to Windows 98 like I use to? Thank you very much!
old school was always better .. but not in this case.
win 98 is old ... is like riding a 20 years old horse when you have a full young pack to choose from.
anyway, to get it right just format it all and install the new system
![]() |
Similar Threads
- startup error: Please select the operating system to start (Windows NT / 2000 / XP)
Other Threads in the Windows 95 / 98 / Me Forum
- Previous Thread: DirectX 6 install
- Next Thread: RUNDLL32 causing a divide error in SYSDM.CPL
| Thread Tools | Search this Thread |





