#1 Le 22/08/2022, à 10:31
- Dahutdahut
[Résolu] Boot failed après installation ubuntu 22.04
Bonjour la communauté !
Je me permets de créer un nouveau fil mais merci aux admin de le déplacer ou me rediriger au besoin. J'ai essayé d'autres solutions proposées mais jusqu'ici rien de probant.
Ça fait une dizaine de fois que j'installe ubuntu 22.04 à partir une clef que j'ai faite. La clef semble bonne, je peux essayer le système sans problème.
J'ai essayé l'installation avec toutes sortes de combinaisons d'options. La dernière installée est la minimale sans maj ni autre ajout. J'ai des backup de mes fichiers donc j'en ai profité pour tout formater.
Dans tous les cas j'ai un "default boot device missing or boot failed".
J'ai cherché en ligne et trouvé le boot-repair. Il me dit de définir le efi comme boot mais je suis pas certain d'avoir bien fait ça.
Après l'avoir utilisé et redémarré j'ai le logo Acer et quelques secondes plus tard l'ordi s'éteint et se rallume pour la même chose, en boucle.
Bios/Uefi est accessible et j'ai enlevé tous les mots de passe comme certains le conseillent.
J'en peux plus, sûr je peux utiliser la machine à partir de la clef mais c'est pas top...
Ma machine est un Acer Aspire E5-575 series modèle N16Q2
Le lien du rapport boot-repair est paste.ubuntu.com/p/crB7zw5B7d/
C'est super ubuntu, quand ça marche
Merci pour votre aide
Dernière modification par Dahutdahut (Le 22/08/2022, à 15:49)
Hors ligne
#2 Le 22/08/2022, à 10:59
- iznobe
Re : [Résolu] Boot failed après installation ubuntu 22.04
Bonjour , voici le rapport en direct , pour eviter qu ' il ne disparraisse :
boot-repair-4ppa200 [20220822_0853]
============================= Boot Repair Summary ==============================
Recommended repair: ____________________________________________________________
The default repair of the Boot-Repair utility will reinstall the grub-efi-amd64-signed of
sda2,
using the following options: sda1/boot/efi
Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file
Mount sda1 on /mnt/boot-sav/sda2/boot/efi
Unhide GRUB boot menu in sda2/etc/default/grub
================= Reinstall the grub-efi-amd64-signed of sda2 ==================
chroot /mnt/boot-sav/sda2 grub-install --version
grub-install (GRUB) 2.06-2ubuntu7
chroot /mnt/boot-sav/sda2 modprobe efivars
chroot /mnt/boot-sav/sda2 efibootmgr -v before grub install
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 0002,0000,2001,2002,2003
Boot0000* home PciRoot(0x0)/Pci(0x17,0x0)/Sata(0,0,0)/HD(1,GPT,6c5b0b64-f53f-4181-99c9-1b3ae3125357,0x800,0x100000)/File(EFIubuntushimx64.efi)A01 ..
Boot0001* Unknown Device: HD(1,GPT,905c79a0-9d65-4f15-ab44-97c61334ed3b,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
Boot0002* Linux HD(2,GPT,9240a165-d190-4ab6-8a12-46dc207b42ee,0x71e8a0,0x2130)/File(EFIBootgrubx64.efi)RC
Boot0003* ubuntu HD(1,GPT,905c79a0-9d65-4f15-ab44-97c61334ed3b,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot2001* EFI USB Device RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network RC
chroot /mnt/boot-sav/sda2 uname -r
5.15.0-43-generic
chroot /mnt/boot-sav/sda2 grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot
Installing for x86_64-efi platform.
grub-install: warning: EFI variables cannot be set on this system.
grub-install: warning: You will have to complete the GRUB setup manually.
Installation finished. No error reported.
df /dev/sda1
mv /mnt/boot-sav/sda2/boot/efi/EFI/Boot/bootx64.efi /mnt/boot-sav/sda2/boot/efi/EFI/Boot/bkpbootx64.efi
cp /mnt/boot-sav/sda2/boot/efi/efi/ubuntu/shimx64.efi /mnt/boot-sav/sda2/boot/efi/EFI/Boot/bootx64.efi
cp /mnt/boot-sav/sda2/boot/efi/efi/ubuntu/grubx64.efi /mnt/boot-sav/sda2/boot/efi/EFI/Boot/
chroot /mnt/boot-sav/sda2 grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot
Installing for x86_64-efi platform.
grub-install: warning: EFI variables cannot be set on this system.
grub-install: warning: You will have to complete the GRUB setup manually.
Installation finished. No error reported.
chroot /mnt/boot-sav/sda2 efibootmgr -v after grub install
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 0002,0000,2001,2002,2003
Boot0000* home PciRoot(0x0)/Pci(0x17,0x0)/Sata(0,0,0)/HD(1,GPT,6c5b0b64-f53f-4181-99c9-1b3ae3125357,0x800,0x100000)/File(EFIubuntushimx64.efi)A01 ..
Boot0001* Unknown Device: HD(1,GPT,905c79a0-9d65-4f15-ab44-97c61334ed3b,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
Boot0002* Linux HD(2,GPT,9240a165-d190-4ab6-8a12-46dc207b42ee,0x71e8a0,0x2130)/File(EFIBootgrubx64.efi)RC
Boot0003* ubuntu HD(1,GPT,905c79a0-9d65-4f15-ab44-97c61334ed3b,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot2001* EFI USB Device RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network RC
Warning: NVram was not modified.
chroot /mnt/boot-sav/sda2 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.15.0-43-generic
Found initrd image: /boot/initrd.img-5.15.0-43-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
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.
Unhide GRUB boot menu in sda2/boot/grub/grub.cfg
Boot successfully repaired.
You can now reboot your computer.
Please do not forget to make your UEFI firmware boot on the Ubuntu 22.04.1 LTS entry (sda1/efi/ubuntu/shimx64.efi file) !
============================ Boot Info After Repair ============================
=> No boot loader is installed in the MBR of /dev/sda.
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/BOOT/bkpbootx64.efi /efi/BOOT/bootx64.efi
/efi/BOOT/fbx64.efi /efi/BOOT/grubx64.efi
/efi/BOOT/mmx64.efi /efi/ubuntu/grubx64.efi
/efi/ubuntu/mmx64.efi /efi/ubuntu/shimx64.efi
/efi/ubuntu/grub.cfg
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 22.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
sdb: ___________________________________________________________________________
File system: iso9660
Boot sector type: Grub2 (v1.99-2.00)
Boot sector info: Grub2 (v1.99-2.00) is installed in the boot sector of
sdb and looks at sector 0 of the same hard drive for
core.img, but core.img can not be found at this
location.
Mounting failed: mount: /mnt/BootInfo/FD/sdb: /dev/sdb already mounted or mount point busy.
================================ 1 OS detected =================================
OS#1: Ubuntu 22.04.1 LTS on sda2
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: HD Graphics 620 GM107M [GeForce GTX 950M] from Intel Corporation NVIDIA Corporation
Live-session OS is Ubuntu 64-bit (Ubuntu 22.04.1 LTS, jammy, x86_64)
===================================== UEFI =====================================
BIOS/UEFI firmware: V1.32(0.0) from Insyde Corp.
The firmware is EFI-compatible, and is set in EFI-mode for this live-session.
SecureBoot enabled but mokutil says: SecureBoot enabled - Please report this message to boot.repair@gmail.com.
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 0002,0000,2001,2002,2003
Boot0000* home PciRoot(0x0)/Pci(0x17,0x0)/Sata(0,0,0)/HD(1,GPT,6c5b0b64-f53f-4181-99c9-1b3ae3125357,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)A01 ..
Boot0001* Unknown Device: HD(1,GPT,905c79a0-9d65-4f15-ab44-97c61334ed3b,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)RC
Boot0002* Linux HD(2,GPT,9240a165-d190-4ab6-8a12-46dc207b42ee,0x71e8a0,0x2130)/File(\EFI\Boot\grubx64.efi)RC
Boot0003* ubuntu HD(1,GPT,905c79a0-9d65-4f15-ab44-97c61334ed3b,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)
Boot2001* EFI USB Device RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network RC
728124f6ec8e22fbdbe7034812c81b95 sda1/BOOT/bkpbootx64.efi
728124f6ec8e22fbdbe7034812c81b95 sda1/BOOT/bootx64.efi
c152ec201c37b6e97bbc2207e49d1271 sda1/BOOT/fbx64.efi
f62c28d9b477b6a1a7b1c991b2b6637d sda1/BOOT/grubx64.efi
fdafb5eece6caeccb788c946a28e6872 sda1/BOOT/mmx64.efi
f62c28d9b477b6a1a7b1c991b2b6637d sda1/ubuntu/grubx64.efi
fdafb5eece6caeccb788c946a28e6872 sda1/ubuntu/mmx64.efi
728124f6ec8e22fbdbe7034812c81b95 sda1/ubuntu/shimx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : is-GPT, no-BIOSboot, has---ESP, not-usb, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, signed grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, farbios
Partitions info (2/3): _________________________________________________________
sda1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda2 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sda
sda2 : not--sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
fdisk -l (filtered): ___________________________________________________________
Disk sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 2AB3B102-FAFE-4237-9202-B2DEBA4C30F7
Start End Sectors Size Type
sda1 2048 1050623 1048576 512M EFI System
sda2 1050624 1953523711 1952473088 931G Linux filesystem
Disk sdb: 14.33 GiB, 15382609920 bytes, 30044160 sectors
Disk identifier: 9240A165-D190-4AB6-8A10-46DC207B42EE
Start End Sectors Size Type
sdb1 64 7465119 7465056 3.6G Microsoft basic data
sdb2 7465120 7473615 8496 4.1M EFI System
sdb3 7473616 7474215 600 300K Microsoft basic data
sdb4 7475200 30044096 22568897 10.8G Linux filesystem
parted -lm (filtered): _________________________________________________________
sda:1000GB:scsi:512:4096:gpt:ATA ST1000LM035-1RK1:;
1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
2:538MB:1000GB:1000GB:ext4::;
sdb:15.4GB:scsi:512:512:gpt:SanDisk Cruzer Blade:;
1:32.8kB:3822MB:3822MB::ISO9660:hidden, msftdata;
2:3822MB:3826MB:4350kB::Appended2:boot, esp;
3:3826MB:3827MB:307kB::Gap1:hidden, msftdata;
4:3827MB:15.4GB:11.6GB:ext4::;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 vfat AE72-0E14 905c79a0-9d65-4f15-ab44-97c61334ed3b EFI System Partition
└─sda2 ext4 c26127ac-fedc-4d1e-ac92-afc625e505f7 2359ff87-66c0-4112-90a4-4806e3f69f85
sdb iso9660 2022-08-10-16-21-45-00 Ubuntu 22.04.1 LTS amd64
├─sdb1 iso9660 2022-08-10-16-21-45-00 9240a165-d190-4ab6-8a11-46dc207b42ee Ubuntu 22.04.1 LTS amd64 ISO9660
├─sdb2 vfat 8D6C-A9F8 9240a165-d190-4ab6-8a12-46dc207b42ee ESP Appended2
├─sdb3 9240a165-d190-4ab6-8a13-46dc207b42ee Gap1
└─sdb4 ext4 96a78c04-39b6-4949-90b9-e039d44bef1e e23e9dff-d314-8c47-badf-3939150acb35 writable
Mount points (filtered): _______________________________________________________
Avail Use% Mounted on
/dev/disk/by-label/writable[/install-logs-2022-08-22.4/crash] 9.9G 0% /var/crash
/dev/disk/by-label/writable[/install-logs-2022-08-22.4/log] 9.9G 0% /var/log
/dev/sda1 503.2M 2% /mnt/boot-sav/sda1
/dev/sda2 861.2G 1% /mnt/boot-sav/sda2
/dev/sdb1 0 100% /cdrom
Mount options (filtered): ______________________________________________________
/dev/disk/by-label/writable[/install-logs-2022-08-22.4/crash] ext4 rw,relatime
/dev/disk/by-label/writable[/install-logs-2022-08-22.4/log] ext4 rw,relatime
/dev/sda1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
/dev/sda2 ext4 rw,relatime
/dev/sdb1 iso9660 ro,noatime,nojoliet,check=s,map=n,blocksize=2048,iocharset=utf8
===================== sda1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid c26127ac-fedc-4d1e-ac92-afc625e505f7 root hd0,gpt2
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu c26127ac-fedc-4d1e-ac92-afc625e505f7
Ubuntu, with Linux 5.15.0-43-generic c26127ac-fedc-4d1e-ac92-afc625e505f7
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during installation
UUID=c26127ac-fedc-4d1e-ac92-afc625e505f7 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=AE72-0E14 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
======================= 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_DISABLE_OS_PROBER=false
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/grub.cfg 1
5.743160248 = 6.166671360 boot/vmlinuz 2
5.743160248 = 6.166671360 boot/vmlinuz-5.15.0-43-generic 2
6.957473755 = 7.470530560 boot/initrd.img 1
6.957473755 = 7.470530560 boot/initrd.img-5.15.0-43-generic 1
6.957473755 = 7.470530560 boot/initrd.img.old 1
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18683 Apr 15 21:50 10_linux
-rwxr-xr-x 1 root root 43031 Apr 15 21:50 10_linux_zfs
-rwxr-xr-x 1 root root 14180 Apr 15 21:50 20_linux_xen
-rwxr-xr-x 1 root root 13369 Apr 15 21:50 30_os-prober
-rwxr-xr-x 1 root root 1372 Apr 15 21:50 30_uefi-firmware
-rwxr-xr-x 1 root root 700 Feb 19 2022 35_fwupd
-rwxr-xr-x 1 root root 214 Apr 15 21:50 40_custom
-rwxr-xr-x 1 root root 215 Apr 15 21:50 41_custom
=========================== sda2/etc/grub.d/35_fwupd ===========================
#! /bin/sh
# SPDX-License-Identifier: LGPL-2.1+
set -e
[ -d ${pkgdatadir:?} ]
# shellcheck source=/dev/null
. "$pkgdatadir/grub-mkconfig_lib"
if [ -f /var/lib/fwupd/uefi_capsule.conf ] &&
ls /sys/firmware/efi/efivars/fwupd-*-0abba7dc-e516-4167-bbf5-4d9d1c739416 1>/dev/null 2>&1; then
. /var/lib/fwupd/uefi_capsule.conf
if [ "${EFI_PATH}" != "" ] && [ "${ESP}" != "" ]; then
echo "Adding Linux Firmware Updater entry" >&2
cat << EOF
menuentry 'Linux Firmware Updater' \$menuentry_id_option 'fwupd' {
EOF
${grub_probe:?}
prepare_grub_to_access_device '`${grub_probe} --target=device \${ESP}` | sed -e "s/^/\t/"'
cat << EOF
chainloader ${EFI_PATH}
}
EOF
fi
fi
es tu allés dans le BIOS de l' ordinateur pour y definir la bonne sequence et peripherique de démarrage ?
Dernière modification par iznobe (Le 22/08/2022, à 11:03)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#3 Le 22/08/2022, à 13:11
- Dahutdahut
Re : [Résolu] Boot failed après installation ubuntu 22.04
Merci d'avoir mis le rapport dans le fil.
Oui je suis allé dans le bios mais j'ai changé l'ordre de la séquence un peu au pifou, en essayant différentes combinaisons. Le facteur chance n'aura pas suffit !
Tu saurais me dire quelle est la bonne séquence ?
Hors ligne
#4 Le 22/08/2022, à 13:18
- xubu1957
Re : [Résolu] Boot failed après installation ubuntu 22.04
Bonjour,
Dans la Doc liste_portables_acer, pour ces modèles Aspire E5-575 :
"Secure Boot" laissé activé. Il est indispensable d'utiliser la fonctionnalité "select an uefi file as trusted" dans le "Bios" pour parvenir à démarrer sur Ubuntu
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#5 Le 22/08/2022, à 15:47
- Dahutdahut
Re : [Résolu] Boot failed après installation ubuntu 22.04
Oook
Donc pour récapituler : j'ai installé ubuntu, utiliser boot-repair, et suivi ce tuto
itsfoss.com/no-bootable-device-found-ubuntu/
Ainsi que celui là pour que le secure boot ne soit plus grisé (suite au déblocage du bios et d'un champ vide pour le mot de passe supervisor) :
https://community.acer.com/fr/kb/articl … table-acer
Voilà c'est résolu !
Merci pour votre aiguillage et votre soutien, fallait pas grand chose mais c'était bienvenu !
Hors ligne
#6 Le 22/08/2022, à 15:48
- xubu1957
Re : [Résolu] Boot failed après installation ubuntu 22.04
Pour éditer ta discussion et rajouter [Résolu], au début du titre, il faut utiliser le bouton Modifier au bas de ton premier message.
Merci
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne