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

From FreekiWiki
Jump to navigation Jump to search
(New page: booting install cd required: arch radeon.agpmode=-1 radeon.modeset=0)
 
Line 1: Line 1:
 
booting install cd required:  
 
booting install cd required:  
 
  arch radeon.agpmode=-1 radeon.modeset=0
 
  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

Revision as of 19:50, 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