Bonjour
Juste après l'installation de Linux Mint, j'ai vu que Grub me propose de démarrer sous Linux Mint, avec d'autres versions de Mint ou en mode console.
Je souhaite que le délai passe de 30s à 5s.
Je vais donc dans les fichiers de configuration de Grub (listés dans l'exécution de la commande update-grub), mais rien ne change après exécution de cette commande alors que les fichiers de configuration me semblent justes.
Quelqu'un aurait-il une piste à me donner pour que ça puisse fonctionner ?
Merci.
Mise à jour de Grub (Délai)
Mise à jour de Grub (Délai)
HP 883E, Linux Mint 21.3 Virginia, Kernel 5.15.0-92-generic x86_64, MATE 1.26.0
Intel Celeron N4120 quad core 4 MiB L2 2.5GHz
Intel GeminiLake [UHD Graphics 600] i915
RAM 3.64 GiB
Intel Celeron N4120 quad core 4 MiB L2 2.5GHz
Intel GeminiLake [UHD Graphics 600] i915
RAM 3.64 GiB
Re: Mise à jour de Grub (Délai)
Bonjour,
Merci pour ta réponse. C'est ce que j'ai fait au début.
J'ai un peu creuser et suis allé jusqu'à faire un "grub-mkconfig" mais rien n'y change : au démarrage, ça reste à 30s...
Voici le contenu de "/etc/default/grub" :
Et voici le retour de la commande "update-grub" :
Note : je n'ai aucun autre OS d'installé, Grub me donne seulement l'accès aux anciens Kernels...
Merci pour ta réponse. C'est ce que j'ai fait au début.
J'ai un peu creuser et suis allé jusqu'à faire un "grub-mkconfig" mais rien n'y change : au démarrage, ça reste à 30s...
Voici le contenu de "/etc/default/grub" :
Code : Tout sélectionner
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
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 enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# 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 entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
Code : Tout sélectionner
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/50_linuxmint.cfg'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-92-generic
Found initrd image: /boot/initrd.img-5.15.0-92-generic
Found linux image: /boot/vmlinuz-5.15.0-91-generic
Found initrd image: /boot/initrd.img-5.15.0-91-generic
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Adding boot menu entry for UEFI Firmware Settings ...
done
HP 883E, Linux Mint 21.3 Virginia, Kernel 5.15.0-92-generic x86_64, MATE 1.26.0
Intel Celeron N4120 quad core 4 MiB L2 2.5GHz
Intel GeminiLake [UHD Graphics 600] i915
RAM 3.64 GiB
Intel Celeron N4120 quad core 4 MiB L2 2.5GHz
Intel GeminiLake [UHD Graphics 600] i915
RAM 3.64 GiB
Re: Mise à jour de Grub (Délai)
C'est vraiment étrange : j'ai réussi à changer le fond d'écran
et la définition d'écran
, mais rien à faire, il ne change pas le délai qui reste à 30s !!!
(Bon, je n'ai pas réussi non plus à mettre un clavier fr pour la console)
(Bon, je n'ai pas réussi non plus à mettre un clavier fr pour la console)
HP 883E, Linux Mint 21.3 Virginia, Kernel 5.15.0-92-generic x86_64, MATE 1.26.0
Intel Celeron N4120 quad core 4 MiB L2 2.5GHz
Intel GeminiLake [UHD Graphics 600] i915
RAM 3.64 GiB
Intel Celeron N4120 quad core 4 MiB L2 2.5GHz
Intel GeminiLake [UHD Graphics 600] i915
RAM 3.64 GiB
Re: Mise à jour de Grub (Délai)
Merci.
Pour le premier (/etc/default/grub.d/50_linuxmint.cfg), rien à signaler :
Encore moins dans le deuxième :
Pour le premier (/etc/default/grub.d/50_linuxmint.cfg), rien à signaler :
Code : Tout sélectionner
#! /bin/sh
set -e
# Set distributor to "Ubuntu"
#
# In Mint 16:
# shim and grub come with hardcoded ubuntu strings upstream, without this EFI i>
# https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1242417
#
# In Mint 17:
# Despite the bug report being marked as fixed, the situation is the same. Grub>
# to assign the "ubuntu" distributor ID when it was given "Kubuntu". That resul>
# getting EFI to work out of the box but still using "ubuntu" as far as grub-in>
# So we'll stick to "Ubuntu" for this iteration.
#
# In Mint 18:
# Some packages are still hardcoded with the "ubuntu" path.. fwupdate for insta>
# Visually, the grub boot menuentry name is set for derivatives in 10_linux,
# but underneath the EFI path remains "ubuntu" for everything to work properly.
GRUB_DISTRIBUTOR="Ubuntu"
# Re-enable OS Prober
# Since Mint 21
# https://lists.gnu.org/archive/html/grub-devel/2021-03/msg00120.html
GRUB_DISABLE_OS_PROBER=false
Code : Tout sélectionner
# Work around a bug in the obsolete init-select package which broke
# grub-mkconfig when init-select was removed but not purged. This file does
# nothing and will be removed in a later release.
#
# See:
# https://bugs.debian.org/858528
# https://bugs.debian.org/863801
HP 883E, Linux Mint 21.3 Virginia, Kernel 5.15.0-92-generic x86_64, MATE 1.26.0
Intel Celeron N4120 quad core 4 MiB L2 2.5GHz
Intel GeminiLake [UHD Graphics 600] i915
RAM 3.64 GiB
Intel Celeron N4120 quad core 4 MiB L2 2.5GHz
Intel GeminiLake [UHD Graphics 600] i915
RAM 3.64 GiB
Re: Mise à jour de Grub (Délai)
Slt,
zarbi ton truc, mais as tu essayer : grub-customizer ?
https://doc.ubuntu-fr.org/grub-customizer
@+
zarbi ton truc, mais as tu essayer : grub-customizer ?
https://doc.ubuntu-fr.org/grub-customizer
@+

- alain
- Administrateur du site
- Messages : 17314
- Enregistré le : dim. 11 oct. 2015 23:41
- Localisation : Chelles
- Contact :
Re: Mise à jour de Grub (Délai)
Слава Україні _ слава героям махновщини
PC1 : CM : ASRock 990FX | CPU: AMD FX 8350-8 cores, 4 GHz | RAM: 16 Go DDR3 1600 MHz | CG: GTX 1080TI-11 Go | OS : LM 22 Xfce 4.18 | K: 6.8
PC2 :Core2 Quad Q9650 @ 3 GHz | CG: Nvidia GTX 650TI | OS: LM 22 Wilma Xfce 4.18| K: 6.8
PC3 :Core i7-2600 @ 3,5 GHz | CG: ATI HD 4650 | OS: Emmade5 Xfce 4.18.0 | K: 6.1
PC4 : AMD Ryzen 5 3500X 4GHz | CG: GTX 970 | Ram : 8GB |OS : Debian 12.8 | K: 6.1
In a world without walls and fences, who needs windows and gates?
PC2 :Core2 Quad Q9650 @ 3 GHz | CG: Nvidia GTX 650TI | OS: LM 22 Wilma Xfce 4.18| K: 6.8
PC3 :Core i7-2600 @ 3,5 GHz | CG: ATI HD 4650 | OS: Emmade5 Xfce 4.18.0 | K: 6.1
PC4 : AMD Ryzen 5 3500X 4GHz | CG: GTX 970 | Ram : 8GB |OS : Debian 12.8 | K: 6.1
In a world without walls and fences, who needs windows and gates?