RE : Problèmes d'installation debian - situation actuelle

Pàgina inicial

Reply to this message
Autor: JULLIEN Lionel
Data:  
A: 'guilde@imag.fr'
Assumpte: RE : Problèmes d'installation debian - situation actuelle
Ca à l'air d'être ça !

Avant de lire cette réponse j'ai vérifier le contenu de mon dossier /boot :

-rw-r--r--  1 root root   44853 2005-05-16 09:46 config-2.4.27-2-386
-rw-r--r--  1 root root   44866 2005-10-20 08:41
config-2.4.27-support-highmem
drwxr-xr-x  2 root root    4096 2005-10-20 09:31 grub
-rw-r--r--  1 root root 3780608 2005-10-19 18:06 initrd.img-2.4.27-2-386
-rw-r--r--  1 root root  542191 2005-05-16 10:38 System.map-2.4.27-2-386
-rw-r--r--  1 root root  543384 2005-10-20 09:04
System.map-2.4.27-support-highmem
-rw-r--r--  1 root root  816590 2005-05-16 10:38 vmlinuz-2.4.27-2-386
-rw-r--r--  1 root root  821863 2005-10-20 09:04
vmlinuz-2.4.27-support-highmem


Et là : pas de initrd.config-2.4.27-support-highmem !

Partie concenant le boot dans menu.lst :

## ## End Default Options ##

title           Debian GNU/Linux, kernel 2.4.27-support-highmem
root            (hd0,0)
kernel          /boot/vmlinuz-2.4.27-support-highmem root=/dev/sda1 ro
savedefault
boot


title           Debian GNU/Linux, kernel 2.4.27-support-highmem (recovery
mode)
root            (hd0,0)
kernel          /boot/vmlinuz-2.4.27-support-highmem root=/dev/sda1 ro
single
savedefault
boot


title           Debian GNU/Linux, kernel 2.4.27-2-386
root            (hd0,0)
kernel          /boot/vmlinuz-2.4.27-2-386 root=/dev/sda1 ro
initrd          /boot/initrd.img-2.4.27-2-386
savedefault
boot


title           Debian GNU/Linux, kernel 2.4.27-2-386 (recovery mode)
root            (hd0,0)
kernel          /boot/vmlinuz-2.4.27-2-386 root=/dev/sda1 ro single
initrd          /boot/initrd.img-2.4.27-2-386
savedefault
boot


### END DEBIAN AUTOMAGIC KERNELS LIST

Voilà voilà !

Bon maintenant voila la question :

Comment recompiler maintenant ???? Y a-t-il des dossiers/fichiers à dégagé
vu que j'ai déjà tout un tas de fichiers suite à la première compilation ?

-----Message d'origine-----
De : Christian Marillat [mailto:marillat@free.fr]
Envoyé : jeudi 20 octobre 2005 10:28
À : guilde@???
Objet : Re: Problèmes d'installation debian - situation actuelle


JULLIEN Lionel <LJullien@???> writes:

> Bonjour à tous !


Bonjour,

[...]

> Et là problème au reboot après avoir selectionner mon nouveau kernel :
>
> VFS : Cannot open root device "sda1" or 08:01
> Please append a correct "root=" boot option
> Kernel panic : VFS : Unable to mount root fs on 08:01


Oui parce que il y a des modules qui ont besoin d'être inclus au noyau.
C'est pour cela que Debian utilise init.rd

Il faut ajouter l'option --initrd a make-kpkg.

Christian