-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathlubuntu.powerpc.16.04.config
More file actions
40 lines (21 loc) · 912 Bytes
/
lubuntu.powerpc.16.04.config
File metadata and controls
40 lines (21 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
How to install Lubuntu 16.04 LTS on iBook G4 PowerPC laptop
============================================================
1) First install the following minimal iso image using a wired Internet connection:
http://ports.ubuntu.com/ubuntu-ports/dists/xenial/main/installer-powerpc/current/images/powerpc/netboot/mini.iso
2) Change the append line in /etc/yaboot.conf:
append="video=radeonfb:1024x786-32@60"
Then run: sudo ybin
Reboot and test.
3) Run these Terminal commands:
sudo apt-get update
sudo apt-get install xfce4 lxde lxde-common lxde-core
Reboot and test desktop.
4)
sudo apt-get install git
git clone https://github.com/MarkRijckenberg/shell-scripts.git
cd shell-scripts
./restore-packagelist.bash
Reboot and test.
Sources:
https://help.ubuntu.com/community/Lubuntu/Documentation/FAQ/PPC#No_desktop_with_Radeon_video_chips_on_LiveCD
http://ubuntuforums.org/showthread.php?t=2188703