MSFN Forum: win98 of Multi_DVD os - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

win98 of Multi_DVD os win98 of Multi_DVD os Rate Topic: -----

#1 User is offline   lukyman 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 24-October 03

Posted 13 March 2004 - 09:47 AM

:/
AUTOEXEC.BAT
=====================
.
.
: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=%CDROM%:\SETUP\98SE\
SETUP.EXE /IS
echo.
GOTO QUIT
.
.
=====================

run vmware say:

CDR101?FNot ready reading drive D
Abort,Retry,Fail?

what's wrong?


#2 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 16 March 2004 - 03:43 AM

Im having the same problem it appears the default cd drive is d. When I boot 98se from another box with the DVD rom on another drive letter other than d it errors. Any workarounds on this folks?

#3 User is offline   muratbabba 

  • Group: Members
  • Posts: 4
  • Joined: 13-March 04

Posted 21 March 2004 - 09:12 AM

Hi
I have this entry´s in Autoexec.bat and it work´s with VM ware and Vitual pc
Hope this will help you.

@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=



greetings
M U R @ T

#4 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 25 March 2004 - 12:37 PM

Just checked my Autoexec.bat & it is the same? Only diff being my installation points to setup.exe rather than oemsetup.exe. Is it possible to alter the Autoexec.bat to look for all drives?
Still having trouble installing 98se from another drive other than d?

#5 User is offline   Alanoll 

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

Posted 25 March 2004 - 03:39 PM

you would need to have a file like WIN51 or something in your root of the CD

and then have...

IF EXIST C:\Win51 SET CDROM=C:


and go through all the drive letters.

#6 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 27 March 2004 - 12:50 PM

Has anyone else experienced this problem or is it just something to do with my P4 boxes or bios setup? I don't have any problems with the other os just 98 & ME.

#7 User is offline   venim 

  • Member
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 31-August 03

Posted 27 March 2004 - 01:08 PM

I had the same problem when I was creating my multiboot dvd.
I haven't found a solution so I removed win98se from my dvd.. :)

#8 User is offline   Alanoll 

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

Posted 27 March 2004 - 01:49 PM

my windows install from E: which is the second CD-ROM on my system.

i used the IF EXIST to get the right drive. And then it went fine.

#9 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 27 March 2004 - 02:35 PM

Did you modify the Autoexec.bat to specify the E drive?

#10 User is offline   daywalker03 

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

Posted 27 March 2004 - 09:21 PM

It should work as is, but it doesn't for me. :)

#11 User is offline   Alanoll 

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

Posted 27 March 2004 - 09:34 PM

obviously, Maverick, you don't read.

I said used the IF EXIST method to get the CD drive it was in.

#12 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 27 March 2004 - 10:04 PM

Alanoll, on Mar 25 2004, 03:39 PM, said:

you would need to have a file like WIN51 or something in your root of the CD

and then have...

IF EXIST C:\Win51 SET CDROM=C:


and go through all the drive letters.

Yeah well maybe sometimes?
But I dont quite get your original statement above.

#13 User is offline   Alanoll 

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

Posted 27 March 2004 - 10:16 PM

alright if you have a Multiboot DVD with XP on it...

in your autoexec.bat file put this...

IF EXIST D:\Win51 Set CDROM=D:
IF EXIST E:\Win51 Set CDROM=E:
IF EXIST F:\Win51 Set CDROM=F:
IF EXIST G:\Win51 Set CDROM=G:
IF EXIST H:\Win51 SET CDROM=H:


be sure to put it AFTER the mscdex command. This will create a new variable CDROM with the drive letter + : of the drive with your Multiboot DVD in it, then setup should start up fine.

However it should be noted, 98 never really liked booting from a DVD with the UDF file system. Be sure it is CDFS with ISO9660 standards

#14 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 27 March 2004 - 10:31 PM

Thanks buddy really appreciate it.

#15 User is offline   Alanoll 

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

Posted 27 March 2004 - 10:42 PM

I've just been doing some tests, and OEMSETUP.EXE is really cool. lol.

If you have it, you may wish to use it instead of just normal setup.exe

#16 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 27 March 2004 - 11:05 PM

Alanoll, on Mar 27 2004, 10:42 PM, said:

I've just been doing some tests, and OEMSETUP.EXE is really cool. lol.

If you have it, you may wish to use it instead of just normal setup.exe

I only have the setup.exe whats the difference?

#17 User is offline   Alanoll 

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

Posted 27 March 2004 - 11:15 PM

oemsetup.exe does like alittle NT Setup thing prior to actual setup.

but it bypasses alot of errors that might occcur

I've attached the OEMSETUP.EXE and OEMSETUP.BIN files (i think those are the only neccesary ones anyways) to this post. Just put them in your Win98 folder with all the other cabs and whatnot. Call it instead and perhaps it may work better for you.

Attached File(s)


This post has been edited by Alanoll: 27 March 2004 - 11:24 PM


#18 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 28 March 2004 - 12:46 AM

Thanks I'll give them a go

Share this topic:


Page 1 of 1
  • 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