#1 Le 15/06/2023, à 13:47
- nathalie2009
Impossible d'accéder au mode recovery Ubuntu 22.04 LTS [Résolu]
Bonjour
J'aimerais pouvoir accéder au mode recovery.
Or aucune touche ne fonctionne au démarrage :
échap
ne me donne l'accès qu'uniquement au Bios
maj
ne donne rien (même des 2 cotés)
Quand je vais sur le menu du Grub via le terminal voici ce que cela donne :
sudo gedit /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=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
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"
Pouvez vous m'aider
Merci d'avance
Dernière modification par nathalie2009 (Le 15/06/2023, à 19:20)
Hewlett-Packard HP ProDesk 400 G2 MT _TPM DP_ / Intel® Core™ i3-4160 CPU @ 3.60GHz × 4 / Mesa Intel® HD Graphics 4400 (HSW GT2) / 8,0 Gio RAM / 240,1 Go SSD Crucial
Hors ligne
#2 Le 15/06/2023, à 14:20
- jplemoine
Re : Impossible d'accéder au mode recovery Ubuntu 22.04 LTS [Résolu]
Trouvé sur Internet : Il faut modifier GRUB_TIMEOUT_STYLE=menu (au lieu de "hidden") et GRUB_TIMEOUT=10 (au lieu de 0) puis en faisant la mise à jour de grub par la commande "sudo update-grub".
Normalement, tu devrait avoir 10s pour appuyer sur une touche sinon, ubuntu se lance.
Dernière modification par jplemoine (Le 15/06/2023, à 14:20)
Ce compte ne servira plus : vous pouvez le supprimer si le coeur vous en dit...
Laissé par l'auteur pour historique.
Hors ligne
#3 Le 15/06/2023, à 15:13
- nathalie2009
Re : Impossible d'accéder au mode recovery Ubuntu 22.04 LTS [Résolu]
Merci beaucoup ! Ça marche
Est-ce que tout vous paraît normal ?
sudo update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.19.0-43-generic
Found initrd image: /boot/initrd.img-5.19.0-43-generic
Found linux image: /boot/vmlinuz-5.19.0-41-generic
Found initrd image: /boot/initrd.img-5.19.0-41-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Dernière modification par nathalie2009 (Le 15/06/2023, à 15:18)
Hewlett-Packard HP ProDesk 400 G2 MT _TPM DP_ / Intel® Core™ i3-4160 CPU @ 3.60GHz × 4 / Mesa Intel® HD Graphics 4400 (HSW GT2) / 8,0 Gio RAM / 240,1 Go SSD Crucial
Hors ligne