[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

compilation nouveau noyau (ubuntu)



bonjour
j'ai compilé un noyau -2.6.11 sur une ubuntu noyau  2.6.8.1-3-386

make xconfig
make bzImage
make modules make modules install

tout se compile sans problème au reboot je n'ai pas le choix de ce nouveau noyau dans grub.

Voici les entrées de mon /boot/grub/menu.lst

title           Ubuntu, kernel 2.6.8.1-3-386
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.8.1-3-386 root=/dev/hda1 ro quiet
splash
initrd          /boot/initrd.img-2.6.8.1-3-386
savedefault
boot

et ce que j'ai rajouté pour ce nouveau noyau:
title           kernel linux-2.6.11
root            (hd0,0)
kernel          /boot/bzImage-2.6.11 root=/dev/hda1 ro single
savedefault
boot

je voulais rajouter aussi une ligne initrd
mais si je fais mkinitrd
-o /boot/initrd.img-2.6.11 /lib/modules/mon-nouveau-noyau

--
http://www.linux-pour-lesnuls.com



Reply to: