]> git.ozlabs.org Git - yaboot.git/blob - doc/examples/README.dualboot.chrp
The CAS (Client-Architecture Support) call tells firmware what capabilities the
[yaboot.git] / doc / examples / README.dualboot.chrp
1 This script is deprecated in favor of a much nicer and more robust
2 script ofboot, see README.ofboot for more information.
3
4 This script was written by Benjamin Herrenschmidt, I added a X to the
5 OpenFirmware pathnames, you should replace that X with the proper
6 partition number. for the MacOS line add the partition number of your
7 MacOS partition, for the yaboot line add the partition number of your
8 bootstrap partition, which should be the same partition you configure
9 ybin to install on.
10
11 Remember that the Mac partition table is considered a partition in and
12 of itself, so partition number 1 is always the partition table. If the
13 disk is shared with MacOS it needs to have a MacOS disk driver
14 partition in which case the first `real' partition will probably be
15 number 4.
16
17 Edit this script before running ybin or mkofboot.
18
19 If you have G4 hardware then your OpenFirmware may already have a
20 graphical boot selector built in, this selector can be accessed by
21 holding down the option key when booting the machine.  You should see
22 a screen with buttons for each bootable partition.  This version of
23 ofboot.b includes a badge icon, the button with a penguin icon is your
24 bootstrap partition.  If you decide to use this built in selector you
25 really do not need to use dualboot.chrp.  Thanks to Nicholas Humfrey
26 for creating the Badge icon.