|
|
3.4. How to use PALO at early boot stage?3.4.1. The theoryYou have setup everything, rebooted your box, and suddenly you want to change something to the kernel boot arguments, or even boot another kernel. Damn it! How could you, now that the box is booting? Well, stay calm and relax, have a deep breath, we have the solution! Unfortunately, by the time you'll learn about it, your box will have finished booting ;o) First, you must learn how to interact with PALO during the startup sequence. You have to enter BOOT_ADMIN, as explained in Section 2.1.1. For some old models (up to 712 or so), you must add the ipl (or isl) string to your boot command in the BOOT_ADMIN console:
You just have to enter the number corresponding to the parameter you want to change. Hit Enter, modify it and validate the changes by hitting Enter again. The system will redisplay the new list. This modification is not permanent[1]! If you want to add a supplementary parameter, select any one and write yours on the editing line, beginning with a space:
For more informations about PALO, please take look at the PALO README. You can find a copy of this file after having installed the palo package in /usr/share/doc/palo/README.html. This HOWTO section is mostly inspired from the above file, written by Paul Bame. 3.4.2. A complete exampleThis example has been suggested by Michael Damaschke. We will use notions explained in Section 2.1 and Section 3.4.1, and refer to concept such as console, seen in Section 2.2. So, let's go for the story of the happy PA/Linux user booting a kernel, also called "I don't know how to configure my workstation to use the kernel I want during boot sequence!". After switching your workstation on, a message on the console will tell you that the workstation is about to start automatically the boot sequence, except if you hold the Esc key to stop the auto-booting process. This is a very difficult step: you must hold the Esc key down ;o)
There are a few different ways to get access to BOOT_ADMIN (see Section 2.1.1). If you have an old box, you will see an information message displayed, where the workstation's firmware tells you that it will start searching for all bootable devices, or that you can break this by holding down the Esc key. This is the same procedure as just mentioned, you must press the Esc key. As usual, on some machines you might then get a menu where you should press the a key followed by Enter. You are now facing the deadly 'BOOT_ADMIN>' prompt :^). First, we will turn off auto boot process by entering the following lines:
then hit Enter to validate. This will prevent the box from further attempts at auto-booting. In other words, you won't have to stop the boot process with Esc, it will stop on its own on subsequent reboots and wait for your instructions. Now, you must tell the system from which boot device you would like to boot. If it's a hard drive, it must have a 'f0' partition at the beginning (see Chapter 4). In this example, the old kernel is vmlinux and the new one is vmlinux-2.4.17-pa3. The chosen SCSI boot device is designed by: SCSI.X.0, where X is the SCSI-ID of the disk you want to boot from[2]. e.g.:
At the end of the previous command line, you must add the IPL token if you have a HP 9000/7xx system to specify that you want to interact with IPL. If you have a more recent hardware, the system will ask if you want to interact with IPL anyway:
Say Y and hit Enter. Now, you can manually configure the PALO boot parameters. A new menu is displayed, where you can configure on line '0' (selected by default) the boot partition number, and the path of your boot kernel. Here is the complete session log of a A500 serial console output, taken from PALO version 1.5. You can find in Section B.1 a session log with an older version of palo, such as the one that can be found on Debian 3.0 install disks.
PALO was first setup to boot the kernel file vmlinux located on the second partition of the SCSI device ID 5 LUN 0. (We know this since we have asked BOOT_ADMIN to boot on this device). But we wanted another kernel this time. We have pressed the Enter key (to validate the default choice '0') and modified the text to match our needs, here vmlinux-2.6-cvs. We have also added an initrd=2/initrd.img-cvs argument to the command line. We have validated our changes by hitting the Enter key. Finally we have decided that we didn't want this additional argument, so we have selected it and erased it. At the end it asked again which field we wanted to edit, we just typed 'b' instead of any number and hit Enter to boot our new kernel.
That's it! PALO has no more secrets for you :-)
Notes
|


