Linux for the old PowerPC Macintoshes


SUBMITTED BY: Guest

DATE: June 27, 2014, 10:11 p.m.

FORMAT: Text only

SIZE: 1.7 kB

HITS: 863

  1. This is a Linux sistem for you old PowerPC Macintosh (G3, G4, and G5 CPU's)
  2. Download the following mini.iso, depending on your computer:
  3. G3 / G4: http://http.us.debian.org/debian/dists/wheezy/main/installer-powerpc/current/images/powerpc/netboot/mini.iso
  4. G5: http://http.us.debian.org/debian/dists/wheezy/main/installer-powerpc/current/images/powerpc64/netboot/mini.iso
  5. Burn it and boot it (press c continuosly until you get a prompt).
  6. Then type:
  7. install url=mintppc.org . Press enter.
  8. A tip. If you are a Linux power user, when you get into the partition stage of the installer, change the ext4 partition type instead of XFS for "/". Is MUCH faster. Leave the others partitions as they are.
  9. Finally, after the first boot of Linux Mint PPC, type these commands on the terminal, and input the password when required:
  10. sudo chmod -x /usr/sbin/update-apt-xapian-index #disable package search engine, useless
  11. echo "gtk-can-change-accels = 1" >> $HOME/.gtkrc-2.0
  12. echo "gtk-button-images = 0" >> $HOME/.gtkrc-2.0 #no icons on buttons
  13. echo "gtk-menu-images = 0" >> $HOME/.gtkrc-2.0 #no icons on menus
  14. sudo apt-get update; sudo apt-get install iceape vlc #light www browser, old VLC player
  15. sudo apt-get install firmware-linux-free firmware-linux-nonfree rcconf #better 3D aceleration on some ATI cards
  16. #iceape is a fast web browser
  17. sudo rcconf #enable/disable services
  18. #disable cron, bluetooth (if you don't need it) and exim, (AND NO MORE IF YOU DON'T KNOW WHAT ARE YOU DOING) press [spacebar] to enable or disable services , [q] to quit
  19. sudo reboot
  20. More help at www.mintppc.org

comments powered by Disqus