User:Evilgold/arch g4ibook notes

From FreekiWiki
< User:Evilgold
Revision as of 20:05, 8 November 2010 by Evilgold (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

booting install cd required:

arch radeon.agpmode=-1 radeon.modeset=0

to enter a chroot

cp /etc/resolv.conf /mnt/etc/resolv.conf
mount -t proc none /mnt/proc
mount -t sysfs none /mnt/sys
mount -o bind /dev /mnt/dev
chroot /mnt /bin/bash
source /etc/profile
grep -v rootfs /proc/mounts > /etc/mtab

manually install kernel (from chroot)

pacman -S kernel26-pmac

make a fallback config (not sure if this is essential but its probably a good idea)

cp /etc/mkinitcpio.conf /etc/mkinitcpio.d/kernel26-fallback.conf