Outils pour utilisateurs

Outils du site


public:tutorial:fitpc2

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:

Pre-requis

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:

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

public/tutorial/fitpc2.txt · Dernière modification : 2023/02/13 13:39 de 127.0.0.1