• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Windows 200 ontop of 98. boot up annoying

hey i have a machine running 98, and i did the windows install instead of update to install 2000 and now everytime i start up i have to choose between the 2, is there any way to make it start up with just 2000 and i dont have to pick? so i can pres the button and it will just boot up on 2000 no questions asked? is there an easier way than re-installing 2000 as an upgrade? - thats the only way i could think of fixen this lil annoyance.
 
right click on my computer, go to properties, advanced tab, settings under startup and recovery and modify the settings there, I have XP installed but I would imagine 2k would be similar
 
Look in C drive boot.ini, it may need write unprotecting, but delete any line referring to win 98, and set the timer to 1.

Should look something similar to this:-

[boot loader]
timeout=1
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

 
Originally posted by: ericiscool
hey i have a machine running 98, and i did the windows install instead of update to install 2000 and now everytime i start up i have to choose between the 2, is there any way to make it start up with just 2000 and i dont have to pick? so i can pres the button and it will just boot up on 2000 no questions asked? is there an easier way than re-installing 2000 as an upgrade? - thats the only way i could think of fixen this lil annoyance.

As a matter of interest, it would have been easier to wipe the whole drive and install from scratch unless there was something of value you needed, systems with a clean install always seem to work better than upgrades.

 
Assuming that your C: drive is FAT(16/32) here, then boot up off of a Win98se boot floppy, and perform these commands.

C:
CD
ATTRIB -H -S -R BOOT.INI
EDIT BOOT.INI
(insert semi-colon before the line that starts with "C:\ = ", that's the DOS-mode OS bootloader entry)
ALT-F (file menu), select SAVE, and then ALT-F, EXIT
(reboot)

Hopefully, at this point, since there is only one "live" bootloader choice in the list, it will automatically load.
 
Back
Top