#1 Le 19/12/2021, à 16:10
- lanfust
[RESOLU] Suite à maj Ubuntu le menu GRUB ne me propose plus Windows
Bonjour
Suite à une maj Ubuntu j'ai perdu le menu GRUB. Je l'ai réinstallé avec boot-repair mais toujours pas Windows dans le GRUB.
Je dois passer par le bios pour accéder à Windows.
voici le rapport boot info
https://paste.ubuntu.com/p/yHWrQfHxfZ/
Dernière modification par lanfust (Le 19/12/2021, à 16:55)
Dual boot Windows 11 / Ubuntu 24.04
ASUS X751L Ubuntu-Mate 24.04
Créer une clé usb bootable
https://github.com/kramer04/usb_Bootable
Hors ligne
#2 Le 19/12/2021, à 16:21
- geole
Re : [RESOLU] Suite à maj Ubuntu le menu GRUB ne me propose plus Windows
Bonjour
Extraits du boot-info
===================================== UEFI =====================================
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
SecureBoot enabled.
===================== sda1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid e686c0fd-a9da-4506-a61d-8108c39d338b root hd0,gpt2
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu e686c0fd-a9da-4506-a61d-8108c39d338b
Ubuntu, avec Linux 5.13.0-19-generic e686c0fd-a9da-4506-a61d-8108c39d338b
### END /etc/grub.d/30_os-prober ###
UEFI Firmware Settings uefi-firmware
### END /etc/grub.d/30_uefi-firmware ###
sda2: __________________________________________________________________________
Operating System: Ubuntu Jammy Jellyfish (development branch)
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
Le problème est connu. Ce logiciel en cours de développement a décidé brusquement de changer la règle du jeu
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_GFXMODE=640x480
Pour dire qu'on interdit l'interdiction de rechercher le dual boot. Il faut que je retrouve le paramétrage
===> Un peu tardivement https://forum.ubuntu-fr.org/viewtopic.p … #p22516334
Dernière modification par geole (Le 19/12/2021, à 18:04)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#3 Le 19/12/2021, à 16:26
- ylag
Re : [RESOLU] Suite à maj Ubuntu le menu GRUB ne me propose plus Windows
Bonjour,
Pour dire qu'on interdit l'interdiction de rechercher le dual boot. Il faut que je retrouve le paramétrage
Essayer en ajoutant la ligne suivante dans /etc/default/grub :
GRUB_DISABLE_OS_PROBER=false
Ne pas oublier de passer la commande :
sudo update-grub
...avant de redémarrer après une modification au fichier grub.
A+
Dernière modification par ylag (Le 19/12/2021, à 16:31)
Hors ligne
#4 Le 19/12/2021, à 16:52
- lanfust
Re : [RESOLU] Suite à maj Ubuntu le menu GRUB ne me propose plus Windows
Merci ça fonctionne
juste pour info je met le message après le
sudo update-grub
$ sudo update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Création du fichier de configuration GRUB…
Image Linux trouvée : /boot/vmlinuz-5.13.0-19-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.13.0-19-generic
Attention : 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.
Windows Boot Manager trouvé sur /dev/sda1@/EFI/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for UEFI Firmware Settings ...
fait
Dual boot Windows 11 / Ubuntu 24.04
ASUS X751L Ubuntu-Mate 24.04
Créer une clé usb bootable
https://github.com/kramer04/usb_Bootable
Hors ligne