Thanks a lot for your comments. But I have a few minor questions:
--------------------------
"In your bootdisk's CONFIG.SYS file, you will need:
DEVICE=oakcdrom.sys /D:MSCD001
In your bootdisks's AUTOEXEC.BAT file, you will need:
MSCDEX.EXE /D:MSCD001 /L:X
SMARTDRV.EXE"
What if my autoexec.bat and config.sys "have" these lines? Do you mean I should create a Win98 boot disk and then modify autoexec.bat and config.sys in that floppy with an ASCII text editor? If so, should I copy: autoexec.bat (modified), config.sys (modified), smartdrv.exe, and mscdex.exe to my HDD thereafter? As soon as I copy these 4 files and restart my comp, will my cd drive be recognised and can I start XP installation?
Are sscdrom.sys, mscdx221.exe and oakcdrom.sys useless then?
--------------------------
"If that is the case, look here for bootdisk images that you can use to create a fresh new bootdisk, many with CD-ROM drivers already set up:
http://www.bootdisk.com/bo
First: The process requires a number of boot floppies (10 I think) and I hate floppies: If one gets corrupt, I can't do a damn thing (It happened to me last time when I used 10 brand new floppies)!
Second: "The server has an internal error": I can't download the installation file.
--------------------------
Thanking you yet again,
Ram
Main Topics
Browse All Topics





by: pbarrettePosted on 2004-03-17 at 07:35:49ID: 10615994
Hi ram_einstein,
otdisk.htm
In your bootdisk's CONFIG.SYS file, you will need:
DEVICE=oakcdrom.sys /D:MSCD001
In your bootdisks's AUTOEXEC.BAT file, you will need:
MSCDEX.EXE /D:MSCD001 /L:X
SMARTDRV.EXE
This should load your CD-ROM as drive letter X. You can change the X to another letter, or leave the "/L:X" off completely and the system will assign a drive letter for you.
After you have your CD-ROM loaded, you will need to copy the complete contents of the CD's "\I386" folder to a folder on your HD:
XCOPY X:\I386\*.* C:\i386\*.* /S /E
Where "X" is, again, the CD-ROM's drive letter.
SMARTDRV is a DOS drive caching program from Microsoft. It is needed to run the WinXP installer at the beginning.
Once you have the contents of the folder copied over, you can use:
C:\I386\WINNT.EXE
This will begin the WinXP installation proceedure.
You may want to start with a fresh Win98 bootdisk, or just skip it all and use a WinXP boot disk. If that is the case, look here for bootdisk images that you can use to create a fresh new bootdisk, many with CD-ROM drivers already set up:
http://www.bootdisk.com/bo
Hope this helps,
pb