But : compilation d'un noyau en suivant ce wiki : http://wiki.archlinux.fr/howto:kernel:custom.
Problème rencontré : kernel panic suivant :
Code : Tout sélectionner
VFS: Cannot open root device "sda3" on unknown - block (0,0)
Please append a correct "root=" boot option, here are the aviable option:
Kernel panic. not syncing :VFS: Unable to mount root fs on unknown-block (0,0)
Le fichier menu.lst :
Code : Tout sélectionner
timeout 5
default 0
color light-blue/black light-cyan/blue
# (0) Arch Linux
title Arch Linux
root (hd0,0)
kernel /vmlinuz26 root=/dev/sda3 ro
initrd /kernel26.img
# (1) Arch Linux
title Arch Linux Fallback
root (hd0,0)
kernel /vmlinuz26 root=/dev/sda3 ro
initrd /kernel26-fallback.img
# (2) Arch Linux Nic0
title Archlinux Nic0
root (hd0,0)
kernel /vmlinuz26vanilla-Nic0 root=/dev/sda3 ro
Au cas où, dans le fstab : /dev/sda3 / ext3 defaults 0 1
Je vais continuer de chercher, mais tout lien vers des tutos/wiki (fr/en) sont le bien venu.
Merci.