Page 1 sur 1

linux mint ne se charge pas

Posté : ven. 28 nov. 2025 18:45
par ANDROL30
bonjour,
lors du démarrage de LM, l'écran reste noir, et il n'y a que le pointeur de la souris qui fonctionne.
pour le lancer, il faut que je passe par le recovery mode et là ça fonctionne.
est-ce que quelqu'un a une idée?
merci

Re: linux mint ne se charge pas

Posté : ven. 28 nov. 2025 21:57
par Jennatux
Bonjour;

démarre sur linux mint comme tu le fais
lance le terminal et passe cette commande

Code : Tout sélectionner

sudo sed -i 's/GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"/GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"/' 
/etc/default/grub  
Puis

Code : Tout sélectionner

 sudo update-grub
Et redémarre

Re: linux mint ne se charge pas

Posté : dim. 30 nov. 2025 18:31
par ANDROL30
Bonsoir,
J'ai faits cela, mais le problème reste le même.
voici le retour du terminal.
merci et bonne soirée.

Code : Tout sélectionner

oland@roland-HP-Pavilion-dv6-Notebook-PC:~$ sudo sed -i 's/GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"/GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"/' 
/etc/default/grub  
[sudo] Mot de passe de roland :             
sed: pas de fichier d'entrée
bash: /etc/default/grub: Permission non accordée
roland@roland-HP-Pavilion-dv6-Notebook-PC:~$ sudo update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/50_linuxmint.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.8.0-88-generic
Found initrd image: /boot/initrd.img-6.8.0-88-generic
Found linux image: /boot/vmlinuz-6.8.0-87-generic
Found initrd image: /boot/initrd.img-6.8.0-87-generic
Found linux image: /boot/vmlinuz-6.8.0-38-generic
Found initrd image: /boot/initrd.img-6.8.0-38-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
roland@roland-HP-Pavilion-dv6-Notebook-PC:~$ 


Re: linux mint ne se charge pas

Posté : dim. 30 nov. 2025 19:21
par Jennatux
il y avait un espace de trop dans ma commande, désolé

c'est

Code : Tout sélectionner

sudo sed -i 's/GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"/GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"/' /etc/default/grub 

Re: linux mint ne se charge pas

Posté : mar. 2 déc. 2025 18:58
par ANDROL30
Merci du retour, l'affichage s'effectue bien en générique sauf que maintenant, il est agrandi et pas exploitable, la résolution est de 640x480 (4:3) au lieu de 1280x720 (16:9) lorsque je démarre en recovery mode.
Et je ne peux pas modifier la résolution sur l'appli affichage vu l’agrandissement de l'écran.

Re: linux mint ne se charge pas

Posté : mar. 2 déc. 2025 20:07
par Jennatux
Peux-tu me donner le retour de

Code : Tout sélectionner

cat /etc/default/grub

Re: linux mint ne se charge pas

Posté : mer. 3 déc. 2025 11:36
par ANDROL30
voici:

Code : Tout sélectionner

roland@roland-HP-Pavilion-dv6-Notebook-PC:~$ 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_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`( . /etc/os-release; echo ${NAME:-Ubuntu} ) 2>/dev/null || echo Ubuntu`
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
GRUB_CMDLINE_LINUX=""

# If your computer has multiple operating systems installed, then you
# probably want to run os-prober. However, if your computer is a host
# for guest OSes installed via LVM or raw disk devices, running
# os-prober can cause damage to those guest OSes as it mounts
# filesystems to look for things.
#GRUB_DISABLE_OS_PROBER=false

# 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_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"
roland@roland-HP-Pavilion-dv6-Notebook-PC:~$ 

Re: linux mint ne se charge pas

Posté : mer. 3 déc. 2025 19:15
par Jennatux
Passe ces 3 commandes

Code : Tout sélectionner

sudo sed -i "s/#GRUB_GFXMODE=640x480/GRUB_GFXMODE=1280x720,auto/" /etc/default/grub

Code : Tout sélectionner

sudo sed -i "s/GRUB_TIMEOUT_STYLE=hidden/GRUB_TIMEOUT_STYLE=menu/" /etc/default/grub

Code : Tout sélectionner

sudo update-grub
Et redemarre

Re: linux mint ne se charge pas

Posté : jeu. 4 déc. 2025 22:06
par ANDROL30
super Jennatux Merci beaucoup!
ça marche :) :D