I did the following on my HMC

echo 'root=/dev/ram0 ro ip=off DASD=723A-723D ramdisk_size=10240
CHANDEV=escon0,0x3230,0x3231' > /boot/parmfil
cd /boot
zipl -t .  -p ./parmfile  -i  vmlinuz-2.4.9-17tape

and I get the following error

/bin/sh: zipl: not found

Please assist
moloko
> -----Original Message-----
> From: Dave Myers [SMTP:[EMAIL PROTECTED]]
> Sent: 26 February 2002 17:47
> To:   [EMAIL PROTECTED]
> Subject:           Re: /boot/vmlinuz-2.4.9-17 error (RH 7.2)
> 
> In a message dated 2/26/2002 6:15:08 AM Mountain Standard Time,
> [EMAIL PROTECTED] writes:
> 
> 
> > After rhsetu I get the following error
> >
> > /sbin/zipl
> > building bootmap    : /boot/bootmap
> > adding Kernel Image : /boot/vmlinuz-2.4.9-17-tape located at
> 0x00010000
> > Error: Could not retrieve info for target
> > /boot/vmlinuz-2.4.9-17-tape.Error: Could not add file to bootmap:
> > /boot/vmlinuz-2.4.9-17-tape.
> > /usr/sbin/authconfig --kickstart --nostart --enableshadow
> --enablemd5
> > Please set your root password now:
> > New password:
> > Retype new password:
> >
> > assist
> >
> 
>     At the end of "rhsetup"  the zipl command fails because the
>     image filename is spelled wrong in the script (there correct
> filename is:
>  vmlinuz-2.4.9-17tape)
> 
>      You have to create a parmfile in /boot in the new system and then
> rerun
> zipl on your own.
> 
> From master console, use 'echo' or 'cat' to create your parmfile in
> /boot
> Then....
> cd /boot
> zipl -t .  -p ./parmfile  -i  vmlinuz-2.4.9-17tape
> 
> 

Reply via email to