Sparito windows 7 dopo installazione ubuntu 9.10

Collapse
X
 
  • Filter
  • Ora
  • Show
Clear All
new posts
  • Auricchio
    Bodyweb Advanced
    • Nov 2006
    • 2425
    • 222
    • 415
    • Roma
    • Send PM

    Sparito windows 7 dopo installazione ubuntu 9.10

    ciao a tutti
    fino oggi avevo sempre usato windows
    ma stamattina dopo un'illuminazione divina ho deciso di cominciare ad installare ubuntu
    Tutto a posto a parte che ubuntu parte prepotentemente e windows 7 sembra volatilizzato
    Smanettando per i forum non sono riuscito a risolvere ma ho visto che postando intanto questo
    magari qualcuno mi puo' aiutare.Grazie



    posto un bel "sudo fdisk -l"
    sperando che qualcuno mi possa aiutare, grazie mille

    abala@abala-bar:~$ sudo fdisk -l
    [sudo] password for abala:

    Disco /dev/sda: 120.0 GB, 120034123776 byte
    255 testine, 63 settori/tracce, 14593 cilindri
    Unità = cilindri di 16065 * 512 = 8225280 byte
    Identificativo disco: 0xd8504970

    Dispositivo Boot Start End Blocks Id System
    /dev/sda1 * 1 7941 63786051 7 HPFS/NTFS
    /dev/sda2 7942 13196 42204028+ 7 HPFS/NTFS
    /dev/sda3 13196 14594 11228160 83 Linux
    abala@abala-bar:~$
  • kurayami
    Bodyweb Advanced
    • Mar 2010
    • 434
    • 32
    • 12
    • Verona
    • Send PM

    #2
    ciao.
    Hai installato la 9.10?
    Se si, prova a scrivere su terminale

    sudo gedit /boot/grub/grub.cfg

    e a postare il risultato
    ... diario

    Commenta

    • Auricchio
      Bodyweb Advanced
      • Nov 2006
      • 2425
      • 222
      • 415
      • Roma
      • Send PM

      #3
      grazie per l'interessamento!

      ecco qua

      #
      # DO NOT EDIT THIS FILE
      #
      # It is automatically generated by /usr/sbin/grub-mkconfig using templates
      # from /etc/grub.d and settings from /etc/default/grub
      #

      ### BEGIN /etc/grub.d/00_header ###
      if [ -s /boot/grub/grubenv ]; then
      have_grubenv=true
      load_env
      fi
      set default="0"
      if [ ${prev_saved_entry} ]; then
      saved_entry=${prev_saved_entry}
      save_env saved_entry
      prev_saved_entry=
      save_env prev_saved_entry
      fi
      insmod ext2
      set root=(hd0,3)
      search --no-floppy --fs-uuid --set 09d58b55-1251-45bd-ba34-97164dbc7aff
      if loadfont /usr/share/grub/unicode.pf2 ; then
      set gfxmode=640x480
      insmod gfxterm
      insmod vbe
      if terminal_output gfxterm ; then true ; else
      # For backward compatibility with versions of terminal.mod that don't
      # understand terminal_output
      terminal gfxterm
      fi
      fi
      if [ ${recordfail} = 1 ]; then
      set timeout=-1
      else
      set timeout=10
      fi
      ### END /etc/grub.d/00_header ###

      ### BEGIN /etc/grub.d/05_debian_theme ###
      set menu_color_normal=white/black
      set menu_color_highlight=black/white
      ### END /etc/grub.d/05_debian_theme ###

      ### BEGIN /etc/grub.d/10_linux ###
      menuentry "Ubuntu, Linux 2.6.31-20-generic" {
      recordfail=1
      if [ -n ${have_grubenv} ]; then save_env recordfail; fi
      set quiet=1
      insmod ext2
      set root=(hd0,3)
      search --no-floppy --fs-uuid --set 09d58b55-1251-45bd-ba34-97164dbc7aff
      linux /boot/vmlinuz-2.6.31-20-generic root=UUID=09d58b55-1251-45bd-ba34-97164dbc7aff ro quiet splash
      initrd /boot/initrd.img-2.6.31-20-generic
      }
      menuentry "Ubuntu, Linux 2.6.31-20-generic (recovery mode)" {
      recordfail=1
      if [ -n ${have_grubenv} ]; then save_env recordfail; fi
      insmod ext2
      set root=(hd0,3)
      search --no-floppy --fs-uuid --set 09d58b55-1251-45bd-ba34-97164dbc7aff
      linux /boot/vmlinuz-2.6.31-20-generic root=UUID=09d58b55-1251-45bd-ba34-97164dbc7aff ro single
      initrd /boot/initrd.img-2.6.31-20-generic
      }
      menuentry "Ubuntu, Linux 2.6.31-14-generic" {
      recordfail=1
      if [ -n ${have_grubenv} ]; then save_env recordfail; fi
      set quiet=1
      insmod ext2
      set root=(hd0,3)
      search --no-floppy --fs-uuid --set 09d58b55-1251-45bd-ba34-97164dbc7aff
      linux /boot/vmlinuz-2.6.31-14-generic root=UUID=09d58b55-1251-45bd-ba34-97164dbc7aff ro quiet splash
      initrd /boot/initrd.img-2.6.31-14-generic
      }
      menuentry "Ubuntu, Linux 2.6.31-14-generic (recovery mode)" {
      recordfail=1
      if [ -n ${have_grubenv} ]; then save_env recordfail; fi
      insmod ext2
      set root=(hd0,3)
      search --no-floppy --fs-uuid --set 09d58b55-1251-45bd-ba34-97164dbc7aff
      linux /boot/vmlinuz-2.6.31-14-generic root=UUID=09d58b55-1251-45bd-ba34-97164dbc7aff ro single
      initrd /boot/initrd.img-2.6.31-14-generic
      }
      ### END /etc/grub.d/10_linux ###

      ### BEGIN /etc/grub.d/20_memtest86+ ###
      menuentry "Memory test (memtest86+)" {
      linux16 /boot/memtest86+.bin
      }
      menuentry "Memory test (memtest86+, serial console 115200)" {
      linux16 /boot/memtest86+.bin console=ttyS0,115200n8
      }
      ### END /etc/grub.d/20_memtest86+ ###

      ### BEGIN /etc/grub.d/30_os-prober ###
      if [ ${timeout} != -1 ]; then
      if keystatus; then
      if keystatus --shift; then
      set timeout=-1
      else
      set timeout=0
      fi
      else
      if sleep --interruptible 3 ; then
      set timeout=0
      fi
      fi
      fi
      ### END /etc/grub.d/30_os-prober ###

      ### BEGIN /etc/grub.d/40_custom ###
      # This file provides an easy way to add custom menu entries. Simply type the
      # menu entries you want to add after this comment. Be careful not to change
      # the 'exec tail' line above.
      ### END /etc/grub.d/40_custom ###

      Commenta

      • kurayami
        Bodyweb Advanced
        • Mar 2010
        • 434
        • 32
        • 12
        • Verona
        • Send PM

        #4
        la prima cosa che devi provare a fare è, da terminale

        update-grub

        e riavviare.
        Vedi se cambia qualcosa altrimenti andiamo avanti
        ... diario

        Commenta

        • Auricchio
          Bodyweb Advanced
          • Nov 2006
          • 2425
          • 222
          • 415
          • Roma
          • Send PM

          #5
          niente....mi spara a ubuntu direttamente

          Commenta

          • kurayami
            Bodyweb Advanced
            • Mar 2010
            • 434
            • 32
            • 12
            • Verona
            • Send PM

            #6
            da terminale:
            sudo gedit /etc/grub.d/40-custom

            aggiungi sotto le riga

            menuentry "Windows7" {
            set root=(hd0,1)
            chainloader +1
            }

            poi (da terminale)

            sudo update-grub

            e riavvii.
            Prova
            Last edited by kurayami; 24-04-2010, 19:04:55.
            ... diario

            Commenta

            • Auricchio
              Bodyweb Advanced
              • Nov 2006
              • 2425
              • 222
              • 415
              • Roma
              • Send PM

              #7
              niente...

              Commenta

              • kurayami
                Bodyweb Advanced
                • Mar 2010
                • 434
                • 32
                • 12
                • Verona
                • Send PM

                #8
                ok,

                allora rifai da terminale

                sudo gedit /etc/grub.d/40-custom

                e sostituisci quello che hai aggiunto prima con:

                title Windows 7
                root (hd0,0)
                makeactive
                chainloader +1

                salva e riavvia
                ... diario

                Commenta

                • Auricchio
                  Bodyweb Advanced
                  • Nov 2006
                  • 2425
                  • 222
                  • 415
                  • Roma
                  • Send PM

                  #9
                  niente ancora

                  Commenta

                  • kurayami
                    Bodyweb Advanced
                    • Mar 2010
                    • 434
                    • 32
                    • 12
                    • Verona
                    • Send PM

                    #10
                    ho una macchina virtuale con windows 7.
                    Ci sto installando a fianco ubuntu. Dammi 10 minuti che finisca l'installazione
                    ... diario

                    Commenta

                    • Auricchio
                      Bodyweb Advanced
                      • Nov 2006
                      • 2425
                      • 222
                      • 415
                      • Roma
                      • Send PM

                      #11
                      sisi altri 20 minuti sto a lavoro ;-)

                      Commenta

                      • kurayami
                        Bodyweb Advanced
                        • Mar 2010
                        • 434
                        • 32
                        • 12
                        • Verona
                        • Send PM

                        #12
                        finita l'installazione.
                        Intanto a me la lista con compreso windows 7 me la da all'avvio.
                        Ora confronto i files ...
                        ... diario

                        Commenta

                        • Auricchio
                          Bodyweb Advanced
                          • Nov 2006
                          • 2425
                          • 222
                          • 415
                          • Roma
                          • Send PM

                          #13
                          spero di non averlo cancellato per sbaglio cmq sei gentilissimo!

                          Commenta

                          • kurayami
                            Bodyweb Advanced
                            • Mar 2010
                            • 434
                            • 32
                            • 12
                            • Verona
                            • Send PM

                            #14
                            qui mancano ancora 2 minuti al termine degli aggiornamenti.

                            Comunque da dentro ubuntu lo vedi il disco con windows7?

                            Dal manu' "risorse" intendo

                            edit: guarda anche se hai os-prober installato

                            sudo apt-get install os-prober
                            Last edited by kurayami; 24-04-2010, 21:39:44.
                            ... diario

                            Commenta

                            • Auricchio
                              Bodyweb Advanced
                              • Nov 2006
                              • 2425
                              • 222
                              • 415
                              • Roma
                              • Send PM

                              #15
                              sono arrivato ora a casa scusami. Lunedi riprovo . buon weekend!!

                              Commenta

                              Working...
                              X