vmlinux.ibook.14.gzをStuffItExpanderではなく MacGzipで展開します。
(StuffItExpanderで展開したものは使えません)
MacOSのシステムフォルダに "Linux Kernels"というフォルダを作り、
その中にvmlinux.ibook.14を入れます。
LinuxPPC 1999 Q3のCDROMからramdisk.image.gzを
MacOSのシステムフォルダに入れます。
(Finderや"Linux Kernels"フォルダと同じレベル)
BootX_1.2b3.sitをStuffItExpaderなどで展開し、
"・BootX Extension"をシステムフォルダの機能拡張フォルダに入れます。
これがないとBootX Appの起動でエラーになることがあります。
BootX Appはシステムフォルダのコントロールパネルフォルダに入れます。
Kernelは vmlinux.ibook.14を選択します。
"No video driver"にチェックを付けます。
Optionsの"Force video settings"のチェックは付けたまま。
Optionsの"Use specified RAM DISK"をチェックし、
"Choose"でシステムフォルダ内のramdisk.image.gzを選択します。
LinuxPPC 1999 Q3のCDROMを入れたまま"Linux"をクリックして
installerを起動します。
しばらくするとXが立ち上がり、xinstallerが起動されます。
# pdisk -i
Top level command (? for help): L ("L"を入力しリターン)
/dev/hdaが内蔵HDDであることがわかります。
Top level command (? for help): e /dev/hda ("e /dev/hda"と入力しリターン)
Edit /dev/hda
Command (? for help): p ("p"と入力しリターン)
現在のpartition mapが表示されます。
MacOSのHFS+が/dev/hda8, HFSが/dev/hda9, Freeが/dev/hda10でした
Command (? for help): c ("c"と入力しリターン)
First block: 4330141 (Freeのbaseを入力)
Length of blocks: 128m (大きさを128Mに)
Name of partition: swap ("swap"と入力しリターン)
Command (? for help): p ("p"と入力しリターン)
swapが加わったpartition mapが表示されます。
Command (? for help): c ("c"と入力しリターン)
First block: 4592285 (Freeのbaseを入力)
Length of blocks: 1762137 (Freeのlengthを入力)
Name of partition: root ("root"と入力しリターン)
Command (? for help): p ("p"と入力しリターン)
/dev/hda10がswap
/dev/hda11がrootになりました。
問題なければ、
Command (? for help): w ("w"と入力しリターン)
Writing the map destroys what was there before. Is that okay? [n/y]: y ("y"と入力しリターン)
The partition table has been altered!
Command (? for help): q ("q"と入力しリターン)
Top level command (? for help): q ("q"と入力しリターン)
これでxtermに戻ります。
# mke2fs /dev/hda11以上でxtermでの作業は終わりです。