↓ Archives ↓

Posts Tagged → PPC

Gentoo on PPC

Some note about Gentoo installation on old PowerBook G3 Pismo.

选取的是Gentoo 2006.1 Universal install CD PPC版本,烧制成光碟。里面包含stage1, 2, 3. 想丛stage3装起。

1. Boot Pismo with Universal CD;
2. Prepare hard disc partitions. For only 20GB HD in the Pismo, so I’ll erase Mac OS X all and just install only Gentoo operting system on my Mac. 

mac-fdisk /dev/hda

Use d in mac-fdisk to delete mac hfs partitions. Use b to add Apple_Bootstrap partition. Use c to add swap root and home…
3. Apply filesystem on partitions. Apply on swap root home…

mkfs.reiserfs /dev/hdax

4. Activate the swap partition:

mkswap /dev/hda3
swapon /dev/hda3

5. mounting root partition