User:Evilgold/arch g4ibook notes

From FreekiWiki
< User:Evilgold
Revision as of 19:50, 8 November 2010 by Evilgold (talk | contribs)
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