1I have extended mkhybrid to create a CD that is bootable via PPCbug
2on a PowerPC Reference Platform compliant machine (referred to as
3PReP).
4
5This includes a number of IBM RS-6000 clones, along with most of
6Motorola's embedded PowerPC boards, such as the MTX and MVME
7boards. (The motorola boards are sometimes referred to as PowerPlus)
8
9To build a bootable CD, you will first need a kernel image for your
10machine. Put the image somewhere in the filesystem you want
11to generate and ISO9660 image from.
12
13The '-B' or '-prep-boot' flags are used to specify the image file
14to use. The path must be relative to the root of the CD filesytem,
15NOT from the current directory.
16
17For example: to make an image of /tmp/cd and use the image file
18/tmp/cd/zImage, (with rock ridge extensions) use:
19
20mkhybrid -r -B zImage /tmp/cd -o cd.img
21
22Since there are four entries for bootable 'partitions', I have
23allowed up to 4 different images to be used. This might be
24usefull if one has need of different kernel images for different
25machines on the same CD.
26
27The first image will be in the first partition entry, so if one
28uses:
29
30mkhybrid -r -B zImage1 -B zImage2 -B zImage3 -B zImage4 /tmp/cd
31
32This will result in 4 bootable images. To boot off the first image
33from PPCbug, use 'pboot 0 41' from the ppcbug> prompt.
34(assuming the CDROM is at SCSI ID 4.. replace the 4 with the SCSI
35ID of the CDROM if not.) The second image is at 'pboot 0 42', etc.
36
37There should not be any conflicts with any of the HFS or hybrid
38functions, since the space used by the PReP partition maps is
39unused by anything else. If fact, the goal is to make a CD
40bootable on both Mac's and PReP machines ;)
41
42For any questions contact me at one of the following addresses:
43troy@microux.com
44troy@blacklablinux.com
45hozer@drgw.net
46