This is an old revision of the document!
Access the PC in any way, with a linux.
Create a folder /GENTOO
cd /GENTOO download stage 3 (links www.gentoo.org)
tar xvfp stage3.tar.zy
cp /etc/resolv.conf etc modprobe efivarfs
mount stuff: for i in dev dev/pts sys run proc sys/firmware/efi/efivars; do mount /$i $i -o bind; done
chroot ./ /bin/bash mkdir /efi mount /dev/sda1 /efi
ACCEPT_LICENSE=“-* @FREE @BINARY-REDISTRIBUTABLE @EULA”
echo “Europe/Brussels” > /etc/timezone emerge –config sys-libs/timezone-data /etc/locale.gen locale-gen
emerge –sync
eselect profile list
emerge -uv –deep –newuse @world
emerge -vp vim tmux cronie cpuid2cpuflags syslog-ng bash-completion chrony dosfstools io-scheduler-udev-rules intel-microcode emerge -vp genkernel gentoo-sources pci-utils usbutils mdadm
eselect kernel set 1
genkernel –mountboot –install all
passwd useradd user passwd user
edit /etC/conf/net rc-update add sshd default ln -s /etC/init.d/net.lo /etc/init.d/net.xxx rc-update add net.xxx default