Neale,

I will give your EXEC a try.

Terry Martin - Consultant 
Cell - 443 854-2452


-----Original Message-----
From: Linux on 390 Port [mailto:LINUX-390@vm.marist.edu] On Behalf Of Neale 
Ferguson
Sent: Thursday, August 21, 2014 1:22 PM
To: LINUX-390@vm.marist.edu
Subject: Re: Error when load z/Linux for first time

The RECFM F LRECL 80 thing stung me a couple of times so I changed the EXEC 
that punches things out - 

/* */
'CP CL RDR'
'CP PURGE RDR ALL'
'CP SPOOL PUNCH * RDR'
'PIPE (name PUNCH_KERN)',
   '| < KERNEL IMG',
   '| fblock 80 00',
   '| punch'
'CP C PU NAME LINUX KERNEL'
'PIPE (name PUNCH_PARM)',
   '| < GENERIC PRM',
   '| fblock 80 00',
   '| punch'
'CP C PU NAME LINUX PARM'
'PIPE (name PUNCH_INITRD)',
   '| < INITRD IMG',
   '| fblock 80 00',
   '| punch'
'CP C PU NAME LINUX INITRD'
'CP CH RDR ALL KEEP NOHOLD'
'CP IPL 00C CLEAR'

On Aug 21, 2014, at 1:17 PM, Davis, Larry (National VM Capability) 
<larry.dav...@hp.com> wrote:

> Do your IMG files look like this
> 
> Filename Filetype Fm Format Lrecl    Records     Blocks
> INITRD   IMG      I1 F         80     234521       4581
> KERNEL   IMG      I1 F         80     113594       1752

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions, send email to 
lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit http://wiki.linuxvm.org/

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

Reply via email to