[parisc-linux] Booting from tape
Frank Rowand
frowand@cup.hp.com
Tue, 28 Sep 1999 13:37:47 -0700
Kirk Bresniker wrote:
>
> | > Attempting to load IPL.
> | >
> | > Failed I/O operation with scsi.0.0
> | > ENTRY_IO status = -10
> | >
> | > 00000000 00000000 00000000 00000000 00000000 00000000
> | > 00000000 00000000
> | > 00000000 00000000 00000000 00000000 00000000 00000000
> | > 00000000 00000000
> | > 00004F04 000000FF FF0009BF 00000000 800100DC 00000000
> | > 0025F000 00000400
> | > 98080000 00000000 00008C60 00000000 000000FF 00000000
> | > 00000000 00000000
> |
> | I believe this is a problem with either how the tape was created
> | or talking to the tape drive. Does anyone know where to find what
> | the -10 status means?
>
> >From the firmware comments:
>
> /* RETURNS:
> /*
> /* 3 : EOF Encountered ( Sequential Device only)
> /* 2 : Recoverable error
> /* 1 : Inexact I/O Transfer
> /* 0 : OK
> /* -2 : Non Existant Option.
> /* -3 : Cannot complete call without error
> /* -4 : Unrecoverable Hardware Error
> /* -6 : Illegal Device Address
> /* -7 : Non Existant Device
> /* -8 : Module/Device not ready
> /* -10 : Invalid Argument ( Invalid SCSI ID or LUN )
> /* -12 : Unsupported Record Size
> /* -14 : Illegal Device block Size
>
> KMB
And for future reference to save Kirk from having to look at his
source code...
The IO ACD is at
http://dtf.external.hp.com/dtf/swdev/pdf/iodc.pdf
The Entry_IO errors are on page 42 of the PDC (document p. 3-40).
-Frank Rowand