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