Difference between revisions of "User:Evilgold/arch g4ibook notes"

From FreekiWiki
Jump to navigation Jump to search
 
Line 10: Line 10:
 
  source /etc/profile
 
  source /etc/profile
 
  grep -v rootfs /proc/mounts > /etc/mtab
 
  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

Latest revision as of 20:05, 8 November 2010

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