MSFN Forum: Windows 98 Problems - MSFN Forum

Jump to content



  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Windows 98 Problems What are your's? Rate Topic: -----

#21 User is offline   daywalker03 

  • Junior
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 20-February 04

Posted 09 April 2004 - 08:59 AM

Here it is.

@ECHO OFF
set EXPAND=YES
SET DIRCMD=/O:N
set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15
set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C
cls
call setramd.bat %LglDrv%
set temp=c:\
set tmp=c:\
path=%RAMD%:\;a:\;%CDROM%:\
copy command.com %RAMD%:\ > NUL
set comspec=%RAMD%:\command.com
copy extract.exe %RAMD%:\ > NUL
copy readme.txt %RAMD%:\ > NUL

:ERROR
IF EXIST ebd.cab GOTO EXT
echo Please insert Windows 98 Startup Disk 2
echo.
pause
GOTO ERROR

:EXT
%RAMD%:\extract /y /e /l %RAMD%: ebd.cab > NUL
echo The diagnostic tools were successfully loaded to drive %RAMD%.
echo.
LH %ramd%:\MSCDEX.EXE /D:mscd001 /L:%CDROM%
echo.
cls
echo Now installing Windows 98 SE
echo.
echo Loading...
path=%RAMD%:\;a:\;%CDROM%:\SETUP\98SE\WIN98\
OEMSETUP.EXE
echo.
GOTO QUIT

:QUIT
echo To get help, type HELP and press ENTER.
echo.
rem clean up environment variables
set CDROM=
set LglDrv=



#22 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 09 April 2004 - 09:31 AM

you sure mscdex.exe is on the ramdrive? On a normal Startup disk, it's not compressed.

i believe you've run in the same problem that a few others have had. Others used Setup.exe though, but it would freeze.


See what happens if your change /L:%CDROM% to /L:D

and then change the %CDROM%:\Setup....to D:\Setup

#23 User is offline   daywalker03 

  • Junior
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 20-February 04

Posted 09 April 2004 - 11:06 AM

Yes, the mscdex.exe is on the ramdisk. The ramdisk is D:, so I'd have to set the CDROM as E:. Like I said though, if I exit the setup to the A:\ command prompt, I can fdisk and format the virtual drive, reboot and OEMSetup will start to install Windows 98se. I even tried different virtual drive sizes last night to see if that was the problem, and it's not.

#24 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 09 April 2004 - 11:13 AM

is this in VMWare or VirtualPC?

do go through the prompts in OEMSetup.exe about it askign to format or whatnot?

you may wish to add these lines to the autoexec.bat as well. They are in the orignal autoexec.bat from Microsoft.

%CDROM%:
cd \CDSource\WIN_98SE\WIN98

then the next line would be OEMSETUP.EXE /K "/IE /NF"

#25 User is offline   daywalker03 

  • Junior
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 20-February 04

Posted 09 April 2004 - 12:17 PM

Microsoft Virtual PC. It hangs when trying to format. It does create the partitions, but hangs trying to access the CDROM. Error message is this: "Please insert the following disk in drive D (or your CD-ROM drive): Windows 98 Boot Disk or CD-ROM When you are ready to continue, press ENTER. " Since the disk is an ISO image and it is "in" the virtual cd-rom, I hit enter and the error message repeats. :)

#26 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 09 April 2004 - 12:28 PM

try mounting the ISO in Alcohol or DaemonTools, and have VirtualPC snag the virtual drive.

as for the harddrive, do you have it set to be dynamically increasing or fixed?

#27 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,615
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 09 April 2004 - 12:56 PM

Alanoll, on Apr 9 2004, 08:34 AM, said:

hmmm, Mav that's a doosy....
seems like it should work....
have you tried changing the file?
In your config.sys are you loading the CDROM drivers to begin with.

Alanoll, have not modified the config.sys here it is below? Any ideas? :)

files=10
buffers=10
dos=high,umb
stacks=9,256
lastdrive=z
device=himem.sys /testmem:off
device=oakcdrom.sys /D:mscd001
device=btdosm.sys
device=flashpt.sys
device=btcdrom.sys /D:mscd001
device=aspi2dos.sys
device=aspi8dos.sys
device=aspi4dos.sys
device=aspi8u2.sys
device=aspicd.sys /D:mscd001
devicehigh=ramdrive.sys /E 2048

#28 User is offline   daywalker03 

  • Junior
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 20-February 04

Posted 09 April 2004 - 01:37 PM

Alanoll, on Apr 9 2004, 12:28 PM, said:

try mounting the ISO in Alcohol or DaemonTools, and have VirtualPC snag the virtual drive.

as for the harddrive, do you have it set to be dynamically increasing or fixed?

Don't have either program you mentioned to try that. As for the virtual hard disk, it's set for dynamic. I'll try fixed size to see if that makes any difference.

Even with it using a fixed size disk, it hangs up. :)

This post has been edited by daywalker03: 09 April 2004 - 02:11 PM


#29 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,615
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 April 2004 - 04:13 AM

Alanoll not trying to be pushy but you did start this topic?????????

#30 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 11 April 2004 - 09:03 AM

whooops, sorry ran into a few probs when reinstallin my computer, it was wierd, kept not being able to find the CAT files because the paths were wrong somewhere. But it worked jsut fine in VirtualPC and VMWare. Oh well..


I'll edit this post when I catch up, and wake up.




EDIT:
just to test, not really to fix the problem. REM out the line OEMSETUP.EXE

then when it gets to the command prompt, try to access the CDROM.

also, I was looking and the variable %CDROM% is never actually defined. So.....you may want to try removing /L:%CDROM% or changing it to /L:D

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy