はじめに
「ブート」
Linuxの起動はOpen Firmwareがyabootを使って起動します。
LinuxPPC Boot の中にブート用のソフトがインストールされています。
その中のシステムフォルダーの中にyaboot.confがありますが、
システムフォルダーの外に出します。(なんでここに入るんだ?)
yaboot.confをエディタ等で編集します。

init-message = "\nWelcome to LinuxPPC!\nHit  for boot options.\n\n"
     timeout = 50                            ←待ち時間(単位0.1秒)

     default = linux                         ←timeout後起動
     image = hd:11,vmlinux-2.2.15pre14-mol   ←11はbootのあるところ

     label = linux                           ←起動設定のラベル
     root = /dev/hda9            ←9はrootのあるところ
     append = "video=aty128fb:vmode:17,cmode:24,mclk:63"
     #novideo                                ←コメント

Open Firemwereで再起動します。(option+apple+o+f)
byeと打てばmacに戻ります。
shut-downで落ちます。
printenvで設定一覧が見れます。そのなかのブートデバイスは
boot /pci/@d/card@slot:@drive-partition:number,imageとなっています。

boot hd:11,yaboot と打ち込むとyabootが立ち上がり?ます。
次にラベル名linuxと打ち込むと晴れてLinuxPPC2000が起動します。
My G4
LinuxPPC on G4
introduction
Format
Install
Boot
Japanese
Link