Je t'avoue que je ne sais pas vraiment que te dire. En effet, chez moi aussi à l'installation d'ubuntu il me sort une erreur lorsqu'il tente d'installer grub ... mais ce qui m'étonne c'est que tu parles de elilo.
Chez moi ça fonctionne comme ça:
Erreur pour installer grub, puis je reste dans la session de mon live CD, j'ouvre 2 consoles:
Open a Terminal.
mkdir /mnt/ubuntu
mount /dev/sda3 /mnt/ubuntu/
mount -t proc none /mnt/ubuntu/proc
mount -o bind /dev /mnt/ubuntu/dev
chroot /mnt/ubuntu /bin/bash
apt-get install lilo lilo-doc linux-686-smp linux-restricted-modules-2.6.15-23-686 linux-kernel-headers
create/edit /etc/lilo.conf Should look something like this:
boot=/dev/sda3
default=Ubuntu
map=/boot/map
delay=20
image=/vmlinuz initrd=/initrd.img
root=/dev/sda3
label=Ubuntu
read-only
Now:
Open another terminal Window, this window is not chrooted into your Ubuntu install.
Run parted as root and type:
print
set (choose the number of your your Linux root partition)
boot
on
quit
Next:
Switch back to the chrooted terminal
Run the command
lilo -b /dev/sda
Exit out of your chrooted environment, and umount all the partitions you mounted:
umount:
/mnt/ubuntu/proc
/mnt/ubuntu/dev
/mnt/ubuntu
Reboot. Enter the rEFIt Partition editor, make sure the MBR/GPT maps are in sync.
Et ça fonctionne très bien
Je sais pas si ça peut t'aider