Further, assume that you ran zipl, and the zipl environment
block is created. Now you would like to use
another root partition and another value for the panic time-out.
Procedure
Optional: Display the current zipl environment
block by using the
zipl-editenv command:
If no option -t is specified, zipl-editenv assumes
that the environment was installed in the /boot directory. To specify a
different directory, use the -t option.
Use the zipl-editenv command to change the values for ROOT and
PANIC_TIMEOUT.
For example, to set the root partition to /dev/dasdc2
and the panic time-out to 8, issue the following
commands:
Reboot the system, log in, and display the current command line:
# cat /proc/cmdline
root=/dev/dasdc2 panic=8 ...
The root partition and panic time-out were set to the new values.
The process
for modifying the environment block with zipl-editenv is illustrated in Figure 1Figure 1. Changing values
for keywords that replace specifications in the kernel command line.
Results
You can repeatedly modify the zipl environment
block
to IPL the Linux instance with different kernel command lines without rerunning zipl.