Bonjour,
J’ai installé la distribution Etch de Debian (4.0r1) avec un cd créé à partir d’une image iso netinst. J’ai fait une installation en automatique pour tester ce nouveau monde (pour moi).
Le bootloader qui s’est installé en automatique est : GNU GRUB version 0.97
Je souhaite booter en premier sur mon Windows.
1° (le + important) Séquence de démarrage:
J’aimerais savoir si je dois modifier la valeur de default en la passant à 1 ? Ou bien, faut-il déclarer le chainloader à 0 au lieu de +1 concernant Windows ? Ou alors, je me fourvoie et c’est à vous de m’aider ?
2° Affichage
Puis-je modifier l’ordre de l’affichage sans qu’une mise à jour de grub ne vienne perturber le démarrage par la suite ? J’ai cru comprendre qu’il pouvait y avoir des mises à jour et qu’il ne fallait pas modifier certains éléments de Grub ?
Ci-dessous des extraits (pour ne pas trop charger le post) de mon menu.lst avec un minimum d’informations, pour que chacun(e) puisse s’y retrouver si il(elle) a une configuration similaire :
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
## End Default Options
title Debian GNU/Linux, kernel 2.6.18-5-686
root (hd0,3)
kernel /boot/vmlinuz-2.6.18-5-686 root=/dev/hda4 ro
initrd /boot/initrd.img-2.6.18-5-686
savedefault
title Debian GNU/Linux, kernel 2.6.18-5-686 (single-user mode)
root (hd0,3)
kernel /boot/vmlinuz-2.6.18-5-686 root=/dev/hda4 ro single
initrd /boot/initrd.img-2.6.18-5-686
savedefault
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/hda2
title Microsoft Windows XP Professionnel
root (hd0,1)
savedefault
makeactive
chainloader +1
