Your 98SE was installed on top of MSDOS. The CONFIG.sys should have originally had a CDROM driver referring to the same pointer as in the Autoexec.bat.
First step is using [F8] on bootup to get into command mode (same way as getting to safe mode).
attrib -s -h -r msdos.sys
edit msdos.sys to install 3 lines to enable the menu
after the BootGui line add the following
BootMenu=1
BootMenuDefault=2
BootMenuDelay=15
[ALT]+[f]
[ALT]+[x]
This gives the boot menu for 15 seconds defaulting to bootlog version. Test it to make sure you can get to command line easily. You can shorten the delay if you wish to keep the menu active after we are done.
At command line after reboot:
rename autoexec.bat autoexec.org
rename config.sys config.org
md loader where we are going to put the bootdisk files.
put the bootdisk in for the copy
xcopy a:*.* c:\loader\ /s /e /v spaces between switches
copy c:\loader\autoexec.bat c:\ /v
copy c:\loader\config.sys c:\ /v
edit config.sys so anything called comes from \loader
the critical ones are in config.sys under the [CD] section
and should look like:
device=c:\loader\himem.sys
device=c:\loader\oakcd.sys etc.
when done, and exited out reboot
should get into the config menuing system, using [F8] should give choices, step by step would be good
as the drivers load there will be one that finds the CDROM
make note of where it is.
When things are loaded you should be at c:\
md sein
md sein\win98
move to the CD and your SE install CDROM
copy *.* c:\sein /v
cd win98
copy *.* c:\sein\win98 /v
This is a duplicate of how the CD is set up, overkill but you'll be more comfortable with it this way
move back to the c: drive
cd \
rename config.sys config.bd
rename autoexec.bat autoexec.bd
SE in an original install would have config.sys and autoexec.bat as blank files (really 0 length) but easier to create them as short ones:
copy con config.sys one space [F6]
copy con autoexec.bat one space [F6]
in theory, rebooting will bring up 98 with hardware detection working, when it asks for the path to the CD you point it to c:\sein\win98
You may still need to get to the Intel site for the .inf upgrade for your IDE glue chips. You'll know if the CD isn't visible after the SE is back together.
Hope I haven't missed anything.
Ed Fair
Give the wrong symptoms, get the wrong solutions.