Pages : 1
#1 Le 23/05/2008, à 08:48
- Berti8
[Résolu] Problème dual boot Fedora 9, ubuntu Hardy
Bonjour les gens,
J'ai un soucis de boot avec fedora.
J'ai installé Fedora 9 en premier, puis Hardy qui a reconnu "un autre système d'exploitation"
Au boot, j'ai donc le choix mais j'ai un message d'UUID lorsque je veux lancer Fedora avez vous une idée comment faire sachant que la commande en root fsck -a ne peut rien résoudre.
/boot/grub/menu.lst ( sous Hardy )
title Ubuntu 8.04, kernel 2.6.24-16-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=a10ee413-50c4-485f-9e3e-f5ad1616495c ro quiet splash
initrd /boot/initrd.img-2.6.24-16-generic
quiettitle Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=a10ee413-50c4-485f-9e3e-f5ad1616495c ro single
initrd /boot/initrd.img-2.6.24-16-generictitle Ubuntu 8.04, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet### END DEBIAN AUTOMAGIC KERNELS LIST
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda4.
title Fedora (2.6.25-14.fc9.i686) (on /dev/sda4)
root (hd0,3)
kernel /boot/vmlinuz-2.6.25-14.fc9.i686 ro root=UUID=7795cf7d-8cfc-4523-953b-ecccaf95852a rhgb quiet
initrd /boot/initrd-2.6.25-14.fc9.i686.img
savedefault
boot
LE MESSAGE D'ERREUR EST SUR : UUID=f402d073-ffa3-4c13-a901-daa99224d948
sudo gedit/etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=a10ee413-50c4-485f-9e3e-f5ad1616495c / ext3 relatime,errors=remount-ro 0 1
# /dev/sda2
UUID=de938c1c-510d-48cd-945b-e752b97b368c /media/DISK ext3 relatime 0 2
# /dev/sda3
UUID=992f7272-4960-4dc2-ae55-8e5dd959a2b4 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
et pour compléter :
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 * 1 1829 14691411 83 Linux
/dev/sda2 1830 17391 125001765 83 Linux
/dev/sda3 17392 17634 1951897+ 82 Linux swap / Solaris
/dev/sda4 17635 19457 14643247+ 83 Linux
Dernière modification par Berti8 (Le 23/05/2008, à 23:27)
#2 Le 23/05/2008, à 23:33
- Berti8
Re : [Résolu] Problème dual boot Fedora 9, ubuntu Hardy
Tout d'abord et par méconnaissance, il me fallait partitionner autrement comme celà:
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 * 1 1824 14651248+ 83 Linux
/dev/sda2 1825 3648 14651280 83 Linux
/dev/sda3 3649 19457 126985792+ 5 Extended
/dev/sda5 3649 3891 1951866 82 Linux swap / Solaris
/dev/sda6 3892 19457 125033863+ 83 Linux
Par défaut, j'ai appris qu'on ne peut mettre plus de 4 partitions primaires par disque soit ici sda1 ( Ubuntu ), sda2 ( Fedora ) les autres sont des partitions logiques.
Ensuite il fallait copier les lignes relatives à Ubuntu du fichier /boot/grub/menu.lst
dans
/boot/grub/menu.conf de Fedora et voilà tout est ok.
Premier constat avec ma carte Intel, le bureau 3D est plus fluide sous Fedora, mais la version n'est pas finie.
C'est bien d'avoir du DD pour apprendre le libre.