Help perdu windows

lilas -  
jeanbi Messages postés 15399 Date d'inscription   Statut Contributeur Dernière intervention   -
Bonjour,
j'ai installé windows et linux donc 2 partitions
mon problème est que j'ai perdu le démarrage de windows il n'y a que ubuntu qui se présente et je ne sais pas où chercher windows
merci de votre aide
Configuration: Linux
Firefox 2.0.0.14

3 réponses

  1. jeanbi Messages postés 15399 Date d'inscription   Statut Contributeur Dernière intervention   2 383
     
    bonjour,
    sous ubuntu
    tapes voir dans une console
    fdisk -l
    et donne le resultat
    a+
    0
  2. jipicy Messages postés 40842 Date d'inscription   Statut Modérateur Dernière intervention   4 898
     
    Salut,

    Affiche le résultat des commandes suivantes (ouvre un terminal et tape) :
    sudo fdisk -l
    egrep -v '^(#|$)' /boot/grub/menu.lst
    ;-))
    0
    1. bleulilas
       
      ===> fdisk -l:
      Disque /dev/sda: 250.0 Go, 250059350016 octets
      255 heads, 63 sectors/track, 30401 cylinders
      Units = cylindres of 16065 * 512 = 8225280 bytes
      Disk identifier: 0x1be21be2

      Périphérique Amorce Début Fin Blocs Id Système
      /dev/sda1 * 1 20397 163838871 7 HPFS/NTFS
      /dev/sda2 20398 29066 69633742+ 7 HPFS/NTFS
      /dev/sda3 29067 30157 8763457+ 83 Linux
      /dev/sda4 30158 30401 1959930 82 Linux swap / Solaris


      ===> egrep -v '^(#|$)' /boot/grub/menu.lst:
      default 0
      timeout 10
      title Ubuntu 7.10, kernel 2.6.22-15-generic
      root (hd0,2)
      kernel /boot/vmlinuz-2.6.22-15-generic root=UUID=f9cc04f4-762e-45f9-b9ce-bd761e51c126 ro quiet splash locale=fr_FR
      initrd /boot/initrd.img-2.6.22-15-generic
      quiet
      title Ubuntu 7.10, kernel 2.6.22-15-generic (recovery mode)
      root (hd0,2)
      kernel /boot/vmlinuz-2.6.22-15-generic root=UUID=f9cc04f4-762e-45f9-b9ce-bd761e51c126 ro single
      initrd /boot/initrd.img-2.6.22-15-generic
      title Ubuntu 7.10, kernel 2.6.22-14-generic
      root (hd0,2)
      kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=f9cc04f4-762e-45f9-b9ce-bd761e51c126 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,2)
      kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=f9cc04f4-762e-45f9-b9ce-bd761e51c126 ro single
      initrd /boot/initrd.img-2.6.22-14-generic
      title Ubuntu 7.10, memtest86+
      root (hd0,2)
      kernel /boot/memtest86+.bin
      quiet
      0
  3. jeanbi Messages postés 15399 Date d'inscription   Statut Contributeur Dernière intervention   2 383
     
    bonjour,
    rajoute les lignes suivante au fichier /boot/grub/menu.lst

    title windows
    root (hd0,0)
    makeactive
    chainloader +1
    a+

    0