>Tried the virtual RDR first and it also failed. I >double checked to make sure I was using the >correct files from the CD and everything looks good.
In what sequence did you punch the files to the reader? I use the following exec on VM to punch the files to the reader ? /* */ Parse Arg fn ft fm If fn = '' Then fn = 'sles9' If ft = '' Then ft = 'image' If fm = '' Then fm = 'A' 'set relpage off' 'purge rdr class i' 'spool punch * rdr class I' 'spool rdr class I' 'punch' fn ft fm '(noh' If RC <> 0 Then Exit RC 'punch' 'sles9 parmfile' fm '(noh' If RC <> 0 Then Exit RC 'punch' 'sles9 initrd' fm '(noh' If RC <> 0 Then Exit RC 'ch rdr all keep nohold' 'i 00c clear' John ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
