I’m installing Debian on my FW 800 MDD PowerMac G4, and I’m going to talk about it here so you too can convince yourself that your Friday night, is in fact, probably better.
powerpc
architecture
sid
so that packages which are regularly 4 years old may now potentially at best be 10 months old. Congratulations!netinstall
variant unless you have nothing better to do than wait to download obsolete packages512MB
pv
with your package manager (“pipe viewer”, you’ll see in approximately 1 second)dd if=/path/to/iso | pv | of=/dev/whatever
- (this would be a great time to take a coffee break)“I’m not a dummy, if this thing can boot from USB, it’ll take me like two seconds get started” I said before eating my words and spending the greater part of 30 minutes getting the machine to start.
dev / ls
disk@1
. Be patient. There is a lot of text!boot /pci@f2000000/pci@whatever/usb@1/disk@1:,\install\yaboot
yaboot
elf file, which will in turn load the kernel and RAMdisk.What an exercise.
This is the section where you should read everything carefully if you have any existing things on your disk. Or not – I’m not your mother.
Remember the best practice guidelines of making your swap partition 2x your RAM, or roughly the size of your RAM if around 4GB. Generally, your swap size should be at least the size of RAM so that doing things like hibernating can be successful (e.g. dumping everything onto the disk and then subsequently reseeding RAM on boot).
Additionally, you will need a special boot partition, to save you time, make a NewWorld Boot Partition
of size 819200b
For some reason, I never got a full package listing, so after installing a base system I have been pretty much left alone without any other useful packages. Reboot when it prompts you to, and then if you successfully installed, do this to fix your sources.list
.
rm /etc/apt/sources.list
cp /usr/share/doc/apt/examples/sources.list /etc/apt/sources.list
Update and play!