Le 14/11/04 � 18:27, Thierry �crivait:

> J'ai un petit soucis avec grub.
> Je ne peux booter sur le noyau 2.6.8 :
> 
> root (hd0,6)
> Filesystem type is ext2fs, partition type 0x83
> Kernel /vmlinuz-2.6.8 root=/dev/hda2 ro
> 
> Error 15: File not found
> 
> Mon menu.lst :
> 
> title           Debian GNU/Linux, kernel 2.6.8
> root            (hd0,6)
> kernel          /vmlinuz-2.6.8 root=/dev/hda2 ro
> savedefault
> boot
> 
> title           Debian GNU/Linux, kernel 2.6.6
> root            (hd0,6)
> kernel          /vmlinuz-2.6.6 root=/dev/hda2 ro
> savedefault
> boot
> 
> Dans /boot :
> 
> -rw-r--r--  1 root root 2159391 2004-11-14 18:41 vmlinuz-2.6.8

Vu la ligne du kernel, �a serait plut�t:

root (hd0,1)

On peut fusionner les lignes root et kernel comm suit
kernel (hd0,1)/vmlinuz root=/dev/hda2 ro

en supposant qu'il existe un lien symbolique vmlinuz sur vmlinuz-2.6.6

Sinon /boot est-il dans une partition s�par�e. Que dit /etc/fstab ?

Bon courage
Jean-Pierre

Répondre à