Bonjour,
voila j’avais Debian squeez installer sur une partition, la 2eme était non partitioné alors j’ai installer sur cet dernier une Redhat avec lvm. mais après l’installation le grub de redhat ne détecte plus Debian.
alors j’aimerai bien savoir si il ya une possibilité pour récupérer Debian, est qu’il cohabite avec LVM de redhat.
merci de votre aide.
voila un aperçu de quelque commande:
cat /etc/grub.conf
[code]# grub.conf generated by anaconda
Note that you do not have to rerun grub after making changes to this file
NOTICE: You have a /boot partition. This means that
all kernel and initrd paths are relative to /boot/, eg.
root (hd0,1)
kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux Server (2.6.18-186.el5)
root (hd0,1)
kernel /vmlinuz-2.6.18-186.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet crashkernel=128M@16M
initrd /initrd-2.6.18-186.el5.img
title Debian
rootnoverify (hd0,0)
makeactive
chainloader +1
[/code]
sfdisk -l
[code]Disque /dev/hda: 9729 cylindres, 255 têtes, 63 secteurs/piste
Unités= cylindres de 8225280 octets, blocs de 1024 octets, décompte à partir de 0
Périph Amor Début Fin #cyls #blocs Id Système
/dev/hda1 * 0+ 4899- 4900- 39354368 83 Linux
/dev/hda2 4900 4911 12 96390 83 Linux
/dev/hda3 4912 7461 2550 20482875 8e Linux LVM
/dev/hda4 7462 9728 2267 18209677+ 5 Extended
/dev/hda5 7462+ 7588 127- 1020096 82 Linux swap / Solaris
[/code]
cat /etc/fstab
[root@vmx ~]# cat /etc/fstab
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
LABEL=SWAP-hda5 swap swap defaults 0 0
