Link to home
Start Free TrialLog in
Avatar of evildr_go
evildr_go

asked on

Failed Tribes Patch - Win98 caught in a boot loop.

k guys,

My Kung Fu isn't strong enough for this one.  Who is stronger?

I applied a new patch for Tribes on my Win98 partition, but
the install program hung during the patch.  The patch needed
to run something in DOS mode at startup to complete the
update, but now it's stuck in a continuous reboot mode
somewhere after Win.com is called.

It boots through to win.com, then writes "Win98 is now
restarting"
{
You are currently in MS-DOS mode. Do you want to return to
normal mode, to run Windows applications again [y/n]
}
y - reboots and it goes through the whole process again.
n - loops the same question without rebooting.

ctrl-C breaks the batchfile and brings up a command prompt.

Any idea where this batchfile is called from?  

other notes:

My autoexec.bat wasn't restored on reboot, and there isn't a
copy of autoexec.wos anywhere.   Commenting out the extra
lines in the autoexec.bat doesn't change anything.  

Forcing Safemode with win.com /d:m does the same thing.

Bootlog.txt isn't created, even when forced with /b

other thoughts...

Ok, I'm too tired to look at this anymore,  but I believe that
Win.com starts loading things referenced in the registry next.
 Can I hack the registry from DOS or Linux?  

Brian
Avatar of compmania
compmania
Flag of United States of America image

Few things:

from the command prompt run scanreg /fix
also run fdisk /mbr a few times
And last rename the config.sys file and the autoexec.bat file to config.old and autoexec.old
ASKER CERTIFIED SOLUTION
Avatar of Ajnin
Ajnin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of evildr_go
evildr_go

ASKER

Yup,

The first line in the config sys.

DOS=Single

was forcing my system to stay in DOS mode.

The last line of the autoexec.bat was

win.com /vx

to restore my old auto/config

but they were never created, hence the commented lines were not removed.  Commenting them out fixed the problem.