Parametrtrer grub 2

Résolu/Fermé
jjoepook - 17 déc. 2009 à 22:14
 jjoepook - 18 déc. 2009 à 21:11
bonsoir je cherche a parametrer le meu grub 2 pour que celui s affiche au demmarrage

je colle ici mon etc/defaut/grub

If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
#GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT="5"
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entrys
#GRUB_DISABLE_LINUX_RECOVERY="true"


merci pour vos reponses pour qu il s affiche

bonne soiree
A voir également:

1 réponse

jipicy Messages postés 40842 Date d'inscription jeudi 28 août 2003 Statut Modérateur Dernière intervention 10 août 2020 4 895
17 déc. 2009 à 22:36
Salut,

http://grub.enbug.org/OptionsDeGrub
0
merci pour ta reponse j avais deja vus mais mal parametreé

moi j ai mis au depart

GRUB_TIMEOUT="5" puis j ai changé par

GRUB_TIMEOUT="-1" et ca roule

et j ai laisse a 10 secondes le temps ou le menu reste

A +++
0