no bootup menu for win98

  • Thread starter Thread starter Madhur
  • Start date Start date
M

Madhur

After installing windows xp with win98, the bootup menu(F8) has been
replaced with that of windows XP, due to which i cannot boot into
dos(Command Prompt Only). I know i can go into by start->shutdown->dos mode,
but i want the previous one which allowed me to load one of the kernel level
debugger for dos which can be loaded only at bootup.

--
Madhur
India

Any fool can write code that a computer can understand. Good programmers
write code that humans can understand.
 
Hi,

You need to hit F8 *after* selecting Win98 from the normal boot menu.

--
Best of Luck,

Rick Rogers aka "Nutcase" MS-MVP - Win9x

Associate Expert - WinXP - Expert Zone
 
In Windows 98, Start>Run>MSCONFIG<enter>, then click on Advanced.

"Enable Startup Menu". This is a whole lot easier than trying to hit Ctrl or F8
right after leaving the new Boot Menu. If you want to shorten the 30 second
delay (though you can always hit <enter>), you can add the following line to
MSDOS.SYS in the Win98 root directory, after the now existing BootMenu=1:

BootMenuDelay=x
(where x is number of seconds' delay.)

Another useful item if you don't want Normal mode to be the default:

BootMenuDefault=x
(where x is Startup Menu item number.)

--
Gary S. Terhune
MS MVP for Windows 9x

*Recommended Help Sites*
http://www.dts-l.org
http://www.mvps.org
http://www.aumha.org

How to Use the Microsoft Product Support Newsgroups
http://support.microsoft.com/?pr=newswhelp
+++++++++++++++++++++++++++++++++++++++++
 
thanks to both of you

--
Madhur
India

Any fool can write code that a computer can understand. Good programmers
write code that humans can understand.
 
Back
Top