J'ai Ubuntu installé sur une partition, j'ai ensuite ma swap, une partition pour les documents, et une autre avec Arch.
Je n'arrive pas à booter sous Ubuntu

Pouvez vous m'aider ?
Voici le résultat de sudo blkid :
Code : Tout sélectionner
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="3d837169-743a-44a5-9661-ebb75dbc7e6d" TYPE="ext4" //Ubuntu
/dev/sda3: LABEL="Documents" UUID="8bc3b205-aee5-46b4-be96-a1091f8d784b" TYPE="ext4"
/dev/sda4: UUID="3f77b41f-87c2-4d06-9a7a-efa58c8d9b5d" TYPE="ext4" // Arch
/dev/sda5: UUID="1e98974d-dfb3-4b62-84d2-3bda56fdbbcb" TYPE="swap"
Code : Tout sélectionner
# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst
# DEVICE NAME CONVERSIONS
#
# Linux Grub
# -------------------------
# /dev/fd0 (fd0)
# /dev/sda (hd0)
# /dev/sdb2 (hd1,1)
# /dev/sda3 (hd0,2)
#
# FRAMEBUFFER RESOLUTION SETTINGS
# +-------------------------------------------------+
# | 640x480 800x600 1024x768 1280x1024
# ----+--------------------------------------------
# 256 | 0x301=769 0x303=771 0x305=773 0x307=775
# 32K | 0x310=784 0x313=787 0x316=790 0x319=793
# 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
# 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
# +-------------------------------------------------+
# for more details and different resolutions see
# http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
# general configuration:
timeout 30
default 0
color light-blue/black light-cyan/blue
# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*
# (0) Arch Linux
title Arch Linux
root (hd0,3)
kernel /boot/vmlinuz26 root=/dev/sda4 ro
initrd /boot/kernel26.img
# (1) Arch Linux
title Arch Linux Fallback
root (hd0,3)
kernel /boot/vmlinuz26 root=/dev/sda4 ro
initrd /boot/kernel26-fallback.img
# (2) Ubuntu
title Ubuntu
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-24-generic root=/dev/sda1 ro quiet splash
initrd /boot/initrd.img-2.6.32-24-generic
quiet
savedefault
boot
En vous remerciant d'avance,
Ghozt.