Vous n'êtes pas identifié(e).
saque eud dun (patois chtimi : fonce dedans)
Hors ligne
Dernière modification par phlinux (29-01-2010 12:59:50)
Pages perso : feh, omegat, udisks, passerelle, schroot vraiment transparent
Hors ligne
saque eud dun (patois chtimi : fonce dedans)
Hors ligne
default saved
Mais lors d'un prochain redémarrage on veut revenir à l'entrée par défaut (en général la première) donc dans les entrées que l'on voudra rebooter on inscrit
savedefault 0
Ensuite on peut créer un petit script (par entrée) pour faire propre. Perso je les pose dans /usr/local/bin (vériifer qu'on a les droits pour ce rep)
#!/bin/bash
grub-set-default 6 #le 6 c'est pour "Stable" la 6éme entrée (ou title) du menu.lst
shutdown -r now
On active
.
Et donc on lancera cette action par
si comme moi on s'est donné les droits dans sudoers.
Extrait du menu.lst d'exemple
## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.32-rc8-686
root (hd0,6)
kernel /vmlinuz-2.6.32-rc8-686 root=/dev/hda5 ro
initrd /initrd.img-2.6.32-rc8-686
title Debian GNU/Linux, kernel 2.6.32-rc8-686 (single-user mode)
root (hd0,6)
kernel /vmlinuz-2.6.32-rc8-686 root=/dev/hda5 ro single
initrd /initrd.img-2.6.32-rc8-686
title Debian GNU/Linux, kernel 2.6.30-2-686
root (hd0,6)
kernel /vmlinuz-2.6.30-2-686 root=/dev/hda5 ro
initrd /initrd.img-2.6.30-2-686
title Debian GNU/Linux, kernel 2.6.30-2-686 (single-user mode)
root (hd0,6)
kernel /vmlinuz-2.6.30-2-686 root=/dev/hda5 ro single
initrd /initrd.img-2.6.30-2-686
### 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/hdb1
title Windows 95/98/Me
root (hd1,0)
savedefault 0
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hdb4.
title Debian Stable hdb4
root (hd1,3)
chainloader +1
# kernel /boot/vmlinuz-2.6.26-1-686 root=/dev/hdb4 ro
# initrd /boot/initrd.img-2.6.26-1-686
savedefault 0
boot
Pages perso : feh, omegat, udisks, passerelle, schroot vraiment transparent
Hors ligne
saque eud dun (patois chtimi : fonce dedans)
Hors ligne