Charger Windows par défaut au lieu de Linux

Résolu
Bonjour,

Alors voilà j ai téléchargé puis installé Linux avec le distributeur Ubuntu.
Ce que j'aimerais c est que ce soit Windows qui se charge au démarrage de mon PC au bout des quelques secondes.
Je suis novice et totalement perdu par rapport aux posts que j ai trouvé a ce sujet.
Je vous remercie par avance.
Bye bye !!!
Configuration: Windows XP
Firefox 2.0.0.7

21 réponses

  1. Oui voila c a peu près tout ce que je ne comprend pas lol.
    Parce qu en fait je ne sais pas si je suis en lilo ou grub d ailleurs je ne sais pas ce que ca veut dire !!!
    Et ensuite pour éditer une configuration je ne sais pas non plus comment faire !!!
    Est ce qu il faut que je le fasse dans Windows ou Linux ?
    Et comment faire s il te plait ?
    Et comment sauvegarder ?
    J espere que tu pourras répondre a mes questions de facon claire et simple
    Merci !!!
    1
    1. Contributeur
      bonjour,
      franchement , il y a besoin de faire tant de discours!!!
      sous ubuntu c'est grub
      tu ouvres une console et tu tapes sudo gedit /boot/grub/menu.lst
      tu va avoir les différentes entrées du menu
      la numerotation commence a 0 donc tu repères ou se trouve l'entrée pour windows
      et tu modifie le chiffre après
      default=
      tu sauvegarde et hop c'est reglé
      a+
      1
      1. Modérateur
        franchement , il y a besoin de faire tant de discours!!!
        Ben oui vu que dans le 1er lien fourni il y a exactement ton explication à quelques détails prés et qu'il n'a pas compris apparemment, donc... ;-))
        0
    2. Contributeur
      salut,

      ouvre une console et tape:
      cat /boot/grub/menu.lst

      et colle ici le résultat
      0
      1. Modérateur
        Salut,

        Redémarre sous GNU/Linux (car c'est sur ce système que se trouve le fichier de configuration du bootloader), ouvre une console et tape :
        ls /etc/lilo.conf  /boot/grub/menu.lst
        En fonction du fichier qui ne te renverra pas de réponse négative, tape ensuite une des 2 commandes suivantes et postes-nous le résultat :
        grep -e '^default\|^[ \t]*label' /etc/lilo.conf
        
        grep -e '^title\|^default' /boot/grub/menu.lst
        ;-))
        0
        1. Alors déjà merci a tous pour vos réponses !!!
          Et c est là que je vais démontrer tout mes talents ...
          Comment s ouvre une console et qu est ce que c est ?
          Je suppose que c est comme aller dans exécuter sous Windows mais je ne sais pas comment faire sous linux
          Alors si quelqu un peux encore m 'éclairer la dessus
          Encore merci !!!
          0
          1. Contributeur
            pour ubuntu ca doit etre: applications>>accessoires>>terminal. ou un truc commeca
            0
            1. Pour Jeanbi : j ai tapé "ta formule" et l on me demande un password j ai donc tapé mon mot de passe et il me met com!mande introuvable
              Pour Aruju :
              J ai tapé ta formule et voila ce qui apparait
              Après j ai bien repéré le défault 0 mais je ne sais pas agir dessus et il n y a pas non plus de commande de sauvegarde

              Pour # menu.lst - See: grub(8), info grub, update-grub(8)
              # grub-install(8), grub-floppy(8),
              # grub-md5-crypt, /usr/share/doc/grub
              # and /usr/share/doc/grub-doc/.

              ## default num
              # Set the default entry to the entry number NUM. Numbering starts from 0, and
              # the entry number 0 is the default if the command is not used.
              #
              # You can specify 'saved' instead of a number. In this case, the default entry
              # is the entry saved with the command 'savedefault'.
              # WARNING: If you are using dmraid do not change this entry to 'saved' or your
              # array will desync and will not let you boot your system.
              default 0

              ## timeout sec
              # Set a timeout, in SEC seconds, before automatically booting the default entry
              # (normally the first entry defined).
              timeout 10

              ## hiddenmenu
              # Hides the menu by default (press ESC to see the menu)
              #hiddenmenu

              # Pretty colours
              #color cyan/blue white/blue

              ## password ['--md5'] passwd
              # If used in the first section of a menu file, disable all interactive editing
              # control (menu entry editor and command-line) and entries protected by the
              # command 'lock'
              # e.g. password topsecret
              # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
              # password topsecret

              #
              # examples
              #
              # title Windows 95/98/NT/2000
              # root (hd0,0)
              # makeactive
              # chainloader +1
              #
              # title Linux
              # root (hd0,1)
              # kernel /vmlinuz root=/dev/hda2 ro
              #

              #
              # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

              ### BEGIN AUTOMAGIC KERNELS LIST
              ## lines between the AUTOMAGIC KERNELS LIST markers will be modified
              ## by the debian update-grub script except for the default options below

              ## DO NOT UNCOMMENT THEM, Just edit them to your needs

              ## ## Start Default Options ##
              ## default kernel options
              ## default kernel options for automagic boot options
              ## If you want special options for specific kernels use kopt_x_y_z
              ## where x.y.z is kernel version. Minor versions can be omitted.
              ## e.g. kopt=root=/dev/hda1 ro
              ## kopt_2_6_8=root=/dev/hdc1 ro
              ## kopt_2_6_8_2_686=root=/dev/hdc2 ro
              # kopt=root=UUID=25691887-b7ea-4da3-a170-8699f0438cca ro

              ## Setup crashdump menu entries
              ## e.g. crashdump=1
              # crashdump=0

              ## default grub root device
              ## e.g. groot=(hd0,0)
              # groot=(hd0,1)

              ## should update-grub create alternative automagic boot options
              ## e.g. alternative=true
              ## alternative=false
              # alternative=true

              ## should update-grub lock alternative automagic boot options
              ## e.g. lockalternative=true
              ## lockalternative=false
              # lockalternative=false

              ## additional options to use with the default boot option, but not with the
              ## alternatives
              ## e.g. defoptions=vga=791 resume=/dev/hda5
              # defoptions=quiet splash locale=fr_FR

              ## should update-grub lock old automagic boot options
              ## e.g. lockold=false
              ## lockold=true
              # lockold=false

              ## Xen hypervisor options to use with the default Xen boot option
              # xenhopt=

              ## Xen Linux kernel options to use with the default Xen boot option
              # xenkopt=console=tty0

              ## altoption boot targets option
              ## multiple altoptions lines are allowed
              ## e.g. altoptions=(extra menu suffix) extra boot options
              ## altoptions=(recovery) single
              # altoptions=(recovery mode) single

              ## controls how many kernels should be put into the menu.lst
              ## only counts the first occurence of a kernel, not the
              ## alternative kernel options
              ## e.g. howmany=all
              ## howmany=7
              # howmany=all

              ## should update-grub create memtest86 boot option
              ## e.g. memtest86=true
              ## memtest86=false
              # memtest86=true

              ## should update-grub adjust the value of the default booted system
              ## can be true or false
              # updatedefaultentry=false

              ## ## End Default Options ##

              title Ubuntu, kernel 2.6.20-16-generic
              root (hd0,1)
              kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=25691887-b7ea-4da3-a170-8699f0438cca ro quiet splash locale=fr_FR
              initrd /boot/initrd.img-2.6.20-16-generic
              quiet
              savedefault

              title Ubuntu, kernel 2.6.20-16-generic (recovery mode)
              root (hd0,1)
              kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=25691887-b7ea-4da3-a170-8699f0438cca ro single
              initrd /boot/initrd.img-2.6.20-16-generic

              title Ubuntu, kernel 2.6.20-15-generic
              root (hd0,1)
              kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=25691887-b7ea-4da3-a170-8699f0438cca ro quiet splash locale=fr_FR
              initrd /boot/initrd.img-2.6.20-15-generic
              quiet
              savedefault

              title Ubuntu, kernel 2.6.20-15-generic (recovery mode)
              root (hd0,1)
              kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=25691887-b7ea-4da3-a170-8699f0438cca ro single
              initrd /boot/initrd.img-2.6.20-15-generic

              title Ubuntu, memtest86+
              root (hd0,1)
              kernel /boot/memtest86+.bin
              quiet

              ### END DEBIAN AUTOMAGIC KERNELS LIST

              # This is a divider, added to separate the menu items below from the Debian
              # ones.
              title Other operating systems:
              root

              # This entry automatically added by the Debian installer for a non-linux OS
              # on /dev/hda1
              title Windows NT/2000/XP
              root (hd0,0)
              savedefault
              makeactive
              chainloader +1
              0
              1. Contributeur
                salut,

                tape:
                sudo -s
                ton mot de passe
                puis
                sed -i '/^default/ s/0/6/' '/boot/grub/menu.lst'

                ensuite redémarre pour voir

                P.S la commande Made by jipicy ;-)
                0
                1. Modérateur
                  Perso j'aurai plutôt tapé :
                  sed -i.BAK '/^default/ s/0/6/' /boot/grub/menu.lst
                  ;-))
                  0
                  1. Contributeur
                    yep, pourtant j'ai compté 3 fois.... à partir de 5 j 'ai des difficultés :-(
                    0
                    1. Modérateur
                      grep -e '^title\|^default' grub
                      default 0
                      title Ubuntu, kernel 2.6.20-16-generic
                      title Ubuntu, kernel 2.6.20-16-generic (recovery mode)
                      title Ubuntu, kernel 2.6.20-15-generic
                      title Ubuntu, kernel 2.6.20-15-generic (recovery mode)
                      title Ubuntu, memtest86+
                      title Other operating systems:
                      title Windows NT/2000/XP
                      C'est plus facile à compter ;-))
                      0
                  2. Bon je reprend : quand je tape : grep -e '^title\|^default' /boot/grub/menu.lst (formule de jipicy) j obtiens ceci :

                    default 0
                    title Ubuntu, kernel 2.6.20-16-generic
                    title Ubuntu, kernel 2.6.20-16-generic (recovery mode)
                    title Ubuntu, kernel 2.6.20-15-generic
                    title Ubuntu, kernel 2.6.20-15-generic (recovery mode)
                    title Ubuntu, memtest86+
                    title Other operating systems:
                    title Windows NT/2000/XP

                    Et quand je tape : sed -i '/^default/ s/0/5/' '/home/aruju/Desktop/menu.lst' (formule de aruju)
                    J obtiens ceci

                    sed: impossible de lire /home/aruju/Desktop/menu.lst: Aucun fichier ou répertoire de ce type

                    Donc je suppose qu il faut que je mettes 6 en défaut (valeur d XP)
                    mais je n arrive pas a effacer le 0 pour le remplacer
                    Faut il une autre formule ?
                    Et une fois que je l aurais fait ou est ce que je peux sauvegarder ce changement je ne trouve ni d enregistrer ni de sauvegarder dan le menu du terminal !!!
                    Encore merci !!!
                    0
                    1. Modérateur
                      Et une fois que je l aurais fait ou est ce que je peux sauvegarder ce changement je ne trouve ni d enregistrer ni de sauvegarder dan le menu du terminal !!!
                      Ça se fait automatiquement grace à l'option "-i" de "sed" qui modifie le fichier à la volée et en plus de ça avec le paramètre ".BAK", ça te fait une sauvegarde de ton fichier original...
                      ;-))
                      0
                  3. Contributeur
                    il faut que je me met sérieusement au shell :-)

                    merci
                    0
                    1. Bon j ai maintenant ce problème (décidément quand ça ne veut pas lol) :
                      Alors après cà :

                      default 0
                      title Ubuntu, kernel 2.6.20-16-generic
                      title Ubuntu, kernel 2.6.20-16-generic (recovery mode)
                      title Ubuntu, kernel 2.6.20-15-generic
                      title Ubuntu, kernel 2.6.20-15-generic (recovery mode)
                      title Ubuntu, memtest86+
                      title Other operating systems:
                      title Windows NT/2000/XP

                      J ai tapé la commande de Jipicy soit :

                      sed -i.BAK '/^default/ s/0/6/' /boot/grub/menu.lst

                      et ça m affiche ceci :

                      sed: impossible d'ouvrir le fichier temporaire /boot/grub//sed2YDn5C: Permission non accordée

                      Des idées s il vous plait ?
                      0
                      1. Contributeur
                        faut taper en root
                        il faut aussi afficher ce que tu tape!
                        exemple:
                        aruju@ubuntu$ sudo -s
                        password: ici ton mot de passe
                        root@ubuntu# sed -i.BAK '/^default/ s/0/6/' /boot/grub/menu.lst
                        root@ubuntu#

                        voilà
                        0
                        1. Contributeur
                          re,
                          # grub-install(8), grub-floppy(8),
                          # grub-md5-crypt, /usr/share/doc/grub
                          # and /usr/share/doc/grub-doc/.
                          
                          ## default num
                          # Set the default entry to the entry number NUM. Numbering starts from 0, and
                          # the entry number 0 is the default if the command is not used.
                          #
                          # You can specify 'saved' instead of a number. In this case, the default entry
                          # is the entry saved with the command 'savedefault'.
                          # WARNING: If you are using dmraid do not change this entry to 'saved' or your
                          # array will desync and will not let you boot your system.
                          default 0 ------------------>>>> c'est ici qu'il faut mettre 6 à la place de 0
                          
                          ## timeout sec
                          # Set a timeout, in SEC seconds, before automatically booting the default entry
                          # (normally the first entry defined).
                          timeout 10 ---------->>> et la tu modifie le temps d'attente si tu n'en veux pas tu mets 0
                          
                          ## hiddenmenu
                          # Hides the menu by default (press ESC to see the menu)
                          #hiddenmenu
                          
                          # Pretty colours
                          #color cyan/blue white/blue
                          
                          ## password ['--md5'] passwd
                          # If used in the first section of a menu file, disable all interactive editing
                          # control (menu entry editor and command-line) and entries protected by the
                          # command 'lock'
                          # e.g. password topsecret
                          # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
                          # password topsecret
                          
                          #
                          # examples
                          #
                          # title Windows 95/98/NT/2000
                          # root (hd0,0)
                          # makeactive
                          # chainloader +1
                          #
                          # title Linux
                          # root (hd0,1)
                          # kernel /vmlinuz root=/dev/hda2 ro
                          #
                          
                          #
                          # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
                          
                          ### BEGIN AUTOMAGIC KERNELS LIST
                          ## lines between the AUTOMAGIC KERNELS LIST markers will be modified
                          ## by the debian update-grub script except for the default options below
                          
                          ## DO NOT UNCOMMENT THEM, Just edit them to your needs
                          
                          ## ## Start Default Options ##
                          ## default kernel options
                          ## default kernel options for automagic boot options
                          ## If you want special options for specific kernels use kopt_x_y_z
                          ## where x.y.z is kernel version. Minor versions can be omitted.
                          ## e.g. kopt=root=/dev/hda1 ro
                          ## kopt_2_6_8=root=/dev/hdc1 ro
                          ## kopt_2_6_8_2_686=root=/dev/hdc2 ro
                          # kopt=root=UUID=25691887-b7ea-4da3-a170-8699f0438cca ro
                          
                          ## Setup crashdump menu entries
                          ## e.g. crashdump=1
                          # crashdump=0
                          
                          ## default grub root device
                          ## e.g. groot=(hd0,0)
                          # groot=(hd0,1)
                          
                          ## should update-grub create alternative automagic boot options
                          ## e.g. alternative=true
                          ## alternative=false
                          # alternative=true
                          
                          ## should update-grub lock alternative automagic boot options
                          ## e.g. lockalternative=true
                          ## lockalternative=false
                          # lockalternative=false
                          
                          ## additional options to use with the default boot option, but not with the
                          ## alternatives
                          ## e.g. defoptions=vga=791 resume=/dev/hda5
                          # defoptions=quiet splash locale=fr_FR
                          
                          ## should update-grub lock old automagic boot options
                          ## e.g. lockold=false
                          ## lockold=true
                          # lockold=false
                          
                          ## Xen hypervisor options to use with the default Xen boot option
                          # xenhopt=
                          
                          ## Xen Linux kernel options to use with the default Xen boot option
                          # xenkopt=console=tty0
                          
                          ## altoption boot targets option
                          ## multiple altoptions lines are allowed
                          ## e.g. altoptions=(extra menu suffix) extra boot options
                          ## altoptions=(recovery) single
                          # altoptions=(recovery mode) single
                          
                          ## controls how many kernels should be put into the menu.lst
                          ## only counts the first occurence of a kernel, not the
                          ## alternative kernel options
                          ## e.g. howmany=all
                          ## howmany=7
                          # howmany=all
                          
                          ## should update-grub create memtest86 boot option
                          ## e.g. memtest86=true
                          ## memtest86=false
                          # memtest86=true
                          
                          ## should update-grub adjust the value of the default booted system
                          ## can be true or false
                          # updatedefaultentry=false
                          
                          ## ## End Default Options ##
                          
                          title Ubuntu, kernel 2.6.20-16-generic
                          root (hd0,1)
                          kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=25691887-b7ea-4da3-a170-8699f0438cca ro quiet splash locale=fr_FR
                          initrd /boot/initrd.img-2.6.20-16-generic
                          quiet
                          savedefault
                          
                          title Ubuntu, kernel 2.6.20-16-generic (recovery mode)
                          root (hd0,1)
                          kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=25691887-b7ea-4da3-a170-8699f0438cca ro single
                          initrd /boot/initrd.img-2.6.20-16-generic
                          
                          title Ubuntu, kernel 2.6.20-15-generic
                          root (hd0,1)
                          kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=25691887-b7ea-4da3-a170-8699f0438cca ro quiet splash locale=fr_FR
                          initrd /boot/initrd.img-2.6.20-15-generic
                          quiet
                          savedefault
                          
                          title Ubuntu, kernel 2.6.20-15-generic (recovery mode)
                          root (hd0,1)
                          kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=25691887-b7ea-4da3-a170-8699f0438cca ro single
                          initrd /boot/initrd.img-2.6.20-15-generic
                          
                          title Ubuntu, memtest86+
                          root (hd0,1)
                          kernel /boot/memtest86+.bin
                          quiet
                          
                          ### END DEBIAN AUTOMAGIC KERNELS LIST
                          
                          # This is a divider, added to separate the menu items below from the Debian
                          # ones.
                          title Other operating systems:
                          root
                          
                          
                          # This entry automatically added by the Debian installer for a non-linux OS
                          # on /dev/hda1
                          title Windows NT/2000/XP
                          root (hd0,0)
                          savedefault
                          makeactive
                          chainloader +1
                          

                          a+
                          0
                          1. Ca y est c bon en fait je n avais pas tapé sudo-s a ma derniere tentative
                            Ca me montre quand même la grande complexité de linux pour moi qui maitrise pourtant assez bien Windows.
                            Est ce que chaque changement dans linux passe par des commandes de ce genre ?
                            Et comment se les procurer ?
                            Par exemple je crois si je ne trompe pas avoir vu dans l aide qu il fallait aussi taper des commandes pour peronnaliser linux
                            C bien ca ?
                            En tout cas un grand merci a tout le monde essentiellement à Aruju et Jipicy
                            0
                            1. Modérateur
                              ;-))

                              shell guide d utilisation niveau debutant
                              0
                              1. Contributeur
                                Par exemple je crois si je ne trompe pas avoir vu dans l aide qu il fallait aussi taper des commandes pour peronnaliser linux
                                C bien ca ? 

                                ben moi j'aime bien de temps en temps me servir de la console , mais il existe des outils graphiques pour configurer linux sans passer par la console . Juste pour info il existe meme un outils graphique pour configurer grub
                                ce qui t'aurais eviter une prise de tête lol
                                http://forum.ubuntu-fr.org/viewtopic.php?id=58261

                                a+
                                0
                                • 1
                                • 2