Skip to content

Instantly share code, notes, and snippets.

View andrearota's full-sized avatar

Andrea Rota andrearota

View GitHub Profile
@andrearota
andrearota / README.md
Created March 14, 2026 17:34 — forked from pojntfx/README.md
Boot Linux or OpenBSD on the PowerBook G4 (PowerPC/ppc32)

Boot Linux or OpenBSD on the PowerBook G4 (PowerPC/ppc32)

Creating the USB sticks

Use an older USB 2.0 stick, newer ones will most certainly not work.

sudo dd if=debian-11.0.0-powerpc-NETINST-1.iso of=/dev/sda1 status=progress # Or use GNOME Disks, Etcher etc.
sync