Frederic Ferrere wrote:
On Mon, 11 Mar 2002 13:06:53 +0100 Frédéric Bisschop <bisschop-yol@tiscalinet.be> wrote:Je n'arrive pas à passer du noyau 2.2.19 i386 au noyau 2.4.17-k7 (sous woody)j'ai faits: #apt-get update #apt-cache search kernel-image#apt-get install kernel-image-2.4.17-k7 ( il semble que j'ai un AMD k7 avec un chip 800Mhz Duron )...... #reboot ............... request(module(block-major-3))root fs is not mounted VFS:cannot open root device "303" or 03:03 please append a correct "root="boot option kernel panic:vfc:unable to mount root fs on 03:03 :-( 1-faut-il modifier lilo.conf ? dans lilo.conf, j'ai boot=/dev/hda root=/dev/hda3
Quand ton image a été installée, tu dois rajouter dans : /etc/lilo.conf initrd=/initrd.img et dans : /etc/kernel-img.conf do_initrd=yes
2-dois-je plutôt installer le noyau 2.4.17-i386 ?, si je le fais, les 2 autres noyaux seront-ils encore bootable (linux, linuxold, linuxold2?), linuxold fonctionne encore heureusement.
Pour les linuxolds, soit tu les laisses comme ils sont et dans ton lilo tu rajoutes:
image = /boot/vmlinuz-old label = linuxold root=/dev/hda1 read-only en rajoutant des indices : 1, 2 ect après le old , soit tu renome chaque line symbolique à la racine / : mv /vmlinuz-old /vmlinuz-1 #par example#, et dans ton lilo.conf tu mets : image = /boot/vmlinuz-1 label = linux-1 root=/dev/hda1 read-only