tiens, c'est marrant, d'un coup ça a marché:
Après:
[ Minimal BASH-like line editing is supported. For
the first word, TAB lists possible command
completions. Anywhere else TAB lists the possible
completions of a device/filename. ]
grub> find /boot/grub/menu.lst
(hd0,0)
(hd0,4)
grub> find /boot/grub/menu.lst
Bon, ok.
ubuntu@ubuntu:~$ sudo mount /dev/sda1 /mnt
ubuntu@ubuntu:~$ sudo gedit /mnt/boot/grub/menu.lst
J'obtiens:
## ## End Default Options ##
title Ubuntu 9.10, kernel 2.6.31-17-generic
uuid d553f23b-ddf7-4597-9ab9-3684deea6fc4
kernel /boot/vmlinuz-2.6.31-17-generic root=UUID=d553f23b-ddf7-4597-9ab9-3684deea6fc4 ro quiet splash
initrd /boot/initrd.img-2.6.31-17-generic
quiet
title Ubuntu 9.10, kernel 2.6.31-17-generic (recovery mode)
uuid d553f23b-ddf7-4597-9ab9-3684deea6fc4
kernel /boot/vmlinuz-2.6.31-17-generic root=UUID=d553f23b-ddf7-4597-9ab9-3684deea6fc4 ro single
initrd /boot/initrd.img-2.6.31-17-generic
title Ubuntu 9.10, kernel 2.6.31-16-generic
uuid d553f23b-ddf7-4597-9ab9-3684deea6fc4
kernel /boot/vmlinuz-2.6.31-16-generic root=UUID=d553f23b-ddf7-4597-9ab9-3684deea6fc4 ro quiet splash
initrd /boot/initrd.img-2.6.31-16-generic
quiet
title Ubuntu 9.10, kernel 2.6.31-16-generic (recovery mode)
uuid d553f23b-ddf7-4597-9ab9-3684deea6fc4
kernel /boot/vmlinuz-2.6.31-16-generic root=UUID=d553f23b-ddf7-4597-9ab9-3684deea6fc4 ro single
initrd /boot/initrd.img-2.6.31-16-generic
title Ubuntu 9.10, kernel 2.6.31-15-generic
uuid d553f23b-ddf7-4597-9ab9-3684deea6fc4
kernel /boot/vmlinuz-2.6.31-15-generic root=UUID=d553f23b-ddf7-4597-9ab9-3684deea6fc4 ro quiet splash
initrd /boot/initrd.img-2.6.31-15-generic
quiet
title Ubuntu 9.10, kernel 2.6.31-15-generic (recovery mode)
uuid d553f23b-ddf7-4597-9ab9-3684deea6fc4
kernel /boot/vmlinuz-2.6.31-15-generic root=UUID=d553f23b-ddf7-4597-9ab9-3684deea6fc4 ro single
initrd /boot/initrd.img-2.6.31-15-generic
title Ubuntu 9.10, kernel 2.6.31-14-generic
uuid d553f23b-ddf7-4597-9ab9-3684deea6fc4
kernel /boot/vmlinuz-2.6.31-14-generic root=UUID=d553f23b-ddf7-4597-9ab9-3684deea6fc4 ro quiet splash
initrd /boot/initrd.img-2.6.31-14-generic
quiet
title Ubuntu 9.10, kernel 2.6.31-14-generic (recovery mode)
uuid d553f23b-ddf7-4597-9ab9-3684deea6fc4
kernel /boot/vmlinuz-2.6.31-14-generic root=UUID=d553f23b-ddf7-4597-9ab9-3684deea6fc4 ro single
initrd /boot/initrd.img-2.6.31-14-generic
title Ubuntu 9.10, memtest86+
uuid d553f23b-ddf7-4597-9ab9-3684deea6fc4
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
......toujours la meme chose sur laquelle je ne peux booter....