Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Como crear un disco de arranque para un CD ROM SCSI

82 views
Skip to first unread message

MATS

unread,
Jan 15, 2001, 3:16:32 PM1/15/01
to
Tengo una controladora Tekram Ultra SCSI DC 315 U, a la que tengo conectado
un lector Plextor 40x, el problema que tengo es que con el disco de inicio
de windows 98/Me no puedo arrancar el ordenar con compatibilidad con CD ROM,
despues de formatear el disco duro, pues no hay drivers que reconozcan la
tarjeta SCSI, antes con la adaptec que tenia no ocurria esto.
Creo que hay que meter unos drivers que vienen con el disquete de la
controladora y hacer una serie de cambios en el config sys y autoexec que
vienen en el disco de iniciode Windows, pero uno es un poco negado en estas
cosas y por mas que intento, no lo consigo, si pudierais hecharme una mano,
os lo agradeceria.
Muchas gracias y saludos
Miguel Angel

Antonio Amengual

unread,
Jan 15, 2001, 5:45:29 AM1/15/01
to
en ese disco de inicio debes sustituir algunos archivos y poner los propios de la controladora, mirate en los txt en ls readme, o en la web de tekram a ver si hay algo de eso


--
porfa
respuestas al grupo; asi nos beneficiamos todos
saludos

Antonio
ms mvp dts

"MATS" <mtor...@wanadoo.es> wrote in message news:OIOwPfzfAHA.1724@tkmsftngp05...

MATS

unread,
Jan 15, 2001, 6:50:45 PM1/15/01
to
Te pego mi config y autoexec del disco de inicio, no se si estan bien el
caso es que no van.
He buscado en la pagina de Tekram y he encontrado esto, pero no se como
hacerlo o por lo menos no me sale correctamente.

How to create a SCSI CD-ROM Boot Disk.

Last modified by Tekram Support on 12/20/2000 Doc# 005C91F1


Creating a Win9x startup Disk with CD-ROM support for use with the
DC-395U/315U


The <DOS> subdirectory of your Tekram driver's diskette contains the ASPI
drivers you will need for DC-395uw/315U:

T3x5ASPI.SYS: ASPI driver for DC-315
TRMCD.SYS: CD-ROM driver (add "/s2" switch, if your CD-ROM is a SCSI-2
device)

To create a boot disk with CD-ROM Support

1. Create or obtain a Windows 98 startup diskette.

2. Copy the files listed above to the Win98 Startup disk, These files are
located on the Tekram drivers diskette.

3. Edit the config.sys file located in the root directory of the Win9x Start
Up disk and add two Device line statements as shown below:
Device=T3x5ASPI.SYS
Device=TRMCD.SYS /d:MSCD001

4. Edit the Autoexec.bat file and add the MSCDEX.EXE DOS Command line
statement as shown Below:
A:\MSCDEX.EXE /d:MSCD001 /m:12

Booting from SCSI CDROM
To Do a fresh install of your preferred O/S on a bootable setup CD using a
SCSI CD-ROM you will need to set your system Bios and your SCSI Bios as
follows;

1. Set your System Bios to Boot from SCSI.
2. Press [F2] during the boot scan of SCSI devices to enter the SCSI Bios
setup menu options Screen.
3. Press the [Enter] key and Select [Set Adapter Options] and set [Boot From
CD-ROM] to Enabled.
4. Set the [Boot Device ID] to the same ID of your SCSI CD-ROM and leave the
[Boot Device LUN] set to its Default setting.
5. Set the [Boot From CD-ROM] to Enabled.
6. Exit and Save Settings, press [F10] to exit and reboot.
7. Immediately following the boot scan for SCSI devices you will be prompted
to [Select a No.# to boot from] normally its zero, after selecting zero you
should be on your way to a successful install of your preferred O/S.


CONFIG:


[menu]
menuitem=SETUP_CD, Iniciar la instalaci˘n de Windows 98 con CD-ROM.
menuitem=CD, Iniciar PC con compatibilidad para CD-ROM.
menuitem=NOCD, Iniciar PC sin compatibilidad para CD-ROM.
menudefault=SETUP_CD,30
menucolor=7,0

[SETUP_CD]
device=himem.sys /testmem:off
device=oakcdrom.sys /D:oemcd001
device=btdosm.sys
device=flashpt.sys
device=btcdrom.sys /D:oemcd001
device=aspi2dos.sys
device=aspi8dos.sys
device=aspi4dos.sys
device=aspi8u2.sys
device=aspicd.sys /D:oemcd001
device=T3X5ASPI.SYS
device=TRMCD.SYS /D:MSCD001

[CD]
device=himem.sys /testmem:off
device=oakcdrom.sys /D:oemcd001
device=btdosm.sys
device=flashpt.sys
device=btcdrom.sys /D:oemcd001
device=aspi2dos.sys
device=aspi8dos.sys
device=aspi4dos.sys
device=aspi8u2.sys
device=aspicd.sys /D:oemcd001
device=T3X5ASPI.SYS
device=TRMCD.SYS /D:MSCD001

[NOCD]
device=himem.sys /testmem:off

[COMMON]
device=display.sys con=(ega,,1)
country=052,850,country.sys
install=mode.com con cp prepare=((850) ega.cpi)
install=mode.com con cp select=850
install=keyb.com la,,keyboard.sys
files=60
buffers=20
dos=high,umb
stacks=9,256
lastdrive=z


AUTOEXEC:

@ECHO OFF
set EXPAND=YES
SET DIRCMD=/O:N
cls
set temp=c:\
set tmp=c:\
path=a:\

IF "%config%"=="NOCD" GOTO QUIT
LH MSCDEX.EXE /D:oemcd001 /L:D /A:MSCDEX.EXE /d:MSCD001 /m:12

echo.
IF "%config%"=="SETUP_CD" goto AUTOSETUP
GOTO QUIT

:AUTOSETUP
set CDROM=FOO23
FINDCD.EXE
if "%CDROM%"=="FOO23" goto NOCDROM
path=a:\;%CDROM%\
%CDROM%
cd \WIN98
echo.
OEMSETUP.EXE
goto QUIT

:NOCDROM
echo.
echo No se encontraron los archivos de instalaci˘n de Windows 98.
echo.

:QUIT

"Antonio Amengual" <amen...@retemail.es> escribió en el mensaje
news:OW3v6S0fAHA.1356@tkmsftngp02...

MATS

unread,
Jan 17, 2001, 2:42:53 AM1/17/01
to
Solucionado el problema
Gracias
Miguel Angel


0 new messages