Donc j'essaie d'installer ArchLinux mais je se pose un soucis avec Grub.
Alors déjà voilà le résultat d'un fdisk -l (fait sous Ubuntu car je n'arrive pas aller sur Arch) :
Code : Tout sélectionner
Disque /dev/sda: 500.1 Go, 500106780160 octets
255 têtes, 63 secteurs/piste, 60801 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
Identifiant de disque : 0x0007d9fa
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 * 1 12748 102398278+ 7 HPFS/NTFS
/dev/sda2 12749 22270 76485465 f W95 Etendue (LBA)
/dev/sda3 53446 53507 498015 82 Linux swap / Solaris
/dev/sda4 53508 60801 58589055 83 Linux
/dev/sda5 12749 22270 76485433+ 7 HPFS/NTFS
Disque /dev/sdb: 500.1 Go, 500107862016 octets
255 têtes, 63 secteurs/piste, 60801 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
Identifiant de disque : 0x00082512
Périphérique Amorce Début Fin Blocs Id Système
/dev/sdb1 60437 60801 2931862+ 82 Linux swap / Solaris
/dev/sdb2 * 1 12158 97659103+ 83 Linux
/dev/sdb3 12159 60436 387793035 83 Linux
Les entrées de la table de partitions ne sont pas dans l'ordre du disque
Pour cela voici mon menu.lst :
Code : Tout sélectionner
default 0
timeout 10
title Ubuntu 9.04, kernel 2.6.27-11-generic
uuid ac7f19f9-d46b-43fb-83d6-89258101be70
kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=ac7f19f9-d46b-43fb-83d6-89258101be70 ro quiet splash
initrd /boot/initrd.img-2.6.27-11-generic
quiet
title Ubuntu 9.04, kernel 2.6.27-11-generic (recovery mode)
uuid ac7f19f9-d46b-43fb-83d6-89258101be70
kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=ac7f19f9-d46b-43fb-83d6-89258101be70 ro single
initrd /boot/initrd.img-2.6.27-11-generic
title Ubuntu 9.04, kernel 2.6.27-9-generic
uuid ac7f19f9-d46b-43fb-83d6-89258101be70
kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=ac7f19f9-d46b-43fb-83d6-89258101be70 ro quiet splash
initrd /boot/initrd.img-2.6.27-9-generic
quiet
# 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 Microsoft Windows XP Professionnel
root (hd0,0)
savedefault
makeactive
chainloader +1
Devock