When I try IPL'ing from the reader I'm doing the
same as you.... Image parm initrd all 80 character
records.

---- Original Message ----

From: John Schnitzler Jr <[EMAIL PROTECTED]>
To: [email protected]
Cc:
Subject: Re: Initial IPL of SuSE 9
Date: Tue, February 21, 2006, 12:55:00

>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

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

Reply via email to