#1 Le 21/12/2006, à 01:52
- will02
Dual Boot : Changer L ordre du multiboot dans grub [resolu]
DUAL BOOT : CHANGER L ORDRE DU MULTIBOOT DANS GRUB
Il faut changer dans le fichier /boot/grub/menu.lst la variable « default » par le numéro que représente XP (repérer chaque ligne commencant par « title » en sachant que la première ligne commence par 0):
gksudo gedit /boot/grub/menu.lst
Par exemple si XP apparaît en 5ème ligne « title » il faudra mettre 4 à la variable « default »
Voila un exemple avec pour boot par defaut, xp (5° ligne « title » donc 4 à la variable default) :
----
# 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/.
# 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 4 **(ici 4 pour lancer xp par default)
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 15 **(ici temps en seconde afin de choisir le système voulu)
**## J'AI COUPE QUELQUES LIGNE ICI, CAR C'EST UN PEU LONG SINON ##**
title Ubuntu, kernel 2.6.17-10-generic **LIGNE 1 donc 0 à "default"
root (hd0,2)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/hda3 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.17-10-generic
quiet
savedefault
boot
title Ubuntu, kernel 2.6.17-10-generic (recovery mode) **LIGNE 2 donc 1 à "default"
root (hd0,2)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/hda3 ro single
initrd /boot/initrd.img-2.6.17-10-generic
boot
title Ubuntu, memtest86+ **LIGNE 3 donc 2 à "default"
root (hd0,2)
kernel /boot/memtest86+.bin
quiet
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems: **LIGNE 4 donc 3 à "default"
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title Microsoft Windows XP Professionnel **LIGNE 5 donc 4 à "default"
root (hd0,0)
savedefault
makeactive
chainloader +1
----
Voilà, en espérant aider.
Dernière modification par will02 (Le 21/12/2006, à 02:19)
Hors ligne
#2 Le 21/12/2006, à 02:16
- incoming
Re : Dual Boot : Changer L ordre du multiboot dans grub [resolu]
Change ton titre : grub à la place de drub
et merci pour ta contribution
Hors ligne
#3 Le 21/12/2006, à 02:22
- will02
Re : Dual Boot : Changer L ordre du multiboot dans grub [resolu]
Merci.
j'ai corrigé cette erreur de frappe (Dans le noir je vois pas tellement mes touches).
Hors ligne