Bonjour,
J’ai un PB, Grub ne détecte pas mon disque SATA.
J’arrive à booter vista (1er partition), mais pas Débian (2ème partition).
Au bout de plusieurs minutes, une page s’affiche avec marqué dessus :
Begin : Waiting for root file system.
sda2 does’nt existe
Voici mon menu.lst
[code]## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.18-6-686
root (hd0,1)
kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/sda2 ro
initrd /boot/initrd.img-2.6.18-6-686
savedefault
title Debian GNU/Linux, kernel 2.6.18-6-686 (single-user mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/sda2 ro single
initrd /boot/initrd.img-2.6.18-6-686
savedefault
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
on /dev/sda1
title Windows Vista/Longhorn (loader)
root (hd0,0)
savedefault
makeactive
chainloader +1
[/code]
Mon fstab :
[code]# /etc/fstab: static file system information.
proc /proc proc defaults 0 0
/dev/sda2 / ext3 defaults,errors=remount-ro 0 1
/dev/sda3 none swap sw 0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
[/code]
Merci d’avance.
Vital_net
PS : On m’a dit de faire un make menuconfig, mais je ne sais pas comment m’y prendre.



