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

Re: Pb boot grub 2.6.8



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



Reply to: