Triple dualboot

Résolu
boolat Messages postés 231 Statut Membre -  
aruju Messages postés 2219 Date d'inscription   Statut Contributeur Dernière intervention   -
Bonjour,

dans ma dual boot j'avais xp et ubuntu,
je viens d'installer mandriva !
quand je démarre le pc j'ai un joli fenêtre qui me propose :

mandriva
mandriva (mode dégradé)
windows

il maque ubuntu !

une solution pour récupérer ubuntu ?

j'ai aussi le probleme de wifi ! le wifi ne fonctionne pas :(

merci
Configuration: Windows XP
Firefox 2.0.0.8

15 réponses

  1. aruju Messages postés 2219 Date d'inscription   Statut Contributeur Dernière intervention   403
     
    salut,

    affiche (en root)
    fdisk -l
    mount


    0
  2. boolat Messages postés 231 Statut Membre 3
     
    excuse pour ma novicité !

    comment je doit être en root ? c'est a dire la console ? puis fdisk -1 et puis mount c'est sa ?
    0
  3. aruju Messages postés 2219 Date d'inscription   Statut Contributeur Dernière intervention   403
     
    ouvre une console et tape:
    su -
    ton mot de passe root puis
    fdsik -l (L minuscule)
    mount
    puis colle ici le resultat
    0
  4. boolat Messages postés 231 Statut Membre 3
     
    Disque /dev/sda: 120.0 Go, 120034123776 octets
    255 heads, 63 sectors/track, 14593 cylinders
    Units = cylindres of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x0ac60ac5

    Périphérique Amorce Début Fin Blocs Id Système
    /dev/sda1 * 1 1339 10755486 7 HPFS/NTFS
    /dev/sda2 1340 2211 7004340 83 Linux
    /dev/sda3 2212 3674 11751547+ f W95 Etendu (LBA)
    /dev/sda5 2212 2274 506016 82 Linux swap / Solaris
    /dev/sda6 2275 2399 1004031 83 Linux
    /dev/sda7 2400 3674 10241406 83 Linux
    [root@localhost ~]# mount
    /dev/sda7 on / type ext3 (rw,noatime,commit=600)
    none on /proc type proc (rw)
    /dev/sda1 on /media/hd type ntfs (ro,sync,umask=0022,nls=utf8)
    /dev/sda2 on /media/hd2 type ext3 (rw,sync,noatime,commit=600)
    /dev/sda6 on /media/hd3 type ext3 (rw,sync,noatime,commit=600)
    none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
    [root@localhost ~]#
    0
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. aruju Messages postés 2219 Date d'inscription   Statut Contributeur Dernière intervention   403
     
    affiche:
    df -h
    0
  7. boolat Messages postés 231 Statut Membre 3
     
    [root@localhost ~]# df -h
    Sys. de fich. Tail. Occ. Disp. %Occ. Monté sur
    /dev/sda7 9,7G 2,1G 7,1G 24% /
    /dev/sda1 11G 9,1G 1,2G 89% /media/hd
    /dev/sda2 6,6G 3,5G 2,9G 56% /media/hd2
    /dev/sda6 966M 383M 534M 42% /media/hd3
    [root@localhost ~]#
    0
  8. aruju Messages postés 2219 Date d'inscription   Statut Contributeur Dernière intervention   403
     
    ok maintenant affiche:
    grep -E -v '^(#|$)' /media/hd2/boot/grub/menu.lst

    et
    grep -E -v '^(#|$)' /boot/grub/menu.lst
    0
  9. boolat Messages postés 231 Statut Membre 3
     
    [seigneur@localhost ~]$ su -
    Mot de passe :
    [root@localhost ~]# grep -E -v '^(#|$)' /media/hd2/boot/grub/menu.lst
    default 0
    timeout 10
    title Ubuntu 7.10, kernel 2.6.22-14-generic
    root (hd0,1)
    kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=fb255478-0df0-4d74-be33-be026b84eead ro quiet splash locale=fr_FR
    initrd /boot/initrd.img-2.6.22-14-generic
    quiet
    title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
    root (hd0,1)
    kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=fb255478-0df0-4d74-be33-be026b84eead ro single
    initrd /boot/initrd.img-2.6.22-14-generic
    title Ubuntu 7.10, memtest86+
    root (hd0,1)
    kernel /boot/memtest86+.bin
    quiet
    title Other operating systems:
    root
    title Microsoft Windows XP Professionnel
    root (hd0,0)
    savedefault
    makeactive
    chainloader +1
    [root@localhost ~]#

    [root@localhost ~]# grep -E -v '^(#|$)' /boot/grub/menu.lst
    timeout 10
    color black/cyan yellow/cyan
    gfxmenu (hd0,6)/boot/gfxmenu
    default 0
    title linux
    kernel (hd0,6)/boot/vmlinuz BOOT_IMAGE=linux root=/dev/sda7 splash=silent mem=1000M vga=788
    initrd (hd0,6)/boot/initrd.img
    title linux-nonfb
    kernel (hd0,6)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=/dev/sda7 mem=1000M
    initrd (hd0,6)/boot/initrd.img
    title failsafe
    kernel (hd0,6)/boot/vmlinuz BOOT_IMAGE=failsafe root=/dev/sda7 failsafe
    initrd (hd0,6)/boot/initrd.img
    title windows
    root (hd0,0)
    makeactive
    chainloader +1
    [root@localhost ~]#
    0
  10. aruju Messages postés 2219 Date d'inscription   Statut Contributeur Dernière intervention   403
     
    maintenant tape (en root):

    gedit /boot/grub/menu.lst si t'as Gnome ou
    kate /boot/grub/menu.lst pour KDE

    dans la fenetre qui va s'ouvrir colle ca:

    title Ubuntu 7.10, kernel 2.6.22-14-generic
    root (hd0,1)
    kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=fb255478-0df0-4d74-be33-be026b84eead ro quiet splash locale=fr_FR
    initrd /boot/initrd.img-2.6.22-14-generic
    quiet

    après quoi ton fichier devrait rassembler:

    timeout 10
    color black/cyan yellow/cyan
    gfxmenu (hd0,6)/boot/gfxmenu
    default 0
    title Ubuntu 7.10, kernel 2.6.22-14-generic
    root (hd0,1)
    kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=fb255478-0df0-4d74-be33-be026b84eead ro quiet splash locale=fr_FR
    initrd /boot/initrd.img-2.6.22-14-generic
    quiet

    title linux
    kernel (hd0,6)/boot/vmlinuz BOOT_IMAGE=linux root=/dev/sda7 splash=silent mem=1000M vga=788
    initrd (hd0,6)/boot/initrd.img
    title linux-nonfb
    kernel (hd0,6)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=/dev/sda7 mem=1000M
    initrd (hd0,6)/boot/initrd.img
    title failsafe
    kernel (hd0,6)/boot/vmlinuz BOOT_IMAGE=failsafe root=/dev/sda7 failsafe
    initrd (hd0,6)/boot/initrd.img
    title windows
    root (hd0,0)
    makeactive

    Ensuite sauvegarde et redémarre ton pc
    0
  11. boolat Messages postés 231 Statut Membre 3
     
    [root@localhost ~]# kate /boot/grub/menu.lst
    -bash: kate: command not found

    ?

    je suis sous KDE 3.5
    0
  12. aruju Messages postés 2219 Date d'inscription   Statut Contributeur Dernière intervention   403
     
    kwrite /boot/grub/menu.lst 
    0
  13. boolat Messages postés 231 Statut Membre 3
     
    un grand merci chef ! je suis sous ubuntu !

    mais j'ai deux problème assez bizare ! quand je voudrais changer la résolution de l'écran sous mandriva sa bug , le pc bloque complètement ! et pas de wifi !
    0
  14. aruju Messages postés 2219 Date d'inscription   Statut Contributeur Dernière intervention   403
     
    Mais de rien ;-)

    Pour les autres problèmes ouvre un autre thread
    0
  15. aruju Messages postés 2219 Date d'inscription   Statut Contributeur Dernière intervention   403
     
    --

    0
  16. aruju Messages postés 2219 Date d'inscription   Statut Contributeur Dernière intervention   403
     
    .
    0