====== Installation de Gentoo sur un Fit-PC2 ====== Ce tutoriel a pour but de détailler l'installation de Gentoo sur un Fit-PC2. En date du 07 mars 2010, l'installation se base sur : * un Fit-PC2 * install-x86-minimal-20100216.iso * un kernel gentoo-sources-2.6.32-r7 Sources originales: * http://en.gentoo-wiki.com/wiki/CompuLab_fit-PC * http://forums.gentoo.org/viewtopic-t-799527-highlight-fitpc2.html * Install_Gentoo_on_FitPC (Gentoo wiki, from google cache) * http://en.gentoo-wiki.com/wiki/Acer_Aspire_One_AO751h ===== Pre-requis ===== * un Fit-PC2 * Un clavier USB * Un écran (DVI, HDMI) * Une clé usb ou un disque dur USB * [[usbdiskboot]] ===== Installation du fit-PC2 ===== Pour booter, lancer le cd avec l'option "gentoo acpi=off". Après le boot, charger le driver pour détecter les disques durs : "modprobe pata_sch" Suivre le http://www.gentoo.org/doc/fr/handbook/handbook-x86.xml?full=1 jusqu'à **Configurer les options de compilation** Configurez les variables de build à CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" CHOST="i686-pc-linux-gnu" MAKEOPTS="-j2" Save CFLAGS: * Intel Atom Z530 1.6GHz / Z510 1.1GHz * http://en.gentoo-wiki.com/wiki/Safe_Cflags/Intel#Atom_Z520.2FZ530 ===== Configuration du kernel ===== **Linux Kernel Configuration: Processor family** Processor type and features>Processor family (Intel Atom) **IDE controller** Device Drivers>Serial ATA (prod) and Parallel ATA (experimental) drivers>Intel SCH PATA support **Network interface (Realtek RTL8187L)** Device Drivers>Network device support>Ethernet (1000 Mbit)>Realtek 8169 gigabit ethernet support **EXT2** File systems>Second extended fs support ===== Partitionnement (à titre indicatif) ===== Pour un disque de 160Go: * /dev/sda1 : 32Mo /boot * /dev/sda2 : 2Go swap * /dev/sda3 : 1Go / * /dev/sda4 : 155Go LVM Avec LVM (http://www.gentoo.org/doc/fr/lvm2.xml): * /home : 77Go * /usr : 10Go * /var : 50Go * /tmp : 5Go * /opt : 5Go ===== Problèmes ===== ==== Freeze ==== Remplacer ''C-states'' par ''GV3'' dans le bios. Sources : * http://www.fit-pc2.com/forum/viewtopic.php?p=1301#p1301 * http://blog.janjonas.net/2010-01-03/fit-pc2-fixed-random-system-freezes-on-linux