Desolé pour le retard j'étais en train de manger :p
ls /boot
total 28122
-rw-r--r-- 1 root root 75649 mai 24 2007 config-2.6.21-1.3194.fc7
-rw-r--r-- 1 root root 97799 mai 27 23:39 config-2.6.29.4-167.fc11.i686.PAE
-rw-r--r-- 1 root root 97616 jun 17 05:32 config-2.6.29.5-191.fc11.i586
-rw-r--r-- 1 root root 97848 jun 17 05:27 config-2.6.29.5-191.fc11.i686.PAE
drwxr-xr-x 3 root root 1024 jun 29 17:45 efi
drwxr-xr-x 2 root root 1024 jui 3 20:38 grub
-rw------- 1 root root 2909526 jui 3 19:33 initrd-2.6.21-1.3194.fc7.img
-rw------- 1 root root 3152368 jun 29 17:46 initrd-2.6.29.4-167.fc11.i686.PAE.img
-rw------- 1 root root 3185543 jun 30 02:20 initrd-2.6.29.5-191.fc11.i586.img
-rw------- 1 root root 3185688 jun 29 22:02 initrd-2.6.29.5-191.fc11.i686.PAE.img
drwxr-xr-x 2 root root 1024 jun 29 14:37 isolinux
drwx------ 2 root root 12288 jun 29 14:17 lost+found
-rw-r--r-- 1 root root 917777 mai 24 2007 System.map-2.6.21-1.3194.fc7
-rw-r--r-- 1 root root 1274567 mai 27 23:39 System.map-2.6.29.4-167.fc11.i686.PAE
-rw-r--r-- 1 root root 1257149 jun 17 05:32 System.map-2.6.29.5-191.fc11.i586
-rw-r--r-- 1 root root 1274538 jun 17 05:27 System.map-2.6.29.5-191.fc11.i686.PAE
-rw-r--r-- 1 root root 1883604 mai 24 2007 vmlinuz-2.6.21-1.3194.fc7
-rwxr-xr-x 1 root root 3089424 mai 27 23:39 vmlinuz-2.6.29.4-167.fc11.i686.PAE
-rwxr-xr-x 1 root root 3033520 jun 17 05:32 vmlinuz-2.6.29.5-191.fc11.i586
-rwxr-xr-x 1 root root 3088208 jun 17 05:27 vmlinuz-2.6.29.5-191.fc11.i686.PAE
cat /boot/grub/grub.conf
# 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,5)
# kernel /vmlinuz-version ro root=/dev/sda7
# initrd /initrd-version.img
#boot=/dev/sda
default=1
timeout=5
splashimage=(hd0,5)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.21-1.3194.fc7)
root (hd0,5)
kernel /vmlinuz-2.6.21-1.3194.fc7 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.21-1.3194.fc7.img
title Fedora11
root (hd0,5)
kernel vmlinuz-2.6.29.5-191.fc11.i586 ro root=LABEL=/ rhgb quiet
initrd initrd-2.6.29.5-191.fc11.i586.img
title Other
rootnoverify (hd0,1)
chainloader +1
cat /etc/fstab
LABEL=/ / 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
/dev/sda8 swap swap defaults 0 0
fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 510 4096543+ 1b Hidden W95 FAT32 // Recovery
/dev/sda2 511 8962 67890690 c W95 FAT32 (LBA) // Partition XP
/dev/sda3 8963 14593 45231007+ f W95 Ext'd (LBA) // Partition Etendu
/dev/sda5 11534 14593 24579418+ 83 Linux // Partition / de Fedora 11
/dev/sda6 * 8963 8988 204800 83 Linux // Partition /boot
/dev/sda7 8988 11278 18398438 83 Linux // Partition / de Fedora 7
/dev/sda8 11279 11533 2047999+ 83 Linux // Partition Swap
Partition table entries are not in disk order
Alors quelque petites explications:
C'est le fstab de Fedora 7 que j'ai mis vu que je n'est pas accès a la partition de Fedora 11
dans le fdisk j'ai mis en commentaire a quoi doit servir chaque partition pour vous aidez
Donc je voudrais pouvoir rebooter sur Fedora11 et pour ça je pense qu'il va falloir que je réussisse a monter "sda5" sur fedora 7 pour pouvoir corriger le bazar que j'ai fait dans le fstab de Fedora11.
Et une fois l'accès a Fedora 11 établi ... Effacer Fedora 7 et utiliser sda7 comme /home de Fedora 11.
J'espère avoir été assez claire :s
Merci encore une fois pour le temps que vous me consacrer !!