Pages : 1
#1 Le 28/10/2006, à 12:41
- goethe
Installation Ubuntu sur Imac G5 PPC (rev A)
Bonjour,
Ubuntu du fait d'un noyau non adapté présente toujours les problèmes de son absent et de ventilateurs non gérés.
Sur le forum U.S, j'ai trouvé la méthode pour compiler le noyau 2.6.17.8. La voici:
How to install Dapper on any G5. Requires a new kernel compile. This is only a light guide. There are other guides to upgrading your kernel elsewhere on the internet. But here's how I did it.
1. Use the alternate Dapper PPC CD. This will go right to the text-based installer.
2. Boot from that CD, and press TAB to see your kernel options to load. Type install-powerpc64 and press enter.
(A working wired ethernet connection is required later, btw.)
3. Install as normal. The fans will turn on quite loud. I let mine run loud, and the computer was ok.
4. After the install, reboot. You will now get to your Ubuntu desktop, with fans revving load.
5. Open a terminal, and type
$ sudo bash
to get a root terminal. Then change to the linux source directory.
$ cd /usr/src/
6. type
$ apt-get install links build-essential
to get the links browser and development tools.
7. in the terminal type
$ links www.kernel.org
Now download the latest stable kernel. (The "F" link at the top right is the stable kernel.)
It will save it to your current directory (/usr/src/)
8. Now unpack the kernel source.
$ tar -xvjf linux-2.6.17.8.tar.bz2
9. Make a link to that new kernel like this:
$ ln -sfn linux-2.6.17.8 linux
10. Okay now time to compile the kernel.
$ cd linux/
and type:
$ make g5_defconfig (Thanks Twas- fixed my typo!)
11. When that is done, type
$ make menuconfig
and navigate around to see what other options you want to enable. (I.E.: wireless, tvcards, etc., whatever) If you don't enable what you need, you won't have it!
Then when you are finished, keep hitting ESC to exit and say 'Yes' you want to save.
12. Now type
$ make && make modules_install
to compile everything. If you have a dual processor, type
$ make -j3 && make modules_install
to use both CPUs to compile this in less time.
13. Now you have a compiled kernel. Now you must add it to the bootloader to boot from it.
In the terminal, back up your first working booting kernel.
$ cd /boot
$ mv vmlinux vmlinux.old
Now copy the new kernel there.
$ cp /usr/src/linux/vmlinux /boot/vmlinux
$ cp /usr/src/linux/System.map /boot/System.map
14. Now edit yaboot. Change the line initrd to the new image, /boot/vmlinux.
$ nano /etc/yaboot.conf
Code:
## yaboot.conf generated by the Ubuntu installer
##
## run: "man yaboot.conf" for details. Do not make changes until you have!!
## see also: /usr/share/doc/yaboot/examples for example configurations.
##
## For a dual-boot menu, add one or more of:
## bsd=/dev/hdaX, macos=/dev/hdaY, macosx=/dev/hdaZboot=/dev/sda2
device=/ht@0,f2000000/pci@5/k2-sata-root@c/k2-sata@0/disk@0:
partition=3
root=/dev/sda3
timeout=100
install=/usr/lib/yaboot/yaboot
magicboot=/usr/lib/yaboot/ofboot
enablecdboot
macosx=/dev/sda5
defaultos=macosximage=/boot/vmlinux
label=Linux
read-only
initrd=/boot/vmlinux
# initrd=/boot/initrd.img
append="quiet splash"image=/boot/vmlinux.old
label=old
read-only
initrd=/boot/initrd.img.old
append="quiet splash"
15. Cntrl-X and save. Now write the changes to the boot partition.$ ybin -v
16. Reboot, and you will boot into your new kernel. Good luck. Gentoo.org has good how-tos on upgrading your kernel which are helpful. Avoid upgrading kernels from ubuntu updates, as that will obviously replace the work you just did with a kernel with no thermal support.
FYI: My machine is a dual 2Ghz G5.
Code:
stmiller@stmiller:~$ cat /proc/cpuinfo
processor : 0
cpu : PPC970FX, altivec supported
clock : 2000.000000MHz
revision : 3.0 (pvr 003c 0300)processor : 1
cpu : PPC970FX, altivec supported
clock : 2000.000000MHz
revision : 3.0 (pvr 003c 0300)timebase : 33333333
platform : PowerMac
machine : PowerMac7,3
motherboard : PowerMac7,3 MacRISC4 Power Macintosh
detected as : 336 (PowerMac G5)
pmac flags : 00000000
L2 cache : 512K unified
pmac-generation : NewWorld
stmiller@stmiller:~$
Quelqu'un a t il essayé?
C'est bien dommage que la version actuelle ne contienne pas le bon noyau par défaut car le problème a été largement évoqué.
Goethe
Dernière modification par goethe (Le 28/10/2006, à 12:45)
Hors ligne
#2 Le 29/10/2006, à 08:56
- Bertrand Anares
Re : Installation Ubuntu sur Imac G5 PPC (rev A)
Etrange. J'ai pu installer la release candidate d'edgy sur un G5 bipro (powermac 7,3 aussi) sans grand soucis, et les ventilateurs (qui tournaient a fond avec le noyau d'origine sur breezy et dapper) fonctionnent correctement. Je vais essayer la version finale d'edgy.
Hors ligne
#3 Le 03/11/2006, à 08:57
- goethe
Re : Installation Ubuntu sur Imac G5 PPC (rev A)
Euh...attention...tu me parles d'un G5 bipro. Mon post est relatif aux problèmes d'installation sur l'Imac G5.:(:(:(
Hors ligne
#4 Le 05/11/2006, à 15:30
- Diato
Re : Installation Ubuntu sur Imac G5 PPC (rev A)
Je viens d'essayer sur mon Imac G5 rev A.
Ca marche pour ce qui est des ventilos, par contre le son fonctionnait parfaitement avant et maintenant plus rien.
Je vais essayer de le refaire avec cette solution http://doc.ubuntu-fr.org/doc/kernel_personnalise.
**Diato**
Hors ligne
#5 Le 12/02/2007, à 21:58
- tasamar
Re : Installation Ubuntu sur Imac G5 PPC (rev A)
salut !
voilà moi je sur un Imac G5 et ubuntu ne gere pas les ventilo... donc a force de cherché je vous est trouvé,
mon prob:
j' ai voulu essayé le tuto mais arrivé a l' etape 10. je ne peut pas faire la commande : "cd linux/"
donc je suis bloqué là ... :s
iMac Intel core duo 20" 250Gb
2Go DDR2 ATI x1600 256Mo
Hors ligne
#6 Le 12/02/2007, à 23:12
- Achille
Re : Installation Ubuntu sur Imac G5 PPC (rev A)
As-tu essayé les instructions du cadre grisé de cette page:
http://www.gesnel.fr/ubuntu/index_files/archive-1.html
Avec Edgy, tu n'as plus besoin de recompiler toi-même le noyau. Ce tuto est donc caduque.
Hors ligne