hello
je me recompile mon noyaux histoire d’y mettre ce qu’il me faut Mai a la fin je me retrouve systématiquement avec cette ligne
splashimage=(hd0,0)//grub/splash.xpm.gz
dans le fichier /boot/grub/menu.lst
qui contien:
(pour information)
[code]title Debian GNU/Linux, kernel 2.6.26max-002
root (hd0,0)
kernel /boot/vmlinuz-2.6.26max-002 root=/dev/sda1 ro quiet
initrd /boot/initrd.img-2.6.26max-002
title Debian GNU/Linux, kernel 2.6.26max-002 (single-user mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.26max-002 root=/dev/sda1 ro single
initrd /boot/initrd.img-2.6.26max-002
[/code]
et l’image semble si trouver :
ls -la /boot/grub/
total 194
drwxr-xr-x 3 root root 472 aoû 13 05:28 .
drwxr-xr-x 3 root root 1312 aoû 13 05:28 ..
-rw-r--r-- 1 root root 197 mai 14 01:32 default
-rw-r--r-- 1 root root 30 mai 14 01:32 device.map
-rw-r--r-- 1 root root 7612 mai 14 01:32 e2fs_stage1_5
-rw-r--r-- 1 root root 7448 mai 14 01:32 fat_stage1_5
-rw-r--r-- 1 root root 8164 mai 14 01:32 jfs_stage1_5
-rw-r--r-- 1 root root 5697 aoû 13 05:59 menu.lst
-rw-r--r-- 1 root root 5358 aoû 13 05:28 menu.lst~
-rw-r--r-- 1 root root 6880 mai 14 01:32 minix_stage1_5
-rw-r--r-- 1 root root 9192 mai 14 01:32 reiserfs_stage1_5
drwxr-xr-x 2 root root 88 jui 30 16:06 splashimages
lrwxrwxrwx 1 root root 37 jui 30 16:06 splash.xpm.gz -> splashimages/splash-debian-edu.xpm.gz
-rw-r--r-- 1 root root 512 mai 14 01:32 stage1
-rw-r--r-- 1 root root 107588 mai 14 01:32 stage2
-rw-r--r-- 1 root root 8844 mai 14 01:32 xfs_stage1_5
il me dit qu’il ne la trouve pas après le reboot

le systeme de fichier est de type
mount
/dev/sda1 on / type reiserfs (rw,notail)
je cherche donc 2 piste une pour l’activer et l’autre pour éviter que la ligne se réactive après une compilation
Merci d’avance

