QUOTE(maximilian0017 @ Apr 12 2005, 09:15 PM)
reflash an 8163B modified with (any) 8050L firmware back to the 8163B firmware
info soon!!!!
ok, here it is (made this from the top of my head but this should work 100%)
Use on your own risk!!!
1. go to
http://h20000.www2.hp.com/bizsupport/TechS...-1&lang=English and download the file.
2. Execute the downloaded file and follow the on-screen instructions, insert a blank floppy and make sure the program writes to the floppy.
3. open the autoexec.bat from the floppy and REPLACE all text using cut and paste with:
@ECHO OFF
CLS
:LOOP
ECHO.
ECHO Get my 8163b back tool!!! V 1.0B
ECHO.
ECHO This tool wil flash any compatible drive with the 8163b firmware, so beware!
ECHO Make sure you know what you are doing
ECHO The Usage of this tool is on your own risk!!
ECHO.
ECHO 1. Flash drive on Primary Master
ECHO 2. Flash drive on Primary Slave
ECHO 3. Flash drive on Secondary Master
ECHO 4. Flash drive on Secondary Slave
ECHO 5. Quit
SET Choice=
SET /P Choice=Type the number and press Enter:
IF NOT '%Choice%'=='' SET Choice=%Choice:~0,1%
ECHO.
IF /I '%Choice%'=='1' GOTO PRIM
IF /I '%Choice%'=='2' GOTO PRIS
IF /I '%Choice%'=='3' GOTO SECM
IF /I '%Choice%'=='4' GOTO SECS
IF /I '%Choice%'=='5' GOTO End
ECHO "%Choice%" is not valid. Please try again.
ECHO.
GOTO Loop
:PRIM
SF8163.exe 3026B00A.DLD 0 /p /c /f /o /i
GOTO Again
:PRIS
SF8163.exe 3026B00A.DLD 1 /p /c /f /o /i
GOTO Again
:SECM
SF8163.exe 3026B00A.DLD 2 /p /c /f /o /i
GOTO Again
:SECS
SF8163.exe 3026B00A.DLD 3 /p /c /f /o /i
GOTO Again
:Again
PAUSE
CLS
GOTO Loop
:End
4. Save the file and restart the pc, make sure it boots from the floppy
5. Select how your drive is connected and folow the instructions on screen.
Maby someone wants to upload a complete disk to xbins?