[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gulliver] pb multi-boot ubuntu+fedora


From Vincent MAHE <vmahe at free dot fr>
Subject Re: [gulliver] pb multi-boot ubuntu+fedora
Date Tue, 06 Sep 2005 11:41:30 +0200

Jean-Christophe Le Lann a écrit :

Quand je cherche à éteindre ma machine (au final, elle se fige sur "Halting system") , il y a un message intéressant :
mount : LABEL= / duplicate - not mounted
J'imagine que ca signifie que dans la liste des partitions, FC3 a "vu" le "/" d'Ubuntu et le "/" de FC3, et que ca pose problème ?
Votre avis ?


A priori, je ne vois pas pourquoi il y aurait 2 "/".

Pourrais-tu nous envoyer ton fichier /boot/grub/menu.lst ou approchant, ainsi que le /etc/fstab de ta partition Fedora ??


Voilà les deux fichiers.
En fait, comme Grub a été réinstallé par Ubuntu, c'est le /boot/grub/menu.lst de la partition Ubuntu qui compte.

Comment interprètes-tu le message "mount : LABEL= / duplicate - not mounted " ?

Au vu du menu.lst de la Fedora, il a besoin des paramètres :
ro root=LABEL=/ rhgb quiet
dans la ligne commençant par "kernel" => compléter le menu.lst d'Ubuntu avec ce qui manque


Merci pour cette aide.

JC

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,1)
#          kernel /boot/vmlinuz-version ro root=/dev/sda2
#          initrd /boot/initrd-version.img
#boot=/dev/sda
default=1
timeout=5
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.12-1.1376_FC3)
       root (hd0,1)
       kernel /boot/vmlinuz-2.6.12-1.1376_FC3 ro root=LABEL=/ rhgb quiet
________________________________________________^^^^^^^^^^^^^^^^^
       initrd /boot/initrd-2.6.12-1.1376_FC3.img
title Fedora Core (2.6.12-1.1376_FC3smp)
       root (hd0,1)
       kernel /boot/vmlinuz-2.6.12-1.1376_FC3smp ro root=LABEL=/ rhgb quiet
       initrd /boot/initrd-2.6.12-1.1376_FC3smp.img
title Fedora Core (2.6.12-1.1372_FC3smp)
       root (hd0,1)
       kernel /boot/vmlinuz-2.6.12-1.1372_FC3smp ro root=LABEL=/ rhgb quiet
       initrd /boot/initrd-2.6.12-1.1372_FC3smp.img
title Fedora Core (2.6.12-1.1372_FC3)
       root (hd0,1)
       kernel /boot/vmlinuz-2.6.12-1.1372_FC3 ro root=LABEL=/ rhgb quiet
       initrd /boot/initrd-2.6.12-1.1372_FC3.img
title Fedora Core (2.6.11-1.35_FC3)
       root (hd0,1)
       kernel /boot/vmlinuz-2.6.11-1.35_FC3 ro root=LABEL=/ rhgb quiet
       initrd /boot/initrd-2.6.11-1.35_FC3.img
title Fedora Core (2.6.11-1.35_FC3smp)
       root (hd0,1)
       kernel /boot/vmlinuz-2.6.11-1.35_FC3smp ro root=LABEL=/ rhgb quiet
       initrd /boot/initrd-2.6.11-1.35_FC3smp.img
title Fedora Core 3 smp (2.6.11-1.27_FC3smp)
       root (hd0,1)
       kernel /boot/vmlinuz-2.6.11-1.27_FC3smp ro root=LABEL=/ rhgb quiet
       initrd /boot/initrd-2.6.11-1.27_FC3smp.img
title Fedora Core 3 (2.6.11-1.27_FC3)
       root (hd0,1)
       kernel /boot/vmlinuz-2.6.11-1.27_FC3 ro root=LABEL=/ rhgb quiet
       initrd /boot/initrd-2.6.11-1.27_FC3.img
title Windows XP
       rootnoverify (hd0,0)
       chainloader +1



# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/                 /                       ext3    defaults        1 1
ici, il utilise LABEL (mais il a l'air de le redéfinir ????).
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
LABEL=/home /home ext3 defaults 1 2
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
LABEL=/tmp /tmp ext3 defaults 1 2
LABEL=/usr /usr ext3 defaults 1 2
LABEL=/var /var ext3 defaults 1 2
LABEL=SWAP-sda8 swap swap defaults 0 0
/dev/hdd /media/cdrom auto pamconsole,exec,noauto,fscontext=system_u:object_r:removable_t,managed 0 0
/dev/hdc /media/cdrecorder auto pamconsole,exec,noauto,fscontext=system_u:object_r:removable_t,managed 0 0
/dev/sdc1 /media/LEXAR_MEDIA vfat pamconsole,exec,noauto,iocharset=utf8,noatime,sync,fscontext=system_u:object_r:removable_t,managed 0 0

Je pense que ça ira mieux après avoir complété le menu.lst, mais sans garantie:-|


A+

Vincent