Résolu le 28-12-18 [Résolu]Voir Grub au démarrage

Assistance concernant Linux Mint
Avatar du membre
Martin
Messages : 282
Enregistré le : dim. 29 mai 2016 17:33

Re: Voir Grub au démarrage

Message par Martin »

Dernier message de la page précédente :

Regardes j'ai commenté la ligne :

#GRUB_HIDDEN_TIMEOUT=0

Martin ;)
Debian Sid KDE Plasma 5 / Archlinux KDE Plasma 5.10.4
Desktop – CPU : Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz – RAM : 8 Gio -
CG : NVIDIA GeForce GT 430

maskarin
Messages : 26
Enregistré le : ven. 3 mars 2017 14:10
Localisation : Var

Re: Voir Grub au démarrage

Message par maskarin »

Bonsoir à tous,
Tout d'abord Merçi pour vos réponses ultra rapides bon, j'essaie de suite en commentant la ligne:
#GRUB_HIDDEN_TIMEOUT=0
et en rallongeant le temps d'affichage et je vous dis ce qui se passe ;)
Packard Bell EasyNote MB55 i686 (32 bit) NVIDIA G86M [GeForce 8400M G]
Kernel: 4.15.0-36-generic Desktop: Xfce 4.12.3 Distro: Linux Mint 19 Tara
Dual core Intel Pentium Dual T2390 (-MCP-) cache: 1024 KB

Avatar du membre
mpat
Messages : 7845
Enregistré le : mar. 25 août 2015 21:12
Localisation : Belgique

Re: Voir Grub au démarrage

Message par mpat »

en effet Martin :oops:

chez moi.

GRUB_DEFAULT="0"
#GRUB_HIDDEN_TIMEOUT="0"
#GRUB_HIDDEN_TIMEOUT_QUIET="true"
GRUB_TIMEOUT=2 toi ici tu mets 15 ou 20 quitte a réduire après
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX="
Clevo P775DM3-G
I7 -7700k (quad-core (8 threads) 4.2-4.5 ghz
ram 64go DDR4
Nvidia gtx 1080 8go GDDR5X
2 x ssd 500go m.2 Samsung + 2 to ssd Samsung
Lmint 18.3 Cinnamon 64bit, kernel 4.13.0-45

maskarin
Messages : 26
Enregistré le : ven. 3 mars 2017 14:10
Localisation : Var

Re: Voir Grub au démarrage

Message par maskarin »

J'ai fais toutes les modifications comme indiqué sur le dernier message et Grub est toujours invisible.
Je cherche je cherche.... :?:
Packard Bell EasyNote MB55 i686 (32 bit) NVIDIA G86M [GeForce 8400M G]
Kernel: 4.15.0-36-generic Desktop: Xfce 4.12.3 Distro: Linux Mint 19 Tara
Dual core Intel Pentium Dual T2390 (-MCP-) cache: 1024 KB

Avatar du membre
mpat
Messages : 7845
Enregistré le : mar. 25 août 2015 21:12
Localisation : Belgique

Re: Voir Grub au démarrage

Message par mpat »

tu as fait

Code : Tout sélectionner

sudo update-grub
après avoir sauvegardé ton grub et avant de redémarrer ?
Clevo P775DM3-G
I7 -7700k (quad-core (8 threads) 4.2-4.5 ghz
ram 64go DDR4
Nvidia gtx 1080 8go GDDR5X
2 x ssd 500go m.2 Samsung + 2 to ssd Samsung
Lmint 18.3 Cinnamon 64bit, kernel 4.13.0-45

maskarin
Messages : 26
Enregistré le : ven. 3 mars 2017 14:10
Localisation : Var

Re: Voir Grub au démarrage

Message par maskarin »

mpat a écrit :tu as fait

Code : Tout sélectionner

sudo update-grub
après avoir sauvegardé ton grub et avant de redémarrer ?
Voiçi ce que j'obtiens avec la commende çi dessus:

Code : Tout sélectionner

jean@flash ~ $ sudo update-grub
[sudo] Mot de passe de jean : 
/usr/sbin/grub-mkconfig: 35: /etc/default/grub: Syntax error: EOF in backquote substitution
Packard Bell EasyNote MB55 i686 (32 bit) NVIDIA G86M [GeForce 8400M G]
Kernel: 4.15.0-36-generic Desktop: Xfce 4.12.3 Distro: Linux Mint 19 Tara
Dual core Intel Pentium Dual T2390 (-MCP-) cache: 1024 KB

Avatar du membre
Martin
Messages : 282
Enregistré le : dim. 29 mai 2016 17:33

Re: Voir Grub au démarrage

Message par Martin »

Il y a une erreur de syntaxe dans /etc/default/grub

Tu pourrais montrer ce que te donne la commande :

Code : Tout sélectionner

cat /etc/default/grub
Debian Sid KDE Plasma 5 / Archlinux KDE Plasma 5.10.4
Desktop – CPU : Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz – RAM : 8 Gio -
CG : NVIDIA GeForce GT 430

maskarin
Messages : 26
Enregistré le : ven. 3 mars 2017 14:10
Localisation : Var

Re: Voir Grub au démarrage

Message par maskarin »

Voiçi donc ce que donne cette commande:

Code : Tout sélectionner

jean@flash ~ $ cat /etc/default/grub
# 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_HIDDEN_TIMEOUT="0"
#GRUB_HIDDEN_TIMEOUT_QUIET="true"
GRUB_TIMEOUT="20"
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"
jean@flash ~ $ 
Modifié en dernier par Invité le sam. 4 mars 2017 10:06, modifié 1 fois.
Raison : suppression d'une citation reprenant à 100% le message précédent.
Packard Bell EasyNote MB55 i686 (32 bit) NVIDIA G86M [GeForce 8400M G]
Kernel: 4.15.0-36-generic Desktop: Xfce 4.12.3 Distro: Linux Mint 19 Tara
Dual core Intel Pentium Dual T2390 (-MCP-) cache: 1024 KB

maskarin
Messages : 26
Enregistré le : ven. 3 mars 2017 14:10
Localisation : Var

Re: Voir Grub au démarrage

Message par maskarin »

Ne faudrait-il pas décommenter cela :?: :# /boot/grub/grub.cfg.
Packard Bell EasyNote MB55 i686 (32 bit) NVIDIA G86M [GeForce 8400M G]
Kernel: 4.15.0-36-generic Desktop: Xfce 4.12.3 Distro: Linux Mint 19 Tara
Dual core Intel Pentium Dual T2390 (-MCP-) cache: 1024 KB

Avatar du membre
Robinwood
Messages : 6843
Enregistré le : mar. 28 juil. 2015 20:30
Localisation : Auvergne

Re: Voir Grub au démarrage

Message par Robinwood »

Selon moi, les " sont pas bons:

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=20
#GRUB_HIDDEN_TIMEOUT=5
#GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
Intel nuc8i3phn Xero Linux
Packard Bell Imedia S2110 6Go RAM
linux mint 21 xfce
Firefox Audacious Dragon player

Avatar du membre
mpat
Messages : 7845
Enregistré le : mar. 25 août 2015 21:12
Localisation : Belgique

Re: Voir Grub au démarrage

Message par mpat »

salut, je sais pas ce que tu as fait avec ton grub mais :roll: tu as de la chance qu'il démarre encore.

il te manque des valeurs. tu vas éditer ton grub, éffacer ce qui est dedans et faire un copier coller de celui-ci n'oublie pas d’enregistrer puis un update avant le redémarrage.

pour éditer ton fichier

Code : Tout sélectionner

sudo xed /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_HIDDEN_TIMEOUT="0"
#GRUB_HIDDEN_TIMEOUT_QUIET="true"
GRUB_TIMEOUT=20
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"

GRUB_DISABLE_OS_PROBER="false"

Code : Tout sélectionner

sudo update-grub

Code : Tout sélectionner

sudo reboot
La dernière ligne ---> GRUB_DISABLE_OS_PROBER="true .....la valeur true ne cherche pas si d'autres os sont installés - la valeur false cherche au démarrage les o.s installés
j'ai donc régler à 20 le temps d'affichage du grub et une recherches des différents o.s installés.

une chose quand tu voudras encore modifier ton grub demande avant, c'est des truc à tout planter.
Clevo P775DM3-G
I7 -7700k (quad-core (8 threads) 4.2-4.5 ghz
ram 64go DDR4
Nvidia gtx 1080 8go GDDR5X
2 x ssd 500go m.2 Samsung + 2 to ssd Samsung
Lmint 18.3 Cinnamon 64bit, kernel 4.13.0-45

Répondre