Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 30/03/2018, à 14:51

??

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

Je ne comprends pas trop.
Initialement

sudo lsblk
NAME                 MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
mmcblk0              179:0    0  29.1G  0 disk 
├─mmcblk0p2          179:2    0   488M  0 part /media/lubuntu/a78b955b-f199-4736
├─mmcblk0p3          179:3    0  28.1G  0 part 
│ ├─lubuntu--vg-swap_1
│ │                  253:1    0   3.8G  0 lvm  
│ └─lubuntu--vg-root 253:0    0  24.3G  0 lvm

c'est donc bien mmcblk0p3

Aurais-tu fait une installation uniquement en LVM sans installer le cryptage, Le chiffrage ?


http://tutos.tangui.eu.org/2009/02/06/node33/ a écrit :

Connecter le conteneur

Pour connecter votre nouveau conteneur chiffré au système d’exploitation, on utilise de nouveau cryptsetup :

$ sudo cryptsetup luksOpen /dev/sda1 usb
Enter LUKS passphrase:
key slot 0 unlocked.
Command successful.

Votre passphrase est demandée Le conteneur est maintenant accessible depuis le périphérique virtuel /dev/mapper/usb.


Pour du LVM seul, cela devrait être
       vgscan
       vgchange -ay
       lvs

https://documentation.online.net/fr/dedicated-server/rescue/mount-lvm-partition a écrit :

Scan de la partition LVM :
      sudo vgscan

Activation de la partition LVM :
      sudo vgchange -ay <VolName>

Affichage du nom logique de la partition LVM :
      sudo lvs

Création d’un répertoire en local pour monter la partition LVM :
      sudo mkdir /mnt/LVM

Monter la partition LVM sur le répertoire local :
      sudo mount /dev/<VolName>/<LogName> /mnt/LVM
     
Accès à la partition LVM :

      cd /mnt/LVM

Dernière modification par ?? (Le 30/03/2018, à 15:06)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#27 Le 30/03/2018, à 15:08

??

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

redonnes le retour de

cryptsetup -v luksDump /dev/mmcblk0p3
u16041@u16041:~$ sudo cryptsetup -v luksDump /dev/sda6
/dev/sda6 n'est pas un périphérique LUKS valide.
L'opération a échoué avec le code 22: /dev/sda6 n'est pas un périphérique LUKS valide.

Si c'est confirmé,
     

vgchange -ay   /dev/mmcblk0p3

Affichage du nom logique de la partition LVM :
     

 lvs

et probablement faire le montage

     mount    /dev/mapper/lubuntu--vg-root           /mnt

et regarder si on a bien le logiciel

      ls -ls

Puis continuer.

Dernière modification par ?? (Le 30/03/2018, à 15:23)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#28 Le 30/03/2018, à 15:34

Guy Bacon

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

Tu parles bien du chiffrage proposé lors de l'installation ? Si oui alors effectivement je ne l'ai pas installé.


root@lubuntu:~# cryptsetup -v luksDump /dev/mmcblk0p3
Device /dev/mmcblk0p3 is not a valid LUKS device.
Command failed with code 22: Device /dev/mmcblk0p3 is not a valid LUKS device.
root@lubuntu:~# vgchange -ay /dev/mmcblk0p3
  Volume group "mmcblk0p3" not found
  Cannot process volume group mmcblk0p3
root@lubuntu:~# lvs
  LV     VG         Attr       LSize  Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
  root   lubuntu-vg -wi-a----- 24.29g                                                    
  swap_1 lubuntu-vg -wi-a-----  3.83g    
root@lubuntu:~#      mount    /dev/mapper/lubuntu--vg-root           /mnt
root@lubuntu:~#       ls -ls
total 0
root@lubuntu:~# mount --bind /dev /mnt/dev
root@lubuntu:~#           mount --bind /sys /mnt/sys
root@lubuntu:~#           mount --bind /run  /mnt/run
root@lubuntu:~#           mount --bind /proc /mnt/proc
root@lubuntu:~#           mount --bind /run/resolvconf /mnt/run/resolvconf 
root@lubuntu:~#           modprobe efivars               
root@lubuntu:~#           chroot  /mnt    
root@lubuntu:/#    mount  -t devpts devpts /dev/pts  
root@lubuntu:/#             mkdir   -p /boot/efi     
root@lubuntu:/#             mount  -v /dev/mmcblk0p1 /boot/efi 
mount: /dev/mmcblk0p1 mounted on /boot/efi.
root@lubuntu:/# apt-add-repository ppa:rodsmith/refind
 A graphical boot manager for EFI- and UEFI-based computers, such as all Intel-based Macs and recent (most 2011 and later) PCs.
 More info: https://launchpad.net/~rodsmith/+archive/ubuntu/refind
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keyring `/tmp/tmpb22kwzyq/secring.gpg' created
gpg: keyring `/tmp/tmpb22kwzyq/pubring.gpg' created
gpg: requesting key 9122E0C2 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpb22kwzyq/trustdb.gpg: trustdb created
gpg: key 9122E0C2: public key "Launchpad PPA for Roderick Smith" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK
root@lubuntu:/# apt get-update
E: Invalid operation get-update
root@lubuntu:/# apt-get update
Hit:1 http://fr.archive.ubuntu.com/ubuntu xenial InRelease
Get:2 http://fr.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]    
Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]     
Get:4 http://ppa.launchpad.net/rodsmith/refind/ubuntu xenial InRelease [18.0 kB]
Get:5 http://fr.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]  
Get:6 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [744 kB]
Get:7 http://ppa.launchpad.net/rodsmith/refind/ubuntu xenial/main amd64 Packages [508 B]
Get:8 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [690 kB]
Get:9 http://ppa.launchpad.net/rodsmith/refind/ubuntu xenial/main i386 Packages [512 B]
Get:10 http://ppa.launchpad.net/rodsmith/refind/ubuntu xenial/main Translation-en [624 B]
Get:11 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [308 kB]
Get:12 http://fr.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [615 kB]
Get:13 http://fr.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [570 kB]
Get:14 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [465 kB]
Get:15 http://fr.archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [248 kB]
Get:16 http://fr.archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.2 kB]
Get:17 http://security.ubuntu.com/ubuntu xenial-security/main i386 Packages [419 kB]
Get:18 http://fr.archive.ubuntu.com/ubuntu xenial-updates/multiverse i386 Packages [15.3 kB]
Get:19 http://fr.archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8,076 B]
Get:20 http://fr.archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7,104 B]
Get:21 http://fr.archive.ubuntu.com/ubuntu xenial-backports/universe i386 Packages [7,080 B]
Get:22 http://fr.archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [3,844 B]
Get:23 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [201 kB]
Get:24 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [337 kB]
Get:25 http://security.ubuntu.com/ubuntu xenial-security/universe i386 Packages [296 kB]
Get:26 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [126 kB]
Fetched 5,403 kB in 2s (1,804 kB/s)                               
Reading package lists... Done
root@lubuntu:/# apt-get install refind
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  efibootmgr libefivar0 sbsigntool
The following NEW packages will be installed:
  efibootmgr libefivar0 refind sbsigntool
0 upgraded, 4 newly installed, 0 to remove and 254 not upgraded.
Need to get 3,902 kB of archives.
After this operation, 5,897 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://fr.archive.ubuntu.com/ubuntu xenial/main amd64 libefivar0 amd64 0.23-2 [44.3 kB]
Get:2 http://fr.archive.ubuntu.com/ubuntu xenial/main amd64 efibootmgr amd64 0.12-4 [20.3 kB]
Get:3 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 sbsigntool amd64 0.6-0ubuntu10.1 [54.2 kB]
Get:4 http://ppa.launchpad.net/rodsmith/refind/ubuntu xenial/main amd64 refind amd64 0.11.2-0ppa1 [3,783 kB]
Fetched 3,902 kB in 1s (2,050 kB/s)                                  
Preconfiguring packages ...
Selecting previously unselected package libefivar0:amd64.
(Reading database ... 118064 files and directories currently installed.)
Preparing to unpack .../libefivar0_0.23-2_amd64.deb ...
Unpacking libefivar0:amd64 (0.23-2) ...
Selecting previously unselected package efibootmgr.
Preparing to unpack .../efibootmgr_0.12-4_amd64.deb ...
Unpacking efibootmgr (0.12-4) ...
Selecting previously unselected package sbsigntool.
Preparing to unpack .../sbsigntool_0.6-0ubuntu10.1_amd64.deb ...
Unpacking sbsigntool (0.6-0ubuntu10.1) ...
Selecting previously unselected package refind.
Preparing to unpack .../refind_0.11.2-0ppa1_amd64.deb ...
Unpacking refind (0.11.2-0ppa1) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libefivar0:amd64 (0.23-2) ...
Setting up efibootmgr (0.12-4) ...
Setting up sbsigntool (0.6-0ubuntu10.1) ...
Setting up refind (0.11.2-0ppa1) ...
Installing rEFInd to the ESP...
Generating a 2048 bit RSA private key
......................+++
..........+++
writing new private key to '//etc/refind.d/keys/refind_local.key'
-----
Processing triggers for libc-bin (2.23-0ubuntu9) ...

Pour la première fois, rEFInd réussit à s'installer !

Dernière modification par Guy Bacon (Le 30/03/2018, à 16:02)

Hors ligne

#29 Le 30/03/2018, à 16:04

??

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

Souvent on installe le chiffrage ce qui oblige le LVM....
Le LVM seul n'a pas d'intérêt pour un appareil qui n'aura jamais plus d'un disque.
Je ne suis pas à l'aise dans cet environnement  avec des commandes que je ne pratique pas

Je viens de voir ton complément de post

Il te reste à le copier sur la structure windows.       Puis booter, Si cela ne suffit pas, on fera une copie sur la structure boot

Dernière modification par ?? (Le 30/03/2018, à 22:23)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#30 Le 30/03/2018, à 16:09

Guy Bacon

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

Le retour est le suivant :

root@lubuntu:/# vgchange -ay
  2 logical volume(s) in volume group "lubuntu-vg" now active

J'ai continué la procédure du post #23 :

root@lubuntu:/#  umount  /dev/mmcblk0p1 
root@lubuntu:/#  mount  /dev/mmcblk0p1    /mnt
root@lubuntu:/#    ls  -ls  /mnt
total 16
4 drwxr-xr-x 2 root root 4096 Mar 29 18:32 2
4 drwxr-xr-x 3 root root 4096 Mar 25 21:45 BootInfo
4 drwxr-xr-x 6 root root 4096 Mar 28 22:29 boot-sav
4 drwxr-xr-x 8 root root 4096 Mar 30 17:00 EFI
root@lubuntu:/#    ls  -ls  /mnt/EFI
total 24
4 drwxr-xr-x 2 root root 4096 Mar 25 21:49 Boot
4 drwxr-xr-x 3 root root 4096 Mar 24 16:54 Linux
4 drwxr-xr-x 3 root root 4096 Mar 29 21:22 Microsoft
4 drwxr-xr-x 5 root root 4096 Mar 30 17:00 refind
4 drwxr-xr-x 2 root root 4096 Mar 30 17:00 tools
4 drwxr-xr-x 2 root root 4096 Mar 29 19:04 ubuntu
root@lubuntu:/#    ls  -ls  /mnt/EFI/refind
total 312
  4 -rwxr-xr-x 1 root root    140 Mar 30 17:00 BOOT.CSV
  4 drwxr-xr-x 2 root root   4096 Mar 30 17:00 drivers_x64
  8 drwxr-xr-x 2 root root   8192 Mar 30 17:00 icons
  4 drwxr-xr-x 2 root root   4096 Mar 30 17:00 keys
 32 -rwxr-xr-x 1 root root  29637 Mar 30 17:00 refind.conf
260 -rwxr-xr-x 1 root root 263072 Mar 30 17:00 refind_x64.efi
root@lubuntu:/#    ls  -ls  /mnt/EFI/Microsoft
total 4
4 drwxr-xr-x 2 root root 4096 Mar 29 21:22 boot
root@lubuntu:/#    cp     /mnt/EFI/refind/refind_x64.efi   /mnt/EFI/Microsoft/Boot/bootmgfw.efi

J'ai bien fait ou c'était précipité ?

Hors ligne

#31 Le 30/03/2018, à 16:16

??

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

Tu as bien fait..

Il reste à terminer.....

exit
reboot  -p  --poweroff 

Dernière modification par ?? (Le 30/03/2018, à 22:24)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#32 Le 30/03/2018, à 16:27

Guy Bacon

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

ça progresse !

au redémarrage j'arrive donc sur refind

Il me propose entre autre "Boot EFI\ubuntu\grubx64.efi"

J'appui sur enter et là ça freeze sur un nouvel écran

"starting grubx64.efi
using load options"

EDIT : et ça freeze de la même manière en bootant la live usb depuis le menu rEFInd

Dernière modification par Guy Bacon (Le 30/03/2018, à 16:37)

Hors ligne

#33 Le 30/03/2018, à 16:39

??

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

On tient le bon bout

On a déjà vu que booter avec " " EFI\ubuntu\grubx64.efi"  faisait geler l'écran!

Maintenant, il s'agit de lancer le grub de ubuntu , il est sur   mmcblk2,    son icône doit être un pingouin si je ne me trompe pas.
mais si tu te positionnes sur les icônes tu devrais voir les noms de partitions.

Normalement , elle devrait être bonne, on l'a vérifiée en partie

lubuntu@lubuntu:~$ sudo mkdir /mnt/2
lubuntu@lubuntu:~$ sudo mount -v   /dev/mmcblk0p2   /mnt/2
mount: /dev/mmcblk0p2 mounted on /mnt/2.
lubuntu@lubuntu:~$ ls  -ls   /mnt/2
total 55259
 1417 -rw-r--r-- 1 root root  1443598 Jul 20  2017 abi-4.10.0-28-generic
  202 -rw-r--r-- 1 root root   204970 Jul 20  2017 config-4.10.0-28-generic
    1 drwxr-xr-x 2 root root     1024 Mar 25 20:36 efi
    1 drwxr-xr-x 5 root root     1024 Mar 25 20:41 grub
42178 -rw-r--r-- 1 root root 43019466 Mar 25 20:41 initrd.img-4.10.0-28-generic
   12 drwx------ 2 root root    12288 Mar 25 20:36 lost+found
  180 -rw-r--r-- 1 root root   182704 Jan 28  2016 memtest86+.bin
  182 -rw-r--r-- 1 root root   184380 Jan 28  2016 memtest86+.elf
  182 -rw-r--r-- 1 root root   184840 Jan 28  2016 memtest86+_multiboot.bin
 3648 -rw------- 1 root root  3718582 Jul 20  2017 System.map-4.10.0-28-generic
 7256 -rw-r--r-- 1 root root  7398656 Mar 25 20:38 vmlinuz-4.10.0-28-generic
lubuntu@lubuntu:~$ ls  -ls  /mnt/2/boot
ls: cannot access '/mnt/2/boot': No such file or directory

Sauf que je suis en train de réaliser que je ne sais pas si refind sait regarder dans une partition de boot.
La dedans, il n' y a plus de répertoire boot, il y seulement un répertoire grub..    Je ne sais pas s'il y a pensé....  https://www.davideolianas.com/how-im-bo … ation.html
https://bbs.archlinux.org/viewtopic.php?id=173027

Dernière modification par ?? (Le 30/03/2018, à 17:07)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#34 Le 30/03/2018, à 17:00

Guy Bacon

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

il y a bien un pingouin mais la partition ne semble pas être la bonne.
C'est écrit : Boot vmlinuz-4.10.0-28-generic from 488 MiB ext2 volume   (EDIT : ah ben si la taille semble correspondre à mmcblk0p2 ?)

Si je le lance j'arrive sur un écran avec marqué using load option \file=/cdrom/preseed/ .seed boot = casper quiet splash --

Puis au bout de quelques minutes nouvel écran avec tout un message d'erreur commençant par kernel panic

Dernière modification par Guy Bacon (Le 30/03/2018, à 17:15)

Hors ligne

#35 Le 30/03/2018, à 17:16

??

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

Tu as oublié de débrancher la clé USB   "\file=/cdrom/preseed/lubuntu.seed boot = casper quiet splash --"
Je suis en train de chercher comment faire
A priori j'ai vu un lien...  https://www.davideolianas.com/how-im-bo … ation.html
Mais c'est une codification avec du cryptage et je bute pour savoir ce qui faut écrire

options "ro cryptdevice=UUID=68b70fd1-fd78-4cb5-aff7-13adc4b10285:lvm root=/dev/mapper/vg-rootlv"

Comme ce n'est pas crypté, je pense que l'exemple devrait  probablement être

options "ro UUID=68b70fd1-fd78-4cb5-aff7-13adc4b10285:lvm root=/dev/mapper/vg-rootlv"

Si tu es d'accord, je te donne la codif qui me semble bonne,  Sinon tu refais une installation sans LVM  donc ni cryptage...


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#36 Le 30/03/2018, à 17:20

Guy Bacon

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

Si ça te simplifie la tache ça me va tout à fait de refaire une installation sans lvm. (J'avais coché cette option la deuxième fois "pour voir"..)

Après l'installation il faudra tout recommencer à zéro je suppose ?

Hors ligne

#37 Le 30/03/2018, à 17:32

??

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

Moi je suis très intéressé pour trouver la codification exacte de ces trois lignes.  ==> on risque d'avoir quelques échanges
      Qui plus est, lorsque tu auras de nouveaux noyaux, il faudra les modifier ....
Mais je pense que toi, tu es pressé d'utiliser ubuntu, Il suffit que tu réinstalles sans cocher les deux cases, et dans une demie heure, cela devrait fonctionner car REFIND est installé et tu n'as pas lieu de reformater la partition ESP contenant les fichiers de boot.

Quel que soit ton choix il sera bon.      Je te rappelle simplement que faire du LVM seul n'apporte rien sinon des complications ultérieures.   
Donc le choix doit être vite fait.


Autrement la codification est certainement

Moving onto the third problem, I manually edited the rEFInd configuration file adding a “stanza” (keep in mind that dev/sda1 is mounted to /boot)
Il faufrait rebooter en live USB et remonter la partition de boot ESP (mmblk0p1)
cat /mnt/EFI/refind/refind.conf
# other stuff
menuentry Manjaro {
icon EFI/Boot/icons/os_manjaro.png
loader vmlinuz-4.10.0-28-generic
initrd initrd.img-4.10.0-28-generic
options "ro  UUID=y3OJ65-Qrl6-oUVw-xWJs-RJj8-7iAt-60OyIo:lvm root=/dev/mapper/lubuntu--vg-root"}

Dernière modification par ?? (Le 30/03/2018, à 17:47)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#38 Le 30/03/2018, à 17:43

Guy Bacon

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

si ça peut permettre de trouver des solutions pour le futur et que ça t'interesse de trouver le codification ça me va ! et puis je te dois bien ça smile

ça fait une semaine que j'utilise la machine en live usb alors je peux attendre encore un peu !

et puis ça ne m'empechera pas de refaire une installation sans lvm par la suite

Dernière modification par Guy Bacon (Le 30/03/2018, à 17:43)

Hors ligne

#39 Le 30/03/2018, à 18:02

??

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

Tu es trop sympa..
Mais je vais encore m'interrompre pour le repas.

J'ai fini la codification d'après l'exemple
Il faudrait rebooter en live USB et remonter la partition de boot ESP (mmblk0p1)
cat /mnt/EFI/refind/refind.conf

# other stuff
menuentry Manjaro {
icon EFI/Boot/icons/os_manjaro.png
loader vmlinuz-4.10.0-28-generic
initrd initrd.img-4.10.0-28-generic
options "ro  UUID=y3OJ65-Qrl6-oUVw-xWJs-RJj8-7iAt-60OyIo:lvm root=/dev/mapper/lubuntu--vg-root"}

Ce qui m'a permit de voir que je ne t'ai pas fait transférer le fichier de boot en oubliant le fichier de configuration


Donc  il faudra de nouveau rebooter avec le live USB, Monter la partition de boot

 sudo mount -v  /dev/mmcblk0p1   /mnt 

et copier la totalité de refind

sudo cp  -rv    /mnt/EFI/refind    /mnt/EFI/Microsoft/Boot

Puis modifier le fichier de configuration
sudo gedit    /mnt/EFI/Microsoft/Boot/refind.conf

pour ajouter ces lignes

# other stuff
menuentry Aspire {
icon EFI/Boot/icons/os_manjaro.png
loader vmlinuz-4.10.0-28-generic
initrd initrd.img-4.10.0-28-generic
options "ro  UUID=y3OJ65-Qrl6-oUVw-xWJs-RJj8-7iAt-60OyIo:lvm root=/dev/mapper/lubuntu--vg-root"}

Mais ce qui m'embête dans cette codification, c'est que je ne vois pas comment il va trouver les fichiers *4.10.0-28*    alors je n'y crois pas sauf que je viens de comprendre
(

keep in mind that dev/sda1 is mounted to /boot

)

et là,  cela se complique,    il faut transférer  les deux fichiers.

 sudo mount -v  /dev/mmcblk0p2  /media 
sudo cp   -v  /media/vmlinuz-4.10.0-28-generic      /mnt
sudo cp   -v  /media/initrd.img-4.10.0-28-generic   /mnt
sudo cp   -v  /media/vmlinuz-4.10.0-28-generic      /mnt/EFI/Microsoft/Boot
sudo cp   -v  /media/initrd.img-4.10.0-28-generic  /mnt/EFI/Microsoft/Boot


Je suis en train de lire http://www.rodsbooks.com/refind/linux.html

Dernière modification par ?? (Le 30/03/2018, à 21:08)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#40 Le 30/03/2018, à 19:50

Guy Bacon

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

Après avoir effectué les commandes du post #39

J'ai une nouvelle entrée dans le menu rEFInd lorsque je l'execute je finis par tomber sur (j'ai recopié à partir du moment où ça me semblait bloquer) :

mount : can't find /root in /ect/fstab
begin : running /script/init-bottom...mount : mounting /dev on /root/dev failed : no such file or directory
mount : mounting run on root/run failed : no such file or directory
run-init : current directory on the same filesystem as the root
target filesystem doesn't have requested /bin/init
No init found. Try passing init = bootarg


PS : y a moyen de faire des captures de ces écrans de démarrage ?

Hors ligne

#41 Le 30/03/2018, à 20:10

??

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

Je n'ai pas réussi à bien comprendre comment il fallait codifier......
Un jour ou l'autre, j'installerais une version de ubuntu 18.04 en lvm pour creuser le problème.. et mettre à jour la documentation de ubuntu

Je ne souhaite pas te faire perdre plus de temps, refais une installation standard...

Refind devrait mieux accrocher.... Du moins je l'espère...

Dernière modification par ?? (Le 30/03/2018, à 20:11)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#42 Le 30/03/2018, à 20:36

Guy Bacon

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

La réinstallation est faite.
On reprend à partir d'où ?

J'ai tenté un boot comme précedemment et je suis arrivé à la même erreur.

Hors ligne

#43 Le 30/03/2018, à 20:43

??

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

Peux-tu me donner le résultat de

 sudo blkid
 sudo lsblk  
 sudo fdisk  -l 
 sudo mount -v  /dev/mmcblk0p1   /mnt 
  ls  -ls  /mnt/EFI
  ls  -ls  /mnt/EFI/Refind
  ls  -ls  /mnt/EFI/Microsoft/Boot
sudo efibootmgr -v

Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#44 Le 30/03/2018, à 20:54

Guy Bacon

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

lubuntu@lubuntu:~$ sudo blkid
/dev/mmcblk0p1: UUID="325A-6542" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="719d0b44-eda8-44a2-9af1-67232617c1a8"
/dev/mmcblk0p2: UUID="9981ce87-7842-4be6-ac7d-c771285517dd" TYPE="ext4" PARTUUID="41ffcb63-921a-4dd7-9999-674ba713e5a1"
/dev/sda1: LABEL="MYLINUXLIVE" UUID="9A99-DC7A" TYPE="vfat" PARTUUID="c4b14811-01"
/dev/loop0: TYPE="squashfs"
/dev/mmcblk0p3: UUID="98fb6871-706f-48d8-a01c-3faac8fbb457" TYPE="swap" PARTUUID="fd4d9953-dd20-482e-937c-6bc7cc5b70eb"
/dev/zram0: UUID="e7905d66-ad46-4196-a8a1-e6815a08c769" TYPE="swap"
/dev/zram1: UUID="03f239a3-2221-4767-a9df-4a98281d6d0b" TYPE="swap"
/dev/mmcblk0: PTUUID="de73041a-fddc-4eed-8c0b-4452bc773e2e" PTTYPE="gpt"
lubuntu@lubuntu:~$  sudo lsblk  
NAME         MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
mmcblk0rpmb  179:24   0     4M  0 disk 
zram1        252:1    0 944.5M  0 disk [SWAP]
mmcblk0boot0 179:8    0     4M  1 disk 
loop0          7:0    0 839.8M  1 loop /rofs
sda            8:0    1 983.5M  0 disk 
└─sda1         8:1    1 983.5M  0 part /cdrom
zram0        252:0    0 944.5M  0 disk [SWAP]
mmcblk0boot1 179:16   0     4M  1 disk 
mmcblk0      179:0    0  29.1G  0 disk 
├─mmcblk0p2  179:2    0  24.8G  0 part /media/lubuntu/9981ce87-7842-4be6-ac7d-c7
├─mmcblk0p3  179:3    0   3.9G  0 part 
└─mmcblk0p1  179:1    0   512M  0 part 
lubuntu@lubuntu:~$  sudo fdisk  -l 
Disk /dev/loop0: 839.8 MiB, 880607232 bytes, 1719936 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mmcblk0: 29.1 GiB, 31268536320 bytes, 61071360 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: DE73041A-FDDC-4EED-8C0B-4452BC773E2E

Device            Start      End  Sectors  Size Type
/dev/mmcblk0p1     2048  1050623  1048576  512M EFI System
/dev/mmcblk0p2  1050624 53035007 51984384 24.8G Linux filesystem
/dev/mmcblk0p3 53035008 61069311  8034304  3.9G Linux swap




Disk /dev/mmcblk0boot1: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mmcblk0boot0: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sda: 983.5 MiB, 1031274496 bytes, 2014208 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xc4b14811

Device     Boot Start     End Sectors   Size Id Type
/dev/sda1  *       32 2014207 2014176 983.5M  c W95 FAT32 (LBA)


Disk /dev/zram0: 944.5 MiB, 990359552 bytes, 241787 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/zram1: 944.5 MiB, 990359552 bytes, 241787 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
lubuntu@lubuntu:~$  sudo mount -v  /dev/mmcblk0p1   /mnt 
mount: /dev/mmcblk0p1 mounted on /mnt.
lubuntu@lubuntu:~$   ls  -ls  /mnt/EFI
total 24
4 drwxr-xr-x 2 root root 4096 Mar 25 19:49 Boot
4 drwxr-xr-x 3 root root 4096 Mar 24 15:54 Linux
4 drwxr-xr-x 3 root root 4096 Mar 29 19:22 Microsoft
4 drwxr-xr-x 5 root root 4096 Mar 30 15:00 refind
4 drwxr-xr-x 2 root root 4096 Mar 30 15:00 tools
4 drwxr-xr-x 3 root root 4096 Mar 30 19:21 ubuntu
lubuntu@lubuntu:~$   ls  -ls  /mnt/EFI/Refind
total 312
  4 -rwxr-xr-x 1 root root    140 Mar 30 15:00 BOOT.CSV
  4 drwxr-xr-x 2 root root   4096 Mar 30 15:00 drivers_x64
  8 drwxr-xr-x 2 root root   8192 Mar 30 15:00 icons
  4 drwxr-xr-x 2 root root   4096 Mar 30 15:00 keys
 32 -rwxr-xr-x 1 root root  29637 Mar 30 15:00 refind.conf
260 -rwxr-xr-x 1 root root 263072 Mar 30 15:00 refind_x64.efi
lubuntu@lubuntu:~$   ls  -ls  /mnt/EFI/Microsoft/Boot
total 49516
  260 -rwxr-xr-x 1 root root   263072 Mar 30 15:04 bootmgfw.efi
    4 -rwxr-xr-x 1 root root      119 Mar 29 19:22 grub.cfg
42012 -rwxr-xr-x 1 root root 43019466 Mar 30 18:30 initrd.img-4.10.0-28-generic
    4 drwxr-xr-x 5 root root     4096 Mar 30 18:19 refind
    4 -rwxr-xr-x 1 root root      235 Mar 30 18:29 refind.conf
    4 -rwxr-xr-x 1 root root      235 Mar 30 18:25 refind.conf.save
 7228 -rwxr-xr-x 1 root root  7398656 Mar 30 18:30 vmlinuz-4.10.0-28-generic
lubuntu@lubuntu:~$ sudo efibootmgr -v
BootCurrent: 0003
Timeout: 0 seconds
BootOrder: 2001,0001,2002,2003
Boot0001* Windows Boot Manager	HD(1,GPT,719d0b44-eda8-44a2-9af1-67232617c1a8,0x800,0x100000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
Boot0002* Unknown Device: 	HD(1,GPT,719d0b44-eda8-44a2-9af1-67232617c1a8,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)RC
Boot0003* USB HDD: KingstonDataTraveler II	PciRoot(0x0)/Pci(0x15,0x0)/USB(3,0)/HD(1,MBR,0x17,0x20,0x1ebbe0)RC
Boot0004* ubuntu	HD(1,GPT,719d0b44-eda8-44a2-9af1-67232617c1a8,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)
Boot0005* Grub	HD(1,GPT,8b91d067-e7d1-46da-9c61-175d701d5827,0x800,0x100000)/File(\EFI\ubuntu\grubx64.efi)
Boot0006* LinuxShim	HD(1,GPT,8b91d067-e7d1-46da-9c61-175d701d5827,0x800,0x100000)/File(\EFI\Linux\ubuntu\shimx64.efi)
Boot0007* LinuxGrub	HD(1,GPT,8b91d067-e7d1-46da-9c61-175d701d5827,0x800,0x100000)/File(\EFI\Linux\ubuntu\grubx64.efi)
Boot2001* EFI USB Device	RC
Boot2002* EFI DVD/CDROM	RC
Boot2003* EFI Network	RC

Hors ligne

#45 Le 30/03/2018, à 21:01

??

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

On va tenter cela
===> tous les fichiers de refind ne sont pas arrivés dans la structure de microsoft.   Je ne sais pas si cela est la cause

sudo  rm -v /mnt/EFI/Microsoft/Boot/*generic
sudo  rm -v /mnt/EFI/*generic
sudo cp  -rv    /mnt/EFI/refind    /mnt/EFI/Microsoft/Boot

Puis booter.

Pour information

lubuntu@lubuntu:~$   ls  -ls  /mnt/EFI/Microsoft/Boot
  260 -rwxr-xr-x 1 root root   263072 Mar 30 15:04 bootmgfw.efi
......
lubuntu@lubuntu:~$   ls  -ls  /mnt/EFI/Refind
260 -rwxr-xr-x 1 root root 263072 Mar 30 15:00 refind_x64.efi

C'est bien le même fichier...

Dernière modification par ?? (Le 30/03/2018, à 22:28)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#46 Le 30/03/2018, à 21:16

Guy Bacon

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

lubuntu@lubuntu:~$ sudo  rm -v /mnt/EFI/Microsoft/Boot/generic
rm: cannot remove '/mnt/EFI/Microsoft/Boot/generic': No such file or directory

Hors ligne

#47 Le 30/03/2018, à 21:45

Guy Bacon

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

Un premier boot via vmlinuz ne donne toujours rien.
Je décide d'essayer avec grubx64 pour voir

Et ça fonctionne !! \o/

Franchement merci et chapeau ! J'aurais jamais pu faire ça tout seul..

Hors ligne

#48 Le 30/03/2018, à 21:52

??

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

Je crois maintenant que tu es bon pour mettre à jour le logiciel

sudo apt update
sudo apt upgrade

et faire un boot-info afin que ton installation soit référencée https://doc.ubuntu-fr.org/tutoriel/boot-info

===> Récupération du boot-info avant qu'il disparaisse

 Boot Info Script 8f991e4 + Boot-Repair extra info      [Boot-Info 25oct2017]


============================= Boot Info Summary: ===============================


============================ Drive/Partition Info: =============================

no valid partition table found
"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/mmcblk0                                                       
/dev/mmcblk0p1   325A-6542                              vfat       
/dev/mmcblk0p2   9981ce87-7842-4be6-ac7d-c771285517dd   ext4       
/dev/mmcblk0p3   98fb6871-706f-48d8-a01c-3faac8fbb457   swap       

========================= "ls -l /dev/disk/by-id" output: ======================

total 0
lrwxrwxrwx 1 root root 13 Mar 30 22:57 mmc-HBG4a2_0x4d58613e -> ../../mmcblk0
lrwxrwxrwx 1 root root 15 Mar 30 22:57 mmc-HBG4a2_0x4d58613e-part1 -> ../../mmcblk0p1
lrwxrwxrwx 1 root root 15 Mar 30 22:57 mmc-HBG4a2_0x4d58613e-part2 -> ../../mmcblk0p2
lrwxrwxrwx 1 root root 15 Mar 30 22:57 mmc-HBG4a2_0x4d58613e-part3 -> ../../mmcblk0p3

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/mmcblk0p1   /boot/efi                vfat       (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/mmcblk0p2   /                        ext4       (rw,relatime,errors=remount-ro,data=ordered)



ADDITIONAL INFORMATION :
=================== log of boot-info 20180330_2301 ===================
boot-info version : 4ppa65
boot-sav version : 4ppa65
boot-sav-extra version : 4ppa65
glade2script version : 3.2.3~ppa4
Error: /dev/mmcblk0rpmb: unrecognised disk label
Warning: Error fsyncing/closing /dev/mmcblk0rpmb: Input/output error
Error: /dev/mmcblk0boot0: unrecognised disk label
Error: /dev/mmcblk0boot1: unrecognised disk label
boot-info is executed in installed-session (Ubuntu 16.04.4 LTS, xenial, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-4.13.0-37-generic.efi.signed root=UUID=9981ce87-7842-4be6-ac7d-c771285517dd ro quiet splash vt.handoff=7
mmcblk0 (mmcblk0) has unknown type. Veuillez indiquer ce message à boot.repair@gmail.com
mmcblk0 (mmcblk0) has unknown type. Veuillez indiquer ce message à boot.repair@gmail.com
mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
mount /dev/mmcblk0 : Error code 32
mount -r /dev/mmcblk0 /mnt/boot-sav/mmcblk0
mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
mount -r /dev/mmcblk0 : Error code 32
cat: /sys/block/mmcblk0/mmcblk0boot0/start: Aucun fichier ou dossier de ce type
cat: /sys/block/mmcblk0/mmcblk0boot1/start: Aucun fichier ou dossier de ce type
cat: /sys/block/mmcblk0/mmcblk0rpmb/start: Aucun fichier ou dossier de ce type

=================== os-prober:
/dev/mmcblk0p2:L'OS actuellement utilisé - Ubuntu 16.04.4 LTS CurrentSession:linux

=================== blkid:
/dev/mmcblk0p1: UUID="325A-6542" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="719d0b44-eda8-44a2-9af1-67232617c1a8"
/dev/mmcblk0p2: UUID="9981ce87-7842-4be6-ac7d-c771285517dd" TYPE="ext4" PARTUUID="41ffcb63-921a-4dd7-9999-674ba713e5a1"
/dev/mmcblk0p3: UUID="98fb6871-706f-48d8-a01c-3faac8fbb457" TYPE="swap" PARTUUID="fd4d9953-dd20-482e-937c-6bc7cc5b70eb"
/dev/mmcblk0: PTUUID="de73041a-fddc-4eed-8c0b-4452bc773e2e" PTTYPE="gpt"


1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.

mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
mount /dev/mmcblk0 : Error code 32
mount -r /dev/mmcblk0 /mnt/boot-sav/mmcblk0
mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
mount -r /dev/mmcblk0 : Error code 32

=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 mars  30 21:22 grub.d
total 80
-rwxr-xr-x 1 root root  9791 juin  21  2017 00_header
-rwxr-xr-x 1 root root  6258 mars  15  2016 05_debian_theme
-rwxr-xr-x 1 root root 12512 juin  21  2017 10_linux
-rwxr-xr-x 1 root root 11082 juin  21  2017 20_linux_xen
-rwxr-xr-x 1 root root  1992 janv. 28  2016 20_memtest86+
-rwxr-xr-x 1 root root 11692 juin  21  2017 30_os-prober
-rwxr-xr-x 1 root root  1418 juin  21  2017 30_uefi-firmware
-rwxr-xr-x 1 root root   214 juin  21  2017 40_custom
-rwxr-xr-x 1 root root   216 juin  21  2017 41_custom
-rw-r--r-- 1 root root   483 juin  21  2017 README




=================== /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=10
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"



/boot/efi detected in the fstab of mmcblk0p2: UUID=325A-6542   (mmcblk0p1)
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/boot/bootmgfw.efi
Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi

=================== efibootmgr -v
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0001,2001,2002,2003
Boot0001* Windows Boot Manager	HD(1,GPT,719d0b44-eda8-44a2-9af1-67232617c1a8,0x800,0x100000)/File(EFIMicrosoftBootbootmgfw.efi)RC
Boot0002* Unknown Device: 	HD(1,GPT,719d0b44-eda8-44a2-9af1-67232617c1a8,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
Boot0004* ubuntu	HD(1,GPT,719d0b44-eda8-44a2-9af1-67232617c1a8,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0005* Grub	HD(1,GPT,8b91d067-e7d1-46da-9c61-175d701d5827,0x800,0x100000)/File(EFIubuntugrubx64.efi)
Boot0006* LinuxShim	HD(1,GPT,8b91d067-e7d1-46da-9c61-175d701d5827,0x800,0x100000)/File(EFILinuxubuntushimx64.efi)
Boot0007* LinuxGrub	HD(1,GPT,8b91d067-e7d1-46da-9c61-175d701d5827,0x800,0x100000)/File(EFILinuxubuntugrubx64.efi)
Boot2001* EFI USB Device	RC
Boot2002* EFI DVD/CDROM	RC
Boot2003* EFI Network	RC

=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à boot.repair@gmail.com)


=================== PARTITIONS & DISKS:
mmcblk0p2	: mmcblk0,	not-sepboot,	grubenv-ok	grub2,	signed grub-efi ,	update-grub,	64,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-has-goodEFI,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	not-far,	notbiosboot, .
mmcblk0p1	: mmcblk0,	is-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	is-correct-EFI,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	notbiosboot, /boot/efi.
mmcblk0	: mmcblk0,	maybesepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	notbiosboot, /mnt/boot-sav/mmcblk0.

mmcblk0	: GPT,	no-BIOS_boot,	has-correctEFI, 	not-usb,	mmc-disk, has-os,	1 sectors * 512 bytes


=================== parted -lm:

BYT;
/dev/mmcblk0rpmb:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;

BYT;
/dev/mmcblk0boot0:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;

BYT;
/dev/mmcblk0boot1:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;

BYT;
/dev/mmcblk0:31.3GB:sd/mmc:512:512:gpt:MMC HBG4a2:;
1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
2:538MB:27.2GB:26.6GB:ext4::;
3:27.2GB:31.3GB:4114MB:linux-swap(v1)::;

=================== lsblk:
KNAME        TYPE FSTYPE  SIZE LABEL
mmcblk0rpmb  disk           4M
mmcblk0boot0 disk           4M
mmcblk0boot1 disk           4M
mmcblk0      disk        29,1G
mmcblk0p2    part ext4   24,8G
mmcblk0p3    part swap    3,9G
mmcblk0p1    part vfat    512M

KNAME        ROTA RO RM STATE MOUNTPOINT
mmcblk0rpmb     0  0  0
mmcblk0boot0    0  1  0
mmcblk0boot1    0  1  0
mmcblk0         0  0  0
mmcblk0p2       0  0  0       /
mmcblk0p3       0  0  0       [SWAP]
mmcblk0p1       0  0  0       /boot/efi


=================== mount:
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=1905688k,nr_inodes=476422,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=386408k,mode=755)
/dev/mmcblk0p2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=27,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=13628)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/mmcblk0p1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=386408k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)


=================== ls:
/sys/block/mmcblk0 (filtered):  alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity mmcblk0boot0 mmcblk0boot1 mmcblk0p1 mmcblk0p2 mmcblk0p3 mmcblk0rpmb power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/mmcblk0boot0 (filtered):  alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity power queue range removable ro ro_lock_until_next_power_on size slaves stat subsystem trace uevent
/sys/block/mmcblk0boot1 (filtered):  alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity power queue range removable ro ro_lock_until_next_power_on size slaves stat subsystem trace uevent
/sys/block/mmcblk0rpmb (filtered):  alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  acpi_thermal_rel autofs block btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 ecryptfs fb0 fd full fuse gpiochip0 gpiochip1 gpiochip2 gpiochip3 hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mmcblk0 mmcblk0boot0 mmcblk0boot1 mmcblk0p1 mmcblk0p2 mmcblk0p3 mmcblk0rpmb mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 shm snapshot snd stderr stdin stdout tpm0 tpmrm0 uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net vhost-vsock video0 zero
ls /dev/mapper:  control

=================== hexdump -n512 -C /dev/mmcblk0p1
00000000  eb 58 90 6d 6b 66 73 2e  66 61 74 00 02 08 20 00  |.X.mkfs.fat... .|
00000010  02 00 00 00 00 f8 00 00  10 00 04 00 00 08 00 00  |................|
00000020  00 00 10 00 fe 03 00 00  00 00 00 00 02 00 00 00  |................|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 01 29 42 65 5a 32 4e  4f 20 4e 41 4d 45 20 20  |..)BeZ2NO NAME  |
00000050  20 20 46 41 54 33 32 20  20 20 0e 1f be 77 7c ac  |  FAT32   ...w|.|
00000060  22 c0 74 0b 56 b4 0e bb  07 00 cd 10 5e eb f0 32  |".t.V.......^..2|
00000070  e4 cd 16 cd 19 eb fe 54  68 69 73 20 69 73 20 6e  |.......This is n|
00000080  6f 74 20 61 20 62 6f 6f  74 61 62 6c 65 20 64 69  |ot a bootable di|
00000090  73 6b 2e 20 20 50 6c 65  61 73 65 20 69 6e 73 65  |sk.  Please inse|
000000a0  72 74 20 61 20 62 6f 6f  74 61 62 6c 65 20 66 6c  |rt a bootable fl|
000000b0  6f 70 70 79 20 61 6e 64  0d 0a 70 72 65 73 73 20  |oppy and..press |
000000c0  61 6e 79 20 6b 65 79 20  74 6f 20 74 72 79 20 61  |any key to try a|
000000d0  67 61 69 6e 20 2e 2e 2e  20 0d 0a 00 00 00 00 00  |gain ... .......|
000000e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200

=================== df -Th:

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  1.9G     0  1.9G   0% /dev
tmpfs          tmpfs     378M  6.0M  372M   2% /run
/dev/mmcblk0p2 ext4       25G  3.9G   20G  17% /
tmpfs          tmpfs     1.9G   26M  1.9G   2% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
/dev/mmcblk0p1 vfat      511M   59M  453M  12% /boot/efi
tmpfs          tmpfs     378M   16K  378M   1% /run/user/1000

=================== fdisk -l:
Disk /dev/mmcblk0: 29.1 GiB, 31268536320 bytes, 61071360 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: DE73041A-FDDC-4EED-8C0B-4452BC773E2E

Device            Start      End  Sectors  Size Type
/dev/mmcblk0p1     2048  1050623  1048576  512M EFI System
/dev/mmcblk0p2  1050624 53035007 51984384 24.8G Linux filesystem
/dev/mmcblk0p3 53035008 61069311  8034304  3.9G Linux swap




Disk /dev/mmcblk0boot1: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mmcblk0boot0: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes




=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of mmcblk0p2, using the following options:        mmcblk0p1/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s    use-standard-efi-file


=================== Final advice in case of suggested repair
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le fichier mmcblk0p1/efi/.../grub*.efi !

Si votre ordinateur redémarre directement sur Windows, essayez de changer l'ordre de démarrage dans votre BIOS.
Si votre BIOS ne permet pas de changer l'ordre de démarrage, changez l'entrée de démarrage par défaut de l'amorceur Windows.
Par exemple, vous pouvez démarrer Windows, puis saisir la commande suivante dans une invite de commande en mode administrateur :
bcdedit /set {bootmgr} path \EFI\...\grub*.efi


=================== User settings
The settings chosen by the user will not act on the boot.

Puis lire tranquillement la documentation de refind afin d'améliorer la présentation voir éliminer les icônes qui plantent

Dernière modification par ?? (Le 30/03/2018, à 22:18)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#49 Le 30/03/2018, à 22:05

Guy Bacon

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

je met ici le lien du boot info : http://paste.ubuntu.com/p/ZmdmpYWCHY/

Encore mille merci !

Dernière modification par Guy Bacon (Le 30/03/2018, à 22:11)

Hors ligne

#50 Le 26/04/2018, à 06:35

malbo

Re : [RESOLU] Acer aspire ES1-132-C3BM : No Bootable Device

Je colle ci-dessous le Boot-Info dont tu as donné le lien dans le post #49 avant qu'il disparaisse du site où il est hébergé :

 Boot Info Script 8f991e4 + Boot-Repair extra info      [Boot-Info 25oct2017]


============================= Boot Info Summary: ===============================


============================ Drive/Partition Info: =============================

no valid partition table found
"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/mmcblk0                                                       
/dev/mmcblk0p1   325A-6542                              vfat       
/dev/mmcblk0p2   9981ce87-7842-4be6-ac7d-c771285517dd   ext4       
/dev/mmcblk0p3   98fb6871-706f-48d8-a01c-3faac8fbb457   swap       

========================= "ls -l /dev/disk/by-id" output: ======================

total 0
lrwxrwxrwx 1 root root 13 Mar 30 22:57 mmc-HBG4a2_0x4d58613e -> ../../mmcblk0
lrwxrwxrwx 1 root root 15 Mar 30 22:57 mmc-HBG4a2_0x4d58613e-part1 -> ../../mmcblk0p1
lrwxrwxrwx 1 root root 15 Mar 30 22:57 mmc-HBG4a2_0x4d58613e-part2 -> ../../mmcblk0p2
lrwxrwxrwx 1 root root 15 Mar 30 22:57 mmc-HBG4a2_0x4d58613e-part3 -> ../../mmcblk0p3

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/mmcblk0p1   /boot/efi                vfat       (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/mmcblk0p2   /                        ext4       (rw,relatime,errors=remount-ro,data=ordered)



ADDITIONAL INFORMATION :
=================== log of boot-info 20180330_2301 ===================
boot-info version : 4ppa65
boot-sav version : 4ppa65
boot-sav-extra version : 4ppa65
glade2script version : 3.2.3~ppa4
Error: /dev/mmcblk0rpmb: unrecognised disk label
Warning: Error fsyncing/closing /dev/mmcblk0rpmb: Input/output error
Error: /dev/mmcblk0boot0: unrecognised disk label
Error: /dev/mmcblk0boot1: unrecognised disk label
boot-info is executed in installed-session (Ubuntu 16.04.4 LTS, xenial, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-4.13.0-37-generic.efi.signed root=UUID=9981ce87-7842-4be6-ac7d-c771285517dd ro quiet splash vt.handoff=7
mmcblk0 (mmcblk0) has unknown type. Veuillez indiquer ce message à boot.repair@gmail.com
mmcblk0 (mmcblk0) has unknown type. Veuillez indiquer ce message à boot.repair@gmail.com
mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
mount /dev/mmcblk0 : Error code 32
mount -r /dev/mmcblk0 /mnt/boot-sav/mmcblk0
mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
mount -r /dev/mmcblk0 : Error code 32
cat: /sys/block/mmcblk0/mmcblk0boot0/start: Aucun fichier ou dossier de ce type
cat: /sys/block/mmcblk0/mmcblk0boot1/start: Aucun fichier ou dossier de ce type
cat: /sys/block/mmcblk0/mmcblk0rpmb/start: Aucun fichier ou dossier de ce type

=================== os-prober:
/dev/mmcblk0p2:L'OS actuellement utilisé - Ubuntu 16.04.4 LTS CurrentSession:linux

=================== blkid:
/dev/mmcblk0p1: UUID="325A-6542" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="719d0b44-eda8-44a2-9af1-67232617c1a8"
/dev/mmcblk0p2: UUID="9981ce87-7842-4be6-ac7d-c771285517dd" TYPE="ext4" PARTUUID="41ffcb63-921a-4dd7-9999-674ba713e5a1"
/dev/mmcblk0p3: UUID="98fb6871-706f-48d8-a01c-3faac8fbb457" TYPE="swap" PARTUUID="fd4d9953-dd20-482e-937c-6bc7cc5b70eb"
/dev/mmcblk0: PTUUID="de73041a-fddc-4eed-8c0b-4452bc773e2e" PTTYPE="gpt"


1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.

mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
mount /dev/mmcblk0 : Error code 32
mount -r /dev/mmcblk0 /mnt/boot-sav/mmcblk0
mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
mount -r /dev/mmcblk0 : Error code 32

=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 mars  30 21:22 grub.d
total 80
-rwxr-xr-x 1 root root  9791 juin  21  2017 00_header
-rwxr-xr-x 1 root root  6258 mars  15  2016 05_debian_theme
-rwxr-xr-x 1 root root 12512 juin  21  2017 10_linux
-rwxr-xr-x 1 root root 11082 juin  21  2017 20_linux_xen
-rwxr-xr-x 1 root root  1992 janv. 28  2016 20_memtest86+
-rwxr-xr-x 1 root root 11692 juin  21  2017 30_os-prober
-rwxr-xr-x 1 root root  1418 juin  21  2017 30_uefi-firmware
-rwxr-xr-x 1 root root   214 juin  21  2017 40_custom
-rwxr-xr-x 1 root root   216 juin  21  2017 41_custom
-rw-r--r-- 1 root root   483 juin  21  2017 README




=================== /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=10
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"



/boot/efi detected in the fstab of mmcblk0p2: UUID=325A-6542   (mmcblk0p1)
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/boot/bootmgfw.efi
Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi

=================== efibootmgr -v
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0001,2001,2002,2003
Boot0001* Windows Boot Manager	HD(1,GPT,719d0b44-eda8-44a2-9af1-67232617c1a8,0x800,0x100000)/File(EFIMicrosoftBootbootmgfw.efi)RC
Boot0002* Unknown Device: 	HD(1,GPT,719d0b44-eda8-44a2-9af1-67232617c1a8,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
Boot0004* ubuntu	HD(1,GPT,719d0b44-eda8-44a2-9af1-67232617c1a8,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0005* Grub	HD(1,GPT,8b91d067-e7d1-46da-9c61-175d701d5827,0x800,0x100000)/File(EFIubuntugrubx64.efi)
Boot0006* LinuxShim	HD(1,GPT,8b91d067-e7d1-46da-9c61-175d701d5827,0x800,0x100000)/File(EFILinuxubuntushimx64.efi)
Boot0007* LinuxGrub	HD(1,GPT,8b91d067-e7d1-46da-9c61-175d701d5827,0x800,0x100000)/File(EFILinuxubuntugrubx64.efi)
Boot2001* EFI USB Device	RC
Boot2002* EFI DVD/CDROM	RC
Boot2003* EFI Network	RC

=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à boot.repair@gmail.com)


=================== PARTITIONS & DISKS:
mmcblk0p2	: mmcblk0,	not-sepboot,	grubenv-ok	grub2,	signed grub-efi ,	update-grub,	64,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-has-goodEFI,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	not-far,	notbiosboot, .
mmcblk0p1	: mmcblk0,	is-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	is-correct-EFI,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	notbiosboot, /boot/efi.
mmcblk0	: mmcblk0,	maybesepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	notbiosboot, /mnt/boot-sav/mmcblk0.

mmcblk0	: GPT,	no-BIOS_boot,	has-correctEFI, 	not-usb,	mmc-disk, has-os,	1 sectors * 512 bytes


=================== parted -lm:

BYT;
/dev/mmcblk0rpmb:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;

BYT;
/dev/mmcblk0boot0:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;

BYT;
/dev/mmcblk0boot1:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;

BYT;
/dev/mmcblk0:31.3GB:sd/mmc:512:512:gpt:MMC HBG4a2:;
1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
2:538MB:27.2GB:26.6GB:ext4::;
3:27.2GB:31.3GB:4114MB:linux-swap(v1)::;

=================== lsblk:
KNAME        TYPE FSTYPE  SIZE LABEL
mmcblk0rpmb  disk           4M
mmcblk0boot0 disk           4M
mmcblk0boot1 disk           4M
mmcblk0      disk        29,1G
mmcblk0p2    part ext4   24,8G
mmcblk0p3    part swap    3,9G
mmcblk0p1    part vfat    512M

KNAME        ROTA RO RM STATE MOUNTPOINT
mmcblk0rpmb     0  0  0
mmcblk0boot0    0  1  0
mmcblk0boot1    0  1  0
mmcblk0         0  0  0
mmcblk0p2       0  0  0       /
mmcblk0p3       0  0  0       [SWAP]
mmcblk0p1       0  0  0       /boot/efi


=================== mount:
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=1905688k,nr_inodes=476422,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=386408k,mode=755)
/dev/mmcblk0p2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=27,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=13628)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/mmcblk0p1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=386408k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)


=================== ls:
/sys/block/mmcblk0 (filtered):  alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity mmcblk0boot0 mmcblk0boot1 mmcblk0p1 mmcblk0p2 mmcblk0p3 mmcblk0rpmb power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/mmcblk0boot0 (filtered):  alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity power queue range removable ro ro_lock_until_next_power_on size slaves stat subsystem trace uevent
/sys/block/mmcblk0boot1 (filtered):  alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity power queue range removable ro ro_lock_until_next_power_on size slaves stat subsystem trace uevent
/sys/block/mmcblk0rpmb (filtered):  alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  acpi_thermal_rel autofs block btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 ecryptfs fb0 fd full fuse gpiochip0 gpiochip1 gpiochip2 gpiochip3 hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mmcblk0 mmcblk0boot0 mmcblk0boot1 mmcblk0p1 mmcblk0p2 mmcblk0p3 mmcblk0rpmb mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 shm snapshot snd stderr stdin stdout tpm0 tpmrm0 uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net vhost-vsock video0 zero
ls /dev/mapper:  control

=================== hexdump -n512 -C /dev/mmcblk0p1
00000000  eb 58 90 6d 6b 66 73 2e  66 61 74 00 02 08 20 00  |.X.mkfs.fat... .|
00000010  02 00 00 00 00 f8 00 00  10 00 04 00 00 08 00 00  |................|
00000020  00 00 10 00 fe 03 00 00  00 00 00 00 02 00 00 00  |................|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 01 29 42 65 5a 32 4e  4f 20 4e 41 4d 45 20 20  |..)BeZ2NO NAME  |
00000050  20 20 46 41 54 33 32 20  20 20 0e 1f be 77 7c ac  |  FAT32   ...w|.|
00000060  22 c0 74 0b 56 b4 0e bb  07 00 cd 10 5e eb f0 32  |".t.V.......^..2|
00000070  e4 cd 16 cd 19 eb fe 54  68 69 73 20 69 73 20 6e  |.......This is n|
00000080  6f 74 20 61 20 62 6f 6f  74 61 62 6c 65 20 64 69  |ot a bootable di|
00000090  73 6b 2e 20 20 50 6c 65  61 73 65 20 69 6e 73 65  |sk.  Please inse|
000000a0  72 74 20 61 20 62 6f 6f  74 61 62 6c 65 20 66 6c  |rt a bootable fl|
000000b0  6f 70 70 79 20 61 6e 64  0d 0a 70 72 65 73 73 20  |oppy and..press |
000000c0  61 6e 79 20 6b 65 79 20  74 6f 20 74 72 79 20 61  |any key to try a|
000000d0  67 61 69 6e 20 2e 2e 2e  20 0d 0a 00 00 00 00 00  |gain ... .......|
000000e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200

=================== df -Th:

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  1.9G     0  1.9G   0% /dev
tmpfs          tmpfs     378M  6.0M  372M   2% /run
/dev/mmcblk0p2 ext4       25G  3.9G   20G  17% /
tmpfs          tmpfs     1.9G   26M  1.9G   2% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
/dev/mmcblk0p1 vfat      511M   59M  453M  12% /boot/efi
tmpfs          tmpfs     378M   16K  378M   1% /run/user/1000

=================== fdisk -l:
Disk /dev/mmcblk0: 29.1 GiB, 31268536320 bytes, 61071360 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: DE73041A-FDDC-4EED-8C0B-4452BC773E2E

Device            Start      End  Sectors  Size Type
/dev/mmcblk0p1     2048  1050623  1048576  512M EFI System
/dev/mmcblk0p2  1050624 53035007 51984384 24.8G Linux filesystem
/dev/mmcblk0p3 53035008 61069311  8034304  3.9G Linux swap




Disk /dev/mmcblk0boot1: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mmcblk0boot0: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes




=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of mmcblk0p2, using the following options:        mmcblk0p1/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s    use-standard-efi-file


=================== Final advice in case of suggested repair
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le fichier mmcblk0p1/efi/.../grub*.efi !

Si votre ordinateur redémarre directement sur Windows, essayez de changer l'ordre de démarrage dans votre BIOS.
Si votre BIOS ne permet pas de changer l'ordre de démarrage, changez l'entrée de démarrage par défaut de l'amorceur Windows.
Par exemple, vous pouvez démarrer Windows, puis saisir la commande suivante dans une invite de commande en mode administrateur :
bcdedit /set {bootmgr} path \EFI\...\grub*.efi


=================== User settings
The settings chosen by the user will not act on the boot.

Hors ligne