#51 Le 24/03/2017, à 13:33
- namutu
Re : [ résolu ] No bootable device ( au démarrage )
Ok, il y a bien les options en bas de page de refind, mais c'est pas simple, il faudra que je regarde ça plus tard, surtout en console ou il faudra des commandes que je trouverais chez le site Refind. C'est pas urgent de toute façon.
Hors ligne
#52 Le 24/03/2017, à 13:36
- namutu
Re : [ résolu ] No bootable device ( au démarrage )
En résumer si on doit installer ou réinstaller une version Ubuntu, Kubuntu, Xubuntu, etc ... dans ce model ( 2017 ) Acer ES11 ES1-132-C9UA.
On doit faire : ( Merci de corriger si nécessaire )
En live CD Ubuntu, etc ...
A) en live USB, prendre l'option essayer avant d'installer.
B) Faire l'installation.
C) Lorsque l'installation est terminée, dire qu'il y a encore quelques tests complémentaires à faire.
# Installation de REFIND :
1. sudo apt-add-repository ppa:rodsmith/refind
2. sudo apt-get update
3. sudo apt-get install refind
# Après l'installation copier REFIND dans microsoft.
1. sudo cp /boot/efi/EFI/refind/refind_x64.efi /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
# supprimer la 1 ligne de refind :
1.sudo mv /boot/efi/EFI/ubuntu/grub.efi /boot/efi/EFI/ubuntu/grub-efi
2. rebooter ( en option vérifier le boot en 1 sur HDD1 ou Windows boot manager ).
Hors ligne
#53 Le 24/03/2017, à 14:40
- Bougron
Re : [ résolu ] No bootable device ( au démarrage )
Bonjour
Je dirais pour installer Car pour réinstaller, REFIND est déjà présent. Donc cela devient du standard
De plus pour être clair, je dirais plutôt
# supprimer les fichiers de boot de ubuntu que ce bios ne sait pas utiliser
sudo rm /boot/efi/EFI/ubuntu/grubx64.efi
sudo rm /boot/efi/EFI/ubuntu/shimx64.efi
Dernière modification par Bougron (Le 24/03/2017, à 16:40)
Hors ligne
#54 Le 24/03/2017, à 15:43
- namutu
Re : [ résolu ] No bootable device ( au démarrage )
Bonjour.
Très bien, je note ça aussi ( suppression des fichiers de boot Ubuntu ).
Je te remercie, c'est du bon travail.
Bonne journée
Dernière modification par namutu (Le 24/03/2017, à 15:51)
Hors ligne
#55 Le 24/03/2017, à 16:01
- malbo
Re : [ résolu ] No bootable device ( au démarrage )
@Bougron : j'ai un peu perdu le fil mais si j'ai bien compris, on n'est pas arrivé à confirmer quoi que ce soit du pavé russe que tu as collé dans le post #40. C'est bien ça ?
Dernière modification par malbo (Le 24/03/2017, à 16:02)
Hors ligne
#56 Le 24/03/2017, à 16:39
- Bougron
Re : [ résolu ] No bootable device ( au démarrage )
Bonjour Malbo
Non avec la méthode russe, on n'est pas arrivé à booter en mettant le nom shim.efi. qui a aussi été transformé en unknown.
Mais notre noyau installé n'est pas en version 4.9.... (probablement un nouveau shim) Je pense qu'il fallait quand même tenter.
en tout cas, bootx64, Refind et supergrub2 savent faire booter ce bios "rudimentaire".
Dernière modification par Bougron (Le 24/03/2017, à 16:43)
Hors ligne
#57 Le 24/03/2017, à 17:13
- malbo
Re : [ résolu ] No bootable device ( au démarrage )
Je pense qu'il fallait quand même tenter.
Tout à fait d'accord. Mais c'est la conclusion de ces manips qui n'était pas claire pour moi.
Hors ligne
#58 Le 05/04/2017, à 10:24
- Bougron
Re : [ résolu ] No bootable device ( au démarrage )
En résumer si on doit installer ou réinstaller une version Ubuntu, Kubuntu, Xubuntu, etc ... dans ce model ( 2017 ) Acer ES11 ES1-132-C9UA.
On doit faire : ( Merci de corriger si nécessaire )En live CD Ubuntu, etc ... A) en live USB, prendre l'option essayer avant d'installer. B) Faire l'installation. C) Lorsque l'installation est terminée, dire qu'il y a encore quelques tests complémentaires à faire. # Installation de REFIND : 1. sudo apt-add-repository ppa:rodsmith/refind 2. sudo apt-get update 3. sudo apt-get install refind # Après l'installation copier REFIND dans microsoft. 1. sudo cp /boot/efi/EFI/refind/refind_x64.efi /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi # supprimer la 1 ligne de refind : 1.sudo mv /boot/efi/EFI/ubuntu/grub.efi /boot/efi/EFI/ubuntu/grub-efi 2. rebooter ( en option vérifier le boot en 1 sur HDD1 ou Windows boot manager ).
Bonjour.
Il semble que cette solution ne soit pas bonne, Elle tenterait d'installer refind dans la clé USB. La bonne solution sera donc:
A) en live USB, prendre l'option essayer avant d'installer et mettre le clavier en français avec la commande "setxkbmap fr". Cela sera certainement à frapper de cette façon "setxkb,qp fr".
B) Faire l'installation.
C) Lorsque l'installation est terminée, dire qu'il y a encore quelques tests complémentaires à faire.
D) Se mettre dans la session ubuntu qui vient d'être installée,
Cela serait le "Pérou" si une commande simple le permettait!!!! Donc je vais te fournir une collection de commandes. J'espère qu'elles sont bonnes.
sudo mount -v /dev/mmcblk0p2 /mnt
sudo mount --bind /dev /mnt/dev
sudo mount --bind /sys /mnt/sys
sudo mount --bind /run /mnt/run
sudo mount --bind /proc /mnt/proc
sudo mount --bind /run/resolvconf /mnt/run/resolvconf
sudo chroot /mnt mount -t devpts devpts /dev/pts
sudo chroot /mnt
Avec cette dernière commande, on doit être dans le ubuntu installé.
E) Vérifier que la connexion internet fonctionne
ping -c 5 8.8.8.8
ping -c 5 google.com
F) Installer REFIND.
sudo apt-add-repository ppa:rodsmith/refind
sudo apt-get update
sudo apt-get install refind
G) Indiquer que refind remplace windows.
J'espère que c'est cette commande
sudo cp /boot/efi/EFI/refind/refind_x64.efi /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
Si la commande ne fonctionne pas, on va faire en quelques étapes
sudo umount /dev/mmcblk0p1
sudo mount /dev/mmcblk0p1 /mnt
sudo ls -ls /mnt
sudo ls -ls /mnt/EFI
sudo ls -ls /mnt/EFI/refind
sudo ls -ls /mnt/EFI/Microsoft
sudo cp /mnt/EFI/refind/refind_x64.efi /mnt/EFI/Microsoft/Boot/bootmgfw.efi
Dernière modification par Bougron (Le 05/04/2017, à 10:27)
Hors ligne
#59 Le 12/04/2017, à 07:58
- Aaron Dblock
Re : [ résolu ] No bootable device ( au démarrage )
Bonjour à tous,
Je suis un débutant novice amateur de Linux,
J'invite les modérateurs à déplacer le post si son emplacement n'est pas approprié (je ne sais pas s'il faut refaire un sujet étant donné que celui-ci est résolu pour namutu?)
Je vous expose mon problème ;
Je possède le même ordinateur que namutu. J'essaye de remplacer windows par Ubuntu 16.04 LTS et un gros souci que je rencontre c'est qu'à aucun moment il ne voit la mémoire du pc (gparted ne le détecte pas, à l'installation il ne voit que ma clé USB). Je ne peux donc pas supprimer windows. J'ai essayé avec Kubuntu (comme namutu a fait) mais sans succès non plus, c'est même pire puisque un message d'erreur se met très vite à l'écran même pour l'installation sur l'USB.
De plus, lorsque j'installe Linux 16.04 sur ma clé USB, elle est aux abonnées absentes par la suite (impossible de booter dessus, elle n'est pas détectée). Ce qui limite les possibilités d'effectuer les manipulations proposées par vos soins. J'ai bien essayé de faire les manipulations en Live avant l'installation mais pas plus de succès ...
Je vous joins le lien du boot-repair.
Cela fait deux semaines que je cherche un peu dans toutes les directions sans trouver la solution...
Je vais devenir chauve à force de m'arracher les cheveux.
Merci par avance pour votre aide !!!
Aaron Dblock
Dernière modification par Aaron Dblock (Le 12/04/2017, à 08:15)
"Une civilisation qui s'avère incapable de résoudre les problèmes que suscite son fonctionnement est une civilisation décadente. Une civilisation qui choisit de fermer les yeux à ses problèmes les plus cruciaux est une civilisation atteinte. Une civilisation qui ruse avec ses principes est une civilisation moribonde."
Hors ligne
#60 Le 12/04/2017, à 11:20
- Bougron
Re : [ résolu ] No bootable device ( au démarrage )
Bonjour.
Tu as vu que remplacer windows par ubuntu fut très dur pour ce modèle.
Je ne suis pas très sur que ton modèle soit strictement identique car le eMMC n'est pas détecté.
Est-ce bien un Acer ES11 ES1-132-C9UA.?
il faut d'abord que tu lances windows et qu'avec windows tu regardes si le bios est bien à jour.
Ta solution d'installer ubuntu sur une autre clé usb est bonne,
Mais elle prévoit de booter avec shimx64.efi. Solution qui ne marche pas pour ce modèle d'ordinateur. Il faut que tu installes refind
Etait-elle branchée quand tu as fais ce boot-info?
Dernière modification par Bougron (Le 12/04/2017, à 17:44)
Hors ligne
#61 Le 12/04/2017, à 18:00
- Aaron Dblock
Re : [ résolu ] No bootable device ( au démarrage )
Merci pour votre réponse rapide.
Oui c'est bien un ACER aspire ES 11 ES1-132-C9UA en 32Go.
Quand je l'ai reçu, je me suis dit qu'il était plus prudent d'installer les mises à jour de Windows (pour la sécurité notamment), sauf que je me suis rendu compte que ça me grignote toute la place sur le stockage. J'ai donc fait l'erreur de vouloir réinitialiser Windows en paramètre usine avec les options à disposition dans les paramètres. Réinitialisation qui a planté à la fin, quand j'allume le PC j'ai un bel écran noir avec une belle flèche blanche. Je passe par le gestionnaire de tâche pour tenter des réparations ou de libérer de l'espace mais pas très probant pour le moment ...
Tu penses que je peux checker la mise à jour du bios dans l'état actuel des choses ? Je vais glaner sur internet pour ce qui concerne le BIOS. Merci pour l'idée.
Non la clé USB avec Ubuntu installée n'était pas branchée.
EDIT : voici le boot-repair avec Ubuntu installée sur la clé branchée ; Boot-info
Boot repair m'a recommandé des réparations que j'ai effectué, mais pas d'amélioration ; la clé avec Ubuntu installé n'est pas reconnu ni détecté au boot même en tapant F12.
Je peux installer refind depuis mon Live sur la clé qui a la version installée ? Je vais le tenter on ne sait jamais ?
Encore merci pour ton aide.
Aaron
Dernière modification par Aaron Dblock (Le 12/04/2017, à 18:28)
"Une civilisation qui s'avère incapable de résoudre les problèmes que suscite son fonctionnement est une civilisation décadente. Une civilisation qui choisit de fermer les yeux à ses problèmes les plus cruciaux est une civilisation atteinte. Une civilisation qui ruse avec ses principes est une civilisation moribonde."
Hors ligne
#62 Le 12/04/2017, à 19:27
- Bougron
Re : [ résolu ] No bootable device ( au démarrage )
Cette clé usb de 120 Go me semble parfaite.
Si elle n'est absolument pas reconnue, il me semble inutile d'y installer refind.
J'ai vu qu'elle avait une table de partition "GPT". Tu devrais faire un essai en supprimant toutes les partitions. Puis y créer une table de partition "ms-dos" puis une partition Fat32 en lui mettant un drapeau boot. puis recommencer ton installation. Je te suggère de doubler la taille de ta partition ext2.
Je ne suis pas sur que shimx64.efi s'y installera. idem pour refind.
Il faut à tout prix savoir si le bios est à jour.
Si ton windows n'est pas opérationnel, je ne sais pas comment tu pourras faire une mise à jour de ce bios en cas de nécessité en date. du 23/11/2016
https://www.acer.com/ac/en/GB/content/s … t/6975?b=1
https://global-download.acer.com/GDFile … 1476093051
Dernière modification par Bougron (Le 12/04/2017, à 19:37)
Hors ligne
#63 Le 13/04/2017, à 08:38
- Aaron Dblock
Re : [ résolu ] No bootable device ( au démarrage )
Je vais suivre la procédure pour la clé et reviens vers le forum pour dire ce qu'il en est.
EDIT#1: j'ai tout "repartitionné" comme indiqué sauf qu'en lançant l'installation, je vois qu'il me remet tout comme avant... il faut que je fasse "autre" avant de lancer l'installation pour qu'il conserve les partitions ... je vais patienter jusqu'à la fin de l'installation et reviens après ...:/
Concernant le BIOS, sur la page d'accueil du BIOS (en tapant F2) j'ai une ligne qui indique la version V1.08 pour le bios. Sur les liens que tu as fourni je retrouve la V1.08 en dernière version j'ai l'impression. Le BIOS semble être à jour de fait.
J'ai un CD de réparation pour windows 7 qui traine dans les tiroirs, voir même pour windows 98. Je vais également tenter de passer par ce biais pour retrouver windows opérationnel.
Après toutes ces manipulations je vous tiendrais au courant.
Encore merci !
Aaron
Dernière modification par Aaron Dblock (Le 13/04/2017, à 08:57)
"Une civilisation qui s'avère incapable de résoudre les problèmes que suscite son fonctionnement est une civilisation décadente. Une civilisation qui choisit de fermer les yeux à ses problèmes les plus cruciaux est une civilisation atteinte. Une civilisation qui ruse avec ses principes est une civilisation moribonde."
Hors ligne
#64 Le 14/04/2017, à 15:54
- namutu
Re : [ résolu ] No bootable device ( au démarrage )
Bonjour à tous.
Aaron, si je me rappelle bien gparted n'était pas reconnu ( mais ya pas besoin de gparted ), par contre j'ai fait l'installation par dvd externe, il n'y a eu aucun souci avec kubuntu. Aujourd'hui j'ai remplacé kubuntu par ubuntu et cette fois ci par clé usb bootable, il n'y a eu aucun soucie.
La clé usb je l'avais formater en etx4 si je me souviens bien.
Tu as le même pc que moi, je te conseil d'abandonner Windows, tu vas pas t'en sortir, d'installer Ubuntu en livecd puis d'installer Refind et suivre les dernières recommandations de Bougron.
Dernière modification par namutu (Le 14/04/2017, à 16:09)
Hors ligne
#65 Le 14/04/2017, à 17:53
- Aaron Dblock
Re : [ résolu ] No bootable device ( au démarrage )
Bonjour Namutu,
Merci pour ton message. Je n'ai pas pris le temps de réessayer ou de m'occuper de l'ordi ces derniers jours.
Je regarde tout ça ce week-end.
Encore merci ;-)
Aaron
"Une civilisation qui s'avère incapable de résoudre les problèmes que suscite son fonctionnement est une civilisation décadente. Une civilisation qui choisit de fermer les yeux à ses problèmes les plus cruciaux est une civilisation atteinte. Une civilisation qui ruse avec ses principes est une civilisation moribonde."
Hors ligne
#66 Le 16/04/2017, à 09:28
- Aaron Dblock
Re : [ résolu ] No bootable device ( au démarrage )
Bonjour,
Je me remets sur le pc ce matin dans la session LiveUSB. Et la, les 32Go du pc sont détectés et gérable avec Gparted. C'est à n'y rien comprendre ????? J'ai donc tout formaté du pc et lancé l'installation de Ubuntu 16.04.02 LTS. Si je peux être débarrassé de Windows c'est déjà une très bonne nouvelle en soit. Mais je ne vois absolument pas qu'est-ce qui a fait que ça l'a détecté ... Ce qui est dommage si un futur utilisateur acquiert le même matériel ...
On verra ce que ça donne. Merci pour le temps que vous avez consacré à mes soucis ;-) !!
Aaron
"Une civilisation qui s'avère incapable de résoudre les problèmes que suscite son fonctionnement est une civilisation décadente. Une civilisation qui choisit de fermer les yeux à ses problèmes les plus cruciaux est une civilisation atteinte. Une civilisation qui ruse avec ses principes est une civilisation moribonde."
Hors ligne
#67 Le 18/04/2017, à 09:13
- Aaron Dblock
Re : [ résolu ] No bootable device ( au démarrage )
Bonjour,
J'ai donc terminé l'installation sur les 32Go du pc. J'ai essayé les manipulations de Bougron mais sans succès, mes 32Go ne sont plus reconnus après installation.
Je me retrouve avec un No bootable device comme Namutu et sans pouvoir d'action ... Je pense abandonner l'idée ... Je vais utiliser en session live uniquement mais vraiment dommage ...
Peut-être connaissez-vous un moyen de reformater mes 32Go du pc ?
Merci pour votre aide en tout cas,
Aaron
"Une civilisation qui s'avère incapable de résoudre les problèmes que suscite son fonctionnement est une civilisation décadente. Une civilisation qui choisit de fermer les yeux à ses problèmes les plus cruciaux est une civilisation atteinte. Une civilisation qui ruse avec ses principes est une civilisation moribonde."
Hors ligne
#68 Le 18/04/2017, à 11:21
- Bougron
Re : [ résolu ] No bootable device ( au démarrage )
Bonjour
Je ne sais pas trop où tu en es. Un boot-info serait le bienvenu.
Tu avais parlé de ta clé USB de 120 Go, Branches-là aussi avant de lancer le boot-untu
Dernière modification par Bougron (Le 18/04/2017, à 11:23)
Hors ligne
#69 Le 19/04/2017, à 07:07
- Aaron Dblock
Re : [ résolu ] No bootable device ( au démarrage )
Bonjour,
Voici le Boot-info.
J'ai essayé de redimensionné mes partitions mais après l'installation il n'en fait qu'à sa tête et me remet des partitions des tailles de son choix.
J'ai l'impression d'être revenu en arrière (bien que je n'ai pas beaucoup avancé ...)
Aaron
"Une civilisation qui s'avère incapable de résoudre les problèmes que suscite son fonctionnement est une civilisation décadente. Une civilisation qui choisit de fermer les yeux à ses problèmes les plus cruciaux est une civilisation atteinte. Une civilisation qui ruse avec ses principes est une civilisation moribonde."
Hors ligne
#70 Le 19/04/2017, à 07:43
- malbo
Re : [ résolu ] No bootable device ( au démarrage )
Le Boot-Info dont tu as donné le lien dans ton post #69 est là :
Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
============================= Boot Info Summary: ===============================
=> Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sda.
=> No boot loader is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 4.03 0x4d8ae235
Boot sector info: Syslinux looks at sector 3140584 of /dev/sda1 for its
second stage. SYSLINUX is installed in the /
directory. No errors found in the Boot Parameter Block.
Operating System:
Boot files: /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi
/EFI/BOOT/grubx64.efi /ldlinux.sys
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /EFI/refind/refind_x64.efi /EFI/ubuntu/MokManager.efi
/EFI/ubuntu/fbx64.efi /EFI/ubuntu/fwupx64.efi
/EFI/ubuntu/grubx64.efi /EFI/ubuntu/mmx64.efi
/EFI/ubuntu/shimx64.efi
sdb2: __________________________________________________________________________
File system: ext2
Boot sector type: -
Boot sector info:
Operating System:
Boot files: /grub/grub.cfg
sdb3: __________________________________________________________________________
File system: crypto_LUKS
Boot sector type: Unknown
Boot sector info:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 14.9 GiB, 16008609792 bytes, 31266816 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
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 31,266,815 31,264,768 b W95 FAT32
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 119.3 GiB, 128043712512 bytes, 250085376 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
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 1 250,085,375 250,085,375 ee GPT
GUID Partition Table detected.
Partition Attrs Start Sector End Sector # of Sectors System
/dev/sdb1 2,048 1,050,623 1,048,576 EFI System partition
/dev/sdb2 1,050,624 2,050,047 999,424 Data partition (Linux)
/dev/sdb3 2,050,048 250,083,327 248,033,280 Data partition (Linux)
Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1 FAA0-1BF9 vfat KUBUNTU 16_
/dev/sdb1 55EA-F903 vfat
/dev/sdb2 a1966472-13a3-4a27-bf7b-4fe40dd74f77 ext2
/dev/sdb3 f189da8c-0a19-4523-92c1-efbea55221a3 crypto_LUKS
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Apr 19 05:59 usb-SanDisk_Cruzer_Slice_20044530831DFBC034F4-0:0 -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 19 05:59 usb-SanDisk_Cruzer_Slice_20044530831DFBC034F4-0:0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 9 Apr 19 05:59 usb-TS-RDF5_SD_Transcend_000000000039-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Apr 19 05:59 usb-TS-RDF5_SD_Transcend_000000000039-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Apr 19 06:00 usb-TS-RDF5_SD_Transcend_000000000039-0:0-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Apr 19 05:59 usb-TS-RDF5_SD_Transcend_000000000039-0:0-part3 -> ../../sdb3
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sda1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
=========================== sda1/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
if loadfont /boot/grub/font.pf2 ; then
set gfxmode=auto
insmod efi_gop
insmod efi_uga
insmod gfxterm
terminal_output gfxterm
fi
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
menuentry "Try Ubuntu without installing" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
initrd /casper/initrd.lz
}
menuentry "Install Ubuntu" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
initrd /casper/initrd.lz
}
menuentry "OEM install (for manufacturers)" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
initrd /casper/initrd.lz
}
menuentry "Check disc for defects" {
set gfxpayload=keep
linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
initrd /casper/initrd.lz
}
--------------------------------------------------------------------------------
============================== sda1/syslinux.cfg: ==============================
--------------------------------------------------------------------------------
default menu.c32
prompt 0
menu title UNetbootin
timeout 100
label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
label ubnentry0
menu label ^Help
kernel /ubnkern
append initrd=/ubninit
label ubnentry1
menu label ^Try Ubuntu without installing
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
label ubnentry2
menu label ^Install Ubuntu
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
label ubnentry3
menu label ^Check disc for defects
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
label ubnentry4
menu label Test ^memory
kernel /install/mt86plus
append initrd=/ubninit
label ubnentry5
menu label ^Boot from first hard disk
kernel /ubnkern
append initrd=/ubninit
label ubnentry6
menu label Try Ubuntu without installing
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
label ubnentry7
menu label Install Ubuntu
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
label ubnentry8
menu label OEM install (for manufacturers)
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
label ubnentry9
menu label Check disc for defects
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
--------------------------------------------------------------------------------
=================== sda1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/grub.cfg 1
================= sda1: Location of files loaded by Syslinux: ==================
GiB - GB File Fragment(s)
?? = ?? syslinux.cfg 1
?? = ?? ldlinux.sys 1
?? = ?? menu.c32 1
============== sda1: Version of COM32(R) files used by Syslinux: ===============
menu.c32 : COM32R module (v4.xx)
============================= sdb2/grub/grub.cfg: ==============================
--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 a1966472-13a3-4a27-bf7b-4fe40dd74f77
else
search --no-floppy --fs-uuid --set=root a1966472-13a3-4a27-bf7b-4fe40dd74f77
fi
font="/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=fr_FR
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=30
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=hidden
set timeout=0
# Fallback hidden-timeout code in case the timeout_style feature is
# unavailable.
elif sleep --interruptible 0 ; then
set timeout=0
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30,0; then
clear
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
if [ "${1}" = "keep" ]; then
set vt_handoff=vt.handoff=7
else
set vt_handoff=
fi
}
if [ "${recordfail}" != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-dd7c8d90-3d08-49a5-beab-65ebc59d7bee' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 a1966472-13a3-4a27-bf7b-4fe40dd74f77
else
search --no-floppy --fs-uuid --set=root a1966472-13a3-4a27-bf7b-4fe40dd74f77
fi
linux /vmlinuz-4.8.0-46-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
initrd /initrd.img-4.8.0-46-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-dd7c8d90-3d08-49a5-beab-65ebc59d7bee' {
menuentry 'Ubuntu, avec Linux 4.8.0-46-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-46-generic-advanced-dd7c8d90-3d08-49a5-beab-65ebc59d7bee' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 a1966472-13a3-4a27-bf7b-4fe40dd74f77
else
search --no-floppy --fs-uuid --set=root a1966472-13a3-4a27-bf7b-4fe40dd74f77
fi
echo 'Chargement de Linux 4.8.0-46-generic…'
linux /vmlinuz-4.8.0-46-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-4.8.0-46-generic
}
menuentry 'Ubuntu, with Linux 4.8.0-46-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-46-generic-init-upstart-dd7c8d90-3d08-49a5-beab-65ebc59d7bee' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 a1966472-13a3-4a27-bf7b-4fe40dd74f77
else
search --no-floppy --fs-uuid --set=root a1966472-13a3-4a27-bf7b-4fe40dd74f77
fi
echo 'Chargement de Linux 4.8.0-46-generic…'
linux /vmlinuz-4.8.0-46-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff init=/sbin/upstart
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-4.8.0-46-generic
}
menuentry 'Ubuntu, with Linux 4.8.0-46-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-46-generic-recovery-dd7c8d90-3d08-49a5-beab-65ebc59d7bee' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 a1966472-13a3-4a27-bf7b-4fe40dd74f77
else
search --no-floppy --fs-uuid --set=root a1966472-13a3-4a27-bf7b-4fe40dd74f77
fi
echo 'Chargement de Linux 4.8.0-46-generic…'
linux /vmlinuz-4.8.0-46-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-4.8.0-46-generic
}
menuentry 'Ubuntu, avec Linux 4.8.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-advanced-dd7c8d90-3d08-49a5-beab-65ebc59d7bee' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 a1966472-13a3-4a27-bf7b-4fe40dd74f77
else
search --no-floppy --fs-uuid --set=root a1966472-13a3-4a27-bf7b-4fe40dd74f77
fi
echo 'Chargement de Linux 4.8.0-36-generic…'
linux /vmlinuz-4.8.0-36-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-4.8.0-36-generic
}
menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-init-upstart-dd7c8d90-3d08-49a5-beab-65ebc59d7bee' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 a1966472-13a3-4a27-bf7b-4fe40dd74f77
else
search --no-floppy --fs-uuid --set=root a1966472-13a3-4a27-bf7b-4fe40dd74f77
fi
echo 'Chargement de Linux 4.8.0-36-generic…'
linux /vmlinuz-4.8.0-36-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff init=/sbin/upstart
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-4.8.0-36-generic
}
menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-recovery-dd7c8d90-3d08-49a5-beab-65ebc59d7bee' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 a1966472-13a3-4a27-bf7b-4fe40dd74f77
else
search --no-floppy --fs-uuid --set=root a1966472-13a3-4a27-bf7b-4fe40dd74f77
fi
echo 'Chargement de Linux 4.8.0-36-generic…'
linux /vmlinuz-4.8.0-36-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-4.8.0-36-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------
=================== sdb2: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
0.682341576 = 0.732658688 grub/grub.cfg 5
0.566367149 = 0.608132096 vmlinuz-4.8.0-36-generic 10
0.581999779 = 0.624917504 vmlinuz-4.8.0-46-generic 11
0.730439186 = 0.784303104 vmlinuz-4.8.0-46-generic.efi.signed 9
0.786646843 = 0.844655616 initrd.img-4.8.0-36-generic 13
0.937039375 = 1.006138368 initrd.img-4.8.0-46-generic 16
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sdb3
00000000 4c 55 4b 53 ba be 00 01 61 65 73 00 00 00 00 00 |LUKS....aes.....|
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000020 00 00 00 00 00 00 00 00 78 74 73 2d 70 6c 61 69 |........xts-plai|
00000030 6e 36 34 00 00 00 00 00 00 00 00 00 00 00 00 00 |n64.............|
00000040 00 00 00 00 00 00 00 00 73 68 61 32 35 36 00 00 |........sha256..|
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000060 00 00 00 00 00 00 00 00 00 00 10 00 00 00 00 40 |...............@|
00000070 0b 21 ae 5d 29 95 92 4d a2 fd 4e e1 df d1 d8 bc |.!.])..M..N.....|
00000080 91 99 60 a4 d5 94 e2 83 f8 ac 42 5e 76 3e 5e b4 |..`.......B^v>^.|
00000090 19 ed 03 d8 65 79 2b ff a8 e3 41 1d d8 5c 12 c9 |....ey+...A..\..|
000000a0 c7 7e 59 33 00 00 b4 2d 66 31 38 39 64 61 38 63 |.~Y3...-f189da8c|
000000b0 2d 30 61 31 39 2d 34 35 32 33 2d 39 32 63 31 2d |-0a19-4523-92c1-|
000000c0 65 66 62 65 61 35 35 32 32 31 61 33 00 00 00 00 |efbea55221a3....|
000000d0 00 ac 71 f3 00 02 ce 63 bb e4 c9 83 da 5e 6d 46 |..q....c.....^mF|
000000e0 72 2b e1 82 c4 b1 81 59 60 db 98 8c 58 af c3 2b |r+.....Y`...X..+|
000000f0 bc 3a 73 32 00 01 13 60 00 00 00 08 00 00 0f a0 |.:s2...`........|
00000100 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000120 00 00 00 00 00 00 00 00 00 00 02 00 00 00 0f a0 |................|
00000130 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000150 00 00 00 00 00 00 00 00 00 00 03 f8 00 00 0f a0 |................|
00000160 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000180 00 00 00 00 00 00 00 00 00 00 05 f0 00 00 0f a0 |................|
00000190 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001b0 00 00 00 00 00 00 00 00 00 00 07 e8 00 00 0f a0 |................|
000001c0 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001e0 00 00 00 00 00 00 00 00 00 00 09 e0 00 00 0f a0 |................|
000001f0 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000200
=============================== StdErr Messages: ===============================
File descriptor 9 (/proc/5310/mounts) leaked on lvs invocation. Parent PID 11882: bash
File descriptor 63 (pipe:[40274]) leaked on lvs invocation. Parent PID 11882: bash
ADDITIONAL INFORMATION :
=================== log of boot-repair 2017-04-19__05h59 ===================
boot-repair version : 4ppa40
boot-sav version : 4ppa40
glade2script version : 3.2.3~ppa1
boot-sav-extra version : 4ppa40
boot-repair is executed in live-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
CPU op-mode(s): 32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
ls: cannot access '/home/usr/.config': No such file or directory
mount: unknown filesystem type 'crypto_LUKS'
mount /dev/sdb3 : Error code 32
mount -r /dev/sdb3 /mnt/boot-sav/sdb3
mount: unknown filesystem type 'crypto_LUKS'
mount -r /dev/sdb3 : Error code 32
=================== os-prober:
=================== blkid:
/dev/sda1: LABEL="KUBUNTU 16_" UUID="FAA0-1BF9" TYPE="vfat" PARTUUID="01a8e938-01"
/dev/loop0: TYPE="squashfs"
/dev/sdb1: UUID="55EA-F903" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="7a7e23d8-1ab6-4598-889f-92cbba57f2ba"
/dev/sdb2: UUID="a1966472-13a3-4a27-bf7b-4fe40dd74f77" TYPE="ext2" PARTUUID="117fda53-bb67-4e1e-9fbe-8b8bdff65dbd"
/dev/sdb3: UUID="f189da8c-0a19-4523-92c1-efbea55221a3" TYPE="crypto_LUKS" PARTUUID="37cc1250-7cc6-4a82-8f27-93786923e371"
mount: unknown filesystem type 'crypto_LUKS'
mount /dev/sdb3 : Error code 32
mount -r /dev/sdb3 /mnt/boot-sav/sdb3
mount: unknown filesystem type 'crypto_LUKS'
mount -r /dev/sdb3 : Error code 32
=================== efibootmgr -v
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 2001,2002,2003
Boot0000* Unknown Device: HD(1,GPT,74f6627b-b1e0-4867-b3f7-e18d589ce3b1,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
Boot0001* USB HDD: SanDisk Cruzer Slice PciRoot(0x0)/Pci(0x15,0x0)/USB(3,0)/HD(1,MBR,0x56,0x800,0x1dd1000)RC
Boot0002* Unknown Device: HD(1,GPT,74f6627b-b1e0-4867-b3f7-e18d589ce3b1,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
Boot0004* ubuntu HD(1,GPT,7a7e23d8-1ab6-4598-889f-92cbba57f2ba,0x800,0x100000)/File(EFIubuntushimx64.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 live-session.
SecureBoot disabled. (maybe sec-boot, Please report this message to boot.repair@gmail.com)
=================== PARTITIONS & DISKS:
sdb1 : sdb, not-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, /mnt/boot-sav/sdb1.
sdb2 : sdb, is-sepboot, grubenv-ok 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, /media/ubuntu/a1966472-13a3-4a27-bf7b-4fe40dd74f77.
sdb3 : sdb, 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, farbios, /mnt/boot-sav/sdb3.
sdb : GPT, no-BIOS_boot, has-correctEFI, usb-disk, no-os, 2048 sectors * 512 bytes
=================== parted -l:
Model: SanDisk Cruzer Slice (scsi)
Disk /dev/sda: 16.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 16.0GB 16.0GB primary fat32 boot
Model: TS-RDF5 SD Transcend (scsi)
Disk /dev/sdb: 128GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
2 538MB 1050MB 512MB ext2
3 1050MB 128GB 127GB
=================== parted -lm:
BYT;
/dev/sda:16.0GB:scsi:512:512:msdos:SanDisk Cruzer Slice:;
1:1049kB:16.0GB:16.0GB:fat32::boot;
BYT;
/dev/sdb:128GB:scsi:512:512:gpt:TS-RDF5 SD Transcend:;
1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
2:538MB:1050MB:512MB:ext2::;
3:1050MB:128GB:127GB:::;
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
sdb disk 119.3G
sdb2 part ext2 488M
sdb3 part crypto_LUKS 118.3G
sdb1 part vfat 512M
loop0 loop squashfs 1.4G
sda disk 14.9G
sda1 part vfat 14.9G KUBUNTU 16_
KNAME ROTA RO RM STATE MOUNTPOINT
sdb 1 0 1 running
sdb2 1 0 1 /media/ubuntu/a1966472-13a3-4a27-bf7b-4fe40dd74f77
sdb3 1 0 1
sdb1 1 0 1 /mnt/boot-sav/sdb1
loop0 1 1 0 /rofs
sda 1 0 1 running
sda1 1 0 1 /cdrom
=================== 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=920496k,nr_inodes=230124,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=187216k,mode=755)
/dev/sda1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
aufs on / type aufs (rw,noatime,si=beb5b35595a2dda1)
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/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=11555)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=187216k,mode=700,uid=999,gid=999)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
/dev/sdb2 on /media/ubuntu/a1966472-13a3-4a27-bf7b-4fe40dd74f77 type ext2 (rw,nosuid,nodev,relatime,block_validity,barrier,user_xattr,acl,uhelper=udisks2)
/dev/sdb1 on /mnt/boot-sav/sdb1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
=================== ls:
/sys/block/sda (filtered): alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered): alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sdb1 sdb2 sdb3 size slaves stat subsystem trace uevent
/dev (filtered): acpi_thermal_rel autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 ecryptfs fb0 fd full fuse gpiochip0 gpiochip1 gpiochip2 gpiochip3 hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sdb sdb1 sdb2 sdb3 sg0 sg1 shm snapshot snd stderr stdin stdout tpm0 uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
ls /dev/mapper: control
=================== hexdump -n512 -C /dev/sdb1
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 3f 00 ff 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 03 f9 ea 55 4e 4f 20 4e 41 4d 45 20 20 |..)...UNO 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 899M 0 899M 0% /dev
tmpfs tmpfs 183M 6.0M 177M 4% /run
/dev/sda1 vfat 15G 1.5G 14G 10% /cdrom
/dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
aufs aufs 915M 63M 852M 7% /
tmpfs tmpfs 915M 26M 889M 3% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 915M 0 915M 0% /sys/fs/cgroup
tmpfs tmpfs 915M 256K 914M 1% /tmp
tmpfs tmpfs 183M 80K 183M 1% /run/user/999
/dev/sdb2 ext2 473M 124M 325M 28% /media/ubuntu/a1966472-13a3-4a27-bf7b-4fe40dd74f77
/dev/sdb1 vfat 511M 6.1M 505M 2% /mnt/boot-sav/sdb1
=================== fdisk -l:
Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/loop0: 1.4 GiB, 1497772032 bytes, 2925336 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: 14.9 GiB, 16008609792 bytes, 31266816 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: 0x01a8e938
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 31266815 31264768 14.9G b W95 FAT32
Disk /dev/sdb: 119.3 GiB, 128043712512 bytes, 250085376 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: 460F55EE-CEFE-47B0-8DF2-40706DECD4C9
Device Start End Sectors Size Type
/dev/sdb1 2048 1050623 1048576 512M EFI System
/dev/sdb2 1050624 2050047 999424 488M Linux filesystem
/dev/sdb3 2050048 250083327 248033280 118.3G Linux filesystem
No OS or WinEFI system
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
/boot detected. Please check the options.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
=================== Recommended repair
The default repair of the Boot-Repair utility will not act on the MBR.
Additional repair will be performed: repair-filesystems
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Force Unmount all blkid partitions (for fsck) except / /boot /cdrom /dev /etc /home /opt /pas /proc /rofs /sys /tmp /usr /var
fsck -fyM /dev/sdb1
fsck from util-linux 2.27.1
fsck -fyM /dev/sdb2
fsck from util-linux 2.27.1
e2fsck 1.42.13 (17-May-2015)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/sdb2: 300/124928 files (22.3% non-contiguous), 142513/499712 blocks
fsck -fyM /dev/sdb3
fsck from util-linux 2.27.1
mount: unknown filesystem type 'crypto_LUKS'
mount /dev/sdb3 : Error code 32
mount -r /dev/sdb3 /mnt/boot-sav/sdb3
mount: unknown filesystem type 'crypto_LUKS'
mount -r /dev/sdb3 : Error code 32
Boot successfully repaired.
You can now reboot your computer.
paste.ubuntu.com ko (), using paste.debian
paste.debian.net ko (), using paste2
Hors ligne
#71 Le 19/04/2017, à 11:47
- Bougron
Re : [ résolu ] No bootable device ( au démarrage )
Bonjour.
L'analyse de ton boot-info montre quelques informations.
1) boot-repair is executed in live-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
Tu utilises la version 16.04.2 qui est une LTS
2) L'installation semble être allée à son terme.
================== efibootmgr -v
Boot0000* Unknown Device: HD(1,GPT,74f6627b-b1e0-4867-b3f7-e18d589ce3b1,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
et comme il se doit , avec un acer, il faut faire reconnaître le fichier de boot. Mais le début de la discussion montre qu'avec ce modèle ce n'est pas possible.
3) Les supports reconnus sont les suivants:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 14.9 GiB, 16008609792 bytes, 31266816 sectors
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 31,266,815 31,264,768 b W95 FAT32
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 119.3 GiB, 128043712512 bytes, 250085376 sectors
Disklabel type: gpt
========================= "ls -l /dev/disk/by-id" output: =======================
lrwxrwxrwx 1 root root 9 Apr 19 05:59 usb-SanDisk_Cruzer_Slice_20044530831DFBC034F4-0:0 -> ../../sda
lrwxrwxrwx 1 root root 9 Apr 19 05:59 usb-TS-RDF5_SD_Transcend_000000000039-0:0 -> ../../sdb
En résumé, On voit seulement tes deux clés USB de 16 Go et de 120 Go et absolument pas le disque eMMC de 32 Go si ma mémoire est bonne.
Il n'y a donc pas moyen d'intervenir sur le vrai fichier de boot que connaît le bios de cette machine et qui est stocké dans le eMMC.
4) On voit une autre chose embêtante. Tu as fais une installation qui est trop compliquée en laissant l'OS tout faire et en lui imposant de tout cacher.
/dev/sdb2 a1966472-13a3-4a27-bf7b-4fe40dd74f77 ext2
/dev/sdb3 f189da8c-0a19-4523-92c1-efbea55221a3 crypto_LUKS
C'est ton droit de masquer le contenu des partitions en cas de vol du micro. Mais je te propose de temporiser. Tu recommenceras au besoin une installation cryptée lorsqu'on aura vérifié que cela est capable de booter
Ce choix explique d'ailleurs pourquoi, il n'a pas tenu compte de tes préparations.
5) Une question.... Windows fonctionne-t-il toujours ?
Mon conseil pour la suite. On va tenter de réparer ta clé USB. Je sais que c'est possible si elle est formatée MSDOS, Mais je ne sais pas si cela va marcher pour cette clé de grosse taille formatée GPT surtout avec ce bios EFI assez particulier.
Le but est de la faire ressembler à ta petite clé qui boote bien.
Elle contient déjà cela
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /EFI/refind/refind_x64.efi /EFI/ubuntu/MokManager.efi
/EFI/ubuntu/fbx64.efi /EFI/ubuntu/fwupx64.efi
/EFI/ubuntu/grubx64.efi /EFI/ubuntu/mmx64.efi
/EFI/ubuntu/shimx64.efi
Tu pourras faire les commandes soit à partir d'un windows soit à partir de la live USB.
sudo mount /dev/sdb1 /mnt
sudo mkdir /mnt /EFI/Boot
sudo cp -v /mnt/EFI/ubuntu/* /mnt/EFI/Boot
sudo cp -v /mnt/EFI/Boot/grubx64.efi /mnt/EFI/Boot/Bootx64.efi
sudo umount -v /dev/sdb1
Puis rebooter.
Si cela ne fonctionne pas, Je te propose le plan de secours suivant
1) Télécharger la version 17.04 qui vient de sortir
2) Supprimer toutes les partitions de ta grosse clé USB.
3) Fabriquer une table de partition MSDOS
4) Fabriquer une partition FAT32 de 4 GO, une partition EXT4 de 32 GO et une autre en EXT4 avec le reste de l'espace disponible.
5) Installer la version 17.04 dans la partition FAT32 de cette grosse clé
6) Booter avec
Si cela ne boote pas, on sera un peut embêté, Il faudra que tu recommences la chose en sacrifiant le contenu de la petite clé.
7) Faire un boot-info qui permettra de savoir si le support EMMC est toujours caché.
Si ne l'est plus, tu pourras installer sur le EMMC
Si l'est toujours tu devras de nouveau installer sur la grosse clé, à condition qu'on ait pu booter avec!!!!!
Dans le choix de l'installation : Choisir "Autre chose" afin d'éviter la méthode automatique
Dans un premier temps, choisir de ne pas crypter. De toute façon, il y a d'autres méthodes.
Affecter la partition de 32 Go au point de montage / et conserver le format ext4. Inutile de formater.
Affecter la grosse partition au point de montage /DATA que tu devras introduire comme nom car il n'est pas proposé dans le menu déroulant. Inutile de formater.
La partition EFI est automatiquement trouvée,
Tu passeras outre, lorsqu'il dira qu'il n'y a pas de partition swap. Mais je crois qu'avec la version 17.04, la partition swap n'est plus utilisée.
Bon courage.
Bonjour Malbo.
Si tu peux mémoriser cette nouveauté: Une installation EFI en 32 bits avec un réseau WIFI comme trop souvent non fonctionnel nécessitant l'utilisation d'un téléphone. https://forum.ubuntu-fr.org/viewtopic.p … #p21713426
Hors ligne
#72 Le 20/04/2017, à 05:47
- Aaron Dblock
Re : [ résolu ] No bootable device ( au démarrage )
Bonjour Bougron,
Windows n'est plus du tout présent sur le pc. Une chose qui m'agace très fortement ; j'allume le pc ce matin et mon volume de 32Go eMMC du pc est détecté. Pourquoi Comment ??? qué passa ?? aucune idée.
Petit edit : Boot-info avec le volume du pc eMMC détecté.
Bref je vais essayer la première manipulation (post 58) et la deuxième (post 71) que tu viens de proposer.
Donc dans les manipulations, pour la partie qui consiste à copier refind à la place de windows ça ne fonctionne pas ... Néanmoins, quand je redémarre le pc et en tapant F12, il me re-propose le eMMC et le liveUSB. Quand je sélectionne le eMMC, évidemment il m'indique "failed_image EFI ....." (je ne sais plus précisément) et ça vient du fait que les commandes n'ont pas fonctionné jusqu'au bout.
Je me demande si le eMMC montre le bout de son nez quand le portable tombe en rade de batterie et en le rallumant il le détecte. J'essaye pour voir. Mais ça parait surprenant ?
J'ai lancé le dl de la version 17.04. Oui je souhaite avoir un support entièrement crypté mais je vais abandonner ce choix pour le moment et procéder à une installation classique. Comme tu le préconises, pour le moment c'est peut-être plus simple ;-).
Je vous tiens au courant des avancées de l'histoire.
Encore merci pour l'aide et la patience dont tu fais part.
Aaron
Dernière modification par Aaron Dblock (Le 20/04/2017, à 06:16)
"Une civilisation qui s'avère incapable de résoudre les problèmes que suscite son fonctionnement est une civilisation décadente. Une civilisation qui choisit de fermer les yeux à ses problèmes les plus cruciaux est une civilisation atteinte. Une civilisation qui ruse avec ses principes est une civilisation moribonde."
Hors ligne
#73 Le 20/04/2017, à 08:18
- malbo
Re : [ résolu ] No bootable device ( au démarrage )
Je colle ci-dessous ton Boot-Info dont tu as donné le lien dans le post #72 :
Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
============================= Boot Info Summary: ===============================
=> Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sda.
=> No boot loader is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 4.03 0x4d8ae235
Boot sector info: Syslinux looks at sector 3140584 of /dev/sda1 for its
second stage. SYSLINUX is installed in the /
directory. No errors found in the Boot Parameter Block.
Operating System:
Boot files: /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi
/EFI/BOOT/grubx64.efi /ldlinux.sys
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdb2: __________________________________________________________________________
File system: ext2
Boot sector type: -
Boot sector info:
Operating System:
Boot files: /grub/grub.cfg
sdb3: __________________________________________________________________________
File system: crypto_LUKS
Boot sector type: Unknown
Boot sector info:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 14.9 GiB, 16008609792 bytes, 31266816 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
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 31,266,815 31,264,768 b W95 FAT32
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 119.3 GiB, 128043712512 bytes, 250085376 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
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 1 250,085,375 250,085,375 ee GPT
GUID Partition Table detected.
Partition Attrs Start Sector End Sector # of Sectors System
/dev/sdb1 2,048 1,050,623 1,048,576 EFI System partition
/dev/sdb2 1,050,624 2,050,047 999,424 Data partition (Linux)
/dev/sdb3 2,050,048 250,083,327 248,033,280 Data partition (Linux)
Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/mmcblk0
/dev/mmcblk0p1 9D60-7D0C vfat
/dev/mmcblk0p2 c10d134e-d8ee-4c3f-ae38-124a725b0c0e ext4
/dev/mmcblk0p3 06998eb6-50dd-47ea-8c5d-1e2826c033c3 swap
/dev/sda1 FAA0-1BF9 vfat KUBUNTU 16_
/dev/sdb1 55EA-F903 vfat
/dev/sdb2 a1966472-13a3-4a27-bf7b-4fe40dd74f77 ext2
/dev/sdb3 f189da8c-0a19-4523-92c1-efbea55221a3 crypto_LUKS
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 13 Apr 20 04:42 mmc-BJNB4R_0x3f454d1c -> ../../mmcblk0
lrwxrwxrwx 1 root root 15 Apr 20 04:42 mmc-BJNB4R_0x3f454d1c-part1 -> ../../mmcblk0p1
lrwxrwxrwx 1 root root 15 Apr 20 04:42 mmc-BJNB4R_0x3f454d1c-part2 -> ../../mmcblk0p2
lrwxrwxrwx 1 root root 15 Apr 20 04:42 mmc-BJNB4R_0x3f454d1c-part3 -> ../../mmcblk0p3
lrwxrwxrwx 1 root root 9 Apr 20 04:59 usb-SanDisk_Cruzer_Slice_20044530831DFBC034F4-0:0 -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 20 04:59 usb-SanDisk_Cruzer_Slice_20044530831DFBC034F4-0:0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 9 Apr 20 04:59 usb-TS-RDF5_SD_Transcend_000000000039-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Apr 20 05:00 usb-TS-RDF5_SD_Transcend_000000000039-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Apr 20 04:59 usb-TS-RDF5_SD_Transcend_000000000039-0:0-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Apr 20 04:59 usb-TS-RDF5_SD_Transcend_000000000039-0:0-part3 -> ../../sdb3
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/mmcblk0p2 /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
/dev/mmcblk0p2 /mnt ext4 (rw,relatime,data=ordered)
/dev/sda1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sdb2 /media/ubuntu/a1966472-13a3-4a27-bf7b-4fe40dd74f77 ext2 (rw,nosuid,nodev,relatime,block_validity,barrier,user_xattr,acl,uhelper=udisks2)
=========================== sda1/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
if loadfont /boot/grub/font.pf2 ; then
set gfxmode=auto
insmod efi_gop
insmod efi_uga
insmod gfxterm
terminal_output gfxterm
fi
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
menuentry "Try Ubuntu without installing" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
initrd /casper/initrd.lz
}
menuentry "Install Ubuntu" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
initrd /casper/initrd.lz
}
menuentry "OEM install (for manufacturers)" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
initrd /casper/initrd.lz
}
menuentry "Check disc for defects" {
set gfxpayload=keep
linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
initrd /casper/initrd.lz
}
--------------------------------------------------------------------------------
============================== sda1/syslinux.cfg: ==============================
--------------------------------------------------------------------------------
default menu.c32
prompt 0
menu title UNetbootin
timeout 100
label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
label ubnentry0
menu label ^Help
kernel /ubnkern
append initrd=/ubninit
label ubnentry1
menu label ^Try Ubuntu without installing
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
label ubnentry2
menu label ^Install Ubuntu
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
label ubnentry3
menu label ^Check disc for defects
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
label ubnentry4
menu label Test ^memory
kernel /install/mt86plus
append initrd=/ubninit
label ubnentry5
menu label ^Boot from first hard disk
kernel /ubnkern
append initrd=/ubninit
label ubnentry6
menu label Try Ubuntu without installing
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
label ubnentry7
menu label Install Ubuntu
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
label ubnentry8
menu label OEM install (for manufacturers)
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
label ubnentry9
menu label Check disc for defects
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
--------------------------------------------------------------------------------
=================== sda1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/grub.cfg 1
================= sda1: Location of files loaded by Syslinux: ==================
GiB - GB File Fragment(s)
?? = ?? syslinux.cfg 1
?? = ?? ldlinux.sys 1
?? = ?? menu.c32 1
============== sda1: Version of COM32(R) files used by Syslinux: ===============
menu.c32 : COM32R module (v4.xx)
============================= sdb2/grub/grub.cfg: ==============================
--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 a1966472-13a3-4a27-bf7b-4fe40dd74f77
else
search --no-floppy --fs-uuid --set=root a1966472-13a3-4a27-bf7b-4fe40dd74f77
fi
font="/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=fr_FR
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=30
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=hidden
set timeout=0
# Fallback hidden-timeout code in case the timeout_style feature is
# unavailable.
elif sleep --interruptible 0 ; then
set timeout=0
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30,0; then
clear
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
if [ "${1}" = "keep" ]; then
set vt_handoff=vt.handoff=7
else
set vt_handoff=
fi
}
if [ "${recordfail}" != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-dd7c8d90-3d08-49a5-beab-65ebc59d7bee' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 a1966472-13a3-4a27-bf7b-4fe40dd74f77
else
search --no-floppy --fs-uuid --set=root a1966472-13a3-4a27-bf7b-4fe40dd74f77
fi
linux /vmlinuz-4.8.0-46-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
initrd /initrd.img-4.8.0-46-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-dd7c8d90-3d08-49a5-beab-65ebc59d7bee' {
menuentry 'Ubuntu, avec Linux 4.8.0-46-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-46-generic-advanced-dd7c8d90-3d08-49a5-beab-65ebc59d7bee' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 a1966472-13a3-4a27-bf7b-4fe40dd74f77
else
search --no-floppy --fs-uuid --set=root a1966472-13a3-4a27-bf7b-4fe40dd74f77
fi
echo 'Chargement de Linux 4.8.0-46-generic…'
linux /vmlinuz-4.8.0-46-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-4.8.0-46-generic
}
menuentry 'Ubuntu, with Linux 4.8.0-46-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-46-generic-init-upstart-dd7c8d90-3d08-49a5-beab-65ebc59d7bee' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 a1966472-13a3-4a27-bf7b-4fe40dd74f77
else
search --no-floppy --fs-uuid --set=root a1966472-13a3-4a27-bf7b-4fe40dd74f77
fi
echo 'Chargement de Linux 4.8.0-46-generic…'
linux /vmlinuz-4.8.0-46-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff init=/sbin/upstart
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-4.8.0-46-generic
}
menuentry 'Ubuntu, with Linux 4.8.0-46-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-46-generic-recovery-dd7c8d90-3d08-49a5-beab-65ebc59d7bee' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 a1966472-13a3-4a27-bf7b-4fe40dd74f77
else
search --no-floppy --fs-uuid --set=root a1966472-13a3-4a27-bf7b-4fe40dd74f77
fi
echo 'Chargement de Linux 4.8.0-46-generic…'
linux /vmlinuz-4.8.0-46-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-4.8.0-46-generic
}
menuentry 'Ubuntu, avec Linux 4.8.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-advanced-dd7c8d90-3d08-49a5-beab-65ebc59d7bee' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 a1966472-13a3-4a27-bf7b-4fe40dd74f77
else
search --no-floppy --fs-uuid --set=root a1966472-13a3-4a27-bf7b-4fe40dd74f77
fi
echo 'Chargement de Linux 4.8.0-36-generic…'
linux /vmlinuz-4.8.0-36-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-4.8.0-36-generic
}
menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-init-upstart-dd7c8d90-3d08-49a5-beab-65ebc59d7bee' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 a1966472-13a3-4a27-bf7b-4fe40dd74f77
else
search --no-floppy --fs-uuid --set=root a1966472-13a3-4a27-bf7b-4fe40dd74f77
fi
echo 'Chargement de Linux 4.8.0-36-generic…'
linux /vmlinuz-4.8.0-36-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff init=/sbin/upstart
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-4.8.0-36-generic
}
menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-recovery-dd7c8d90-3d08-49a5-beab-65ebc59d7bee' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 a1966472-13a3-4a27-bf7b-4fe40dd74f77
else
search --no-floppy --fs-uuid --set=root a1966472-13a3-4a27-bf7b-4fe40dd74f77
fi
echo 'Chargement de Linux 4.8.0-36-generic…'
linux /vmlinuz-4.8.0-36-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-4.8.0-36-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------
=================== sdb2: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
0.682341576 = 0.732658688 grub/grub.cfg 5
0.566367149 = 0.608132096 vmlinuz-4.8.0-36-generic 10
0.581999779 = 0.624917504 vmlinuz-4.8.0-46-generic 11
0.730439186 = 0.784303104 vmlinuz-4.8.0-46-generic.efi.signed 9
0.786646843 = 0.844655616 initrd.img-4.8.0-36-generic 13
0.937039375 = 1.006138368 initrd.img-4.8.0-46-generic 16
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sdb3
00000000 4c 55 4b 53 ba be 00 01 61 65 73 00 00 00 00 00 |LUKS....aes.....|
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000020 00 00 00 00 00 00 00 00 78 74 73 2d 70 6c 61 69 |........xts-plai|
00000030 6e 36 34 00 00 00 00 00 00 00 00 00 00 00 00 00 |n64.............|
00000040 00 00 00 00 00 00 00 00 73 68 61 32 35 36 00 00 |........sha256..|
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000060 00 00 00 00 00 00 00 00 00 00 10 00 00 00 00 40 |...............@|
00000070 0b 21 ae 5d 29 95 92 4d a2 fd 4e e1 df d1 d8 bc |.!.])..M..N.....|
00000080 91 99 60 a4 d5 94 e2 83 f8 ac 42 5e 76 3e 5e b4 |..`.......B^v>^.|
00000090 19 ed 03 d8 65 79 2b ff a8 e3 41 1d d8 5c 12 c9 |....ey+...A..\..|
000000a0 c7 7e 59 33 00 00 b4 2d 66 31 38 39 64 61 38 63 |.~Y3...-f189da8c|
000000b0 2d 30 61 31 39 2d 34 35 32 33 2d 39 32 63 31 2d |-0a19-4523-92c1-|
000000c0 65 66 62 65 61 35 35 32 32 31 61 33 00 00 00 00 |efbea55221a3....|
000000d0 00 ac 71 f3 00 02 ce 63 bb e4 c9 83 da 5e 6d 46 |..q....c.....^mF|
000000e0 72 2b e1 82 c4 b1 81 59 60 db 98 8c 58 af c3 2b |r+.....Y`...X..+|
000000f0 bc 3a 73 32 00 01 13 60 00 00 00 08 00 00 0f a0 |.:s2...`........|
00000100 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000120 00 00 00 00 00 00 00 00 00 00 02 00 00 00 0f a0 |................|
00000130 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000150 00 00 00 00 00 00 00 00 00 00 03 f8 00 00 0f a0 |................|
00000160 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000180 00 00 00 00 00 00 00 00 00 00 05 f0 00 00 0f a0 |................|
00000190 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001b0 00 00 00 00 00 00 00 00 00 00 07 e8 00 00 0f a0 |................|
000001c0 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001e0 00 00 00 00 00 00 00 00 00 00 09 e0 00 00 0f a0 |................|
000001f0 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000200
=============================== StdErr Messages: ===============================
File descriptor 9 (/proc/27651/mounts) leaked on lvs invocation. Parent PID 8455: bash
File descriptor 63 (pipe:[71574]) leaked on lvs invocation. Parent PID 8455: bash
ADDITIONAL INFORMATION :
=================== log of boot-repair 2017-04-20__04h59 ===================
boot-repair version : 4ppa40
boot-sav version : 4ppa40
glade2script version : 3.2.3~ppa1
boot-sav-extra version : 4ppa40
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
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-repair is executed in live-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
CPU op-mode(s): 32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
ls: cannot access '/home/usr/.config': No such file or directory
mmcblk0 (sda) has unknown type. Please report this message to boot.repair@gmail.com
mount: unknown filesystem type 'crypto_LUKS'
mount /dev/sdb3 : Error code 32
mount -r /dev/sdb3 /mnt/boot-sav/sdb3
mount: unknown filesystem type 'crypto_LUKS'
mount -r /dev/sdb3 : Error code 32
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: No such file or directory
cat: /sys/block/mmcblk0/mmcblk0boot1/start: No such file or directory
cat: /sys/block/mmcblk0/mmcblk0rpmb/start: No such file or directory
=================== os-prober:
/dev/mmcblk0p2:Ubuntu 16.04.2 LTS (16.04):Ubuntu:linux
=================== blkid:
/dev/mmcblk0p1: UUID="9D60-7D0C" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="74f6627b-b1e0-4867-b3f7-e18d589ce3b1"
/dev/mmcblk0p2: UUID="c10d134e-d8ee-4c3f-ae38-124a725b0c0e" TYPE="ext4" PARTUUID="f77418d4-d9f7-461c-bbf4-eba083badc54"
/dev/sda1: LABEL="KUBUNTU 16_" UUID="FAA0-1BF9" TYPE="vfat" PARTUUID="01a8e938-01"
/dev/loop0: TYPE="squashfs"
/dev/mmcblk0p3: UUID="06998eb6-50dd-47ea-8c5d-1e2826c033c3" TYPE="swap" PARTUUID="be53f72a-2e27-4d7f-88b1-e5e72f042120"
/dev/sdb1: UUID="55EA-F903" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="7a7e23d8-1ab6-4598-889f-92cbba57f2ba"
/dev/sdb2: UUID="a1966472-13a3-4a27-bf7b-4fe40dd74f77" TYPE="ext2" PARTUUID="117fda53-bb67-4e1e-9fbe-8b8bdff65dbd"
/dev/sdb3: UUID="f189da8c-0a19-4523-92c1-efbea55221a3" TYPE="crypto_LUKS" PARTUUID="37cc1250-7cc6-4a82-8f27-93786923e371"
/dev/mmcblk0: PTUUID="cf272757-be96-40ef-bdda-f3c9655ae3d7" PTTYPE="gpt"
1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
mount: unknown filesystem type 'crypto_LUKS'
mount /dev/sdb3 : Error code 32
mount -r /dev/sdb3 /mnt/boot-sav/sdb3
mount: unknown filesystem type 'crypto_LUKS'
mount -r /dev/sdb3 : Error code 32
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
=================== /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/etc/grub.d/ :
drwxr-xr-x 2 root root 4096 Apr 16 08:43 grub.d
total 80
-rwxr-xr-x 1 root root 9791 Jan 13 16:26 00_header
-rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
-rwxr-xr-x 1 root root 12512 Mar 24 06:32 10_linux
-rwxr-xr-x 1 root root 11082 Jan 13 16:26 20_linux_xen
-rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
-rwxr-xr-x 1 root root 11692 Jan 13 16:26 30_os-prober
-rwxr-xr-x 1 root root 1418 Jan 13 16:26 30_uefi-firmware
-rwxr-xr-x 1 root root 214 Jan 13 16:26 40_custom
-rwxr-xr-x 1 root root 216 Jan 13 16:26 41_custom
-rw-r--r-- 1 root root 483 Jan 13 16:26 README
=================== /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/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=9D60-7D0C (mmcblk0p1)
=================== efibootmgr -v
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0005,2001,2002,2003
Boot0000* Unknown Device: HD(1,GPT,74f6627b-b1e0-4867-b3f7-e18d589ce3b1,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
Boot0001* USB HDD: SanDisk Cruzer Slice PciRoot(0x0)/Pci(0x15,0x0)/USB(3,0)/HD(1,MBR,0x56,0x800,0x1dd1000)RC
Boot0002* Unknown Device: HD(1,GPT,74f6627b-b1e0-4867-b3f7-e18d589ce3b1,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
Boot0003* Unknown Device: HD(1,GPT,7a7e23d8-1ab6-4598-889f-92cbba57f2ba,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
Boot0004* ubuntu HD(1,GPT,7a7e23d8-1ab6-4598-889f-92cbba57f2ba,0x800,0x100000)/File(EFIubuntushimx64.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 live-session.
SecureBoot disabled. (maybe sec-boot, Please report this message to boot.repair@gmail.com)
=================== PARTITIONS & DISKS:
mmcblk0p1 : mmcblk0, not-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, /mnt/mnt.
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, /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e.
sdb1 : sdb, not-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, /mnt/boot-sav/sdb1.
sdb2 : sdb, is-sepboot, grubenv-ok 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, /media/ubuntu/a1966472-13a3-4a27-bf7b-4fe40dd74f77.
sdb3 : sdb, 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, farbios, /mnt/boot-sav/sdb3.
mmcblk0 : sda, 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, /mnt/boot-sav/mmcblk0.
mmcblk0 : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 1 sectors * 512 bytes
sdb : GPT, no-BIOS_boot, has-correctEFI, usb-disk, no-os, 2048 sectors * 512 bytes
sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, usb-disk, no-os, 2048 sectors * 512 bytes
=================== parted -l:
Model: SanDisk Cruzer Slice (scsi)
Disk /dev/sda: 16.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 16.0GB 16.0GB primary fat32 boot
Model: TS-RDF5 SD Transcend (scsi)
Disk /dev/sdb: 128GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
2 538MB 1050MB 512MB ext2
3 1050MB 128GB 127GB
Model: Generic SD/MMC Storage Card (sd/mmc)
Disk /dev/mmcblk0rpmb: 4194kB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:
Model: Generic SD/MMC Storage Card (sd/mmc)
Disk /dev/mmcblk0boot0: 4194kB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:
Model: Generic SD/MMC Storage Card (sd/mmc)
Disk /dev/mmcblk0boot1: 4194kB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:
Model: MMC BJNB4R (sd/mmc)
Disk /dev/mmcblk0: 31.3GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
2 538MB 29.3GB 28.8GB ext4
3 29.3GB 31.3GB 1966MB linux-swap(v1)
=================== parted -lm:
BYT;
/dev/sda:16.0GB:scsi:512:512:msdos:SanDisk Cruzer Slice:;
1:1049kB:16.0GB:16.0GB:fat32::boot;
BYT;
/dev/sdb:128GB:scsi:512:512:gpt:TS-RDF5 SD Transcend:;
1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
2:538MB:1050MB:512MB:ext2::;
3:1050MB:128GB:127GB:::;
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 BJNB4R:;
1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
2:538MB:29.3GB:28.8GB:ext4::;
3:29.3GB:31.3GB:1966MB:linux-swap(v1)::;
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
mmcblk0rpmb disk 4M
sdb disk 119.3G
sdb2 part ext2 488M
sdb3 part crypto_LUKS 118.3G
sdb1 part vfat 512M
mmcblk0boot0 disk 4M
loop0 loop squashfs 1.4G
sda disk 14.9G
sda1 part vfat 14.9G KUBUNTU 16_
mmcblk0boot1 disk 4M
mmcblk0 disk 29.1G
mmcblk0p2 part ext4 26.8G
mmcblk0p3 part swap 1.9G
mmcblk0p1 part vfat 512M
KNAME ROTA RO RM STATE MOUNTPOINT
mmcblk0rpmb 0 0 0
sdb 1 0 1 running
sdb2 1 0 1 /media/ubuntu/a1966472-13a3-4a27-bf7b-4fe40dd74f77
sdb3 1 0 1
sdb1 1 0 1 /mnt/boot-sav/sdb1
mmcblk0boot0 0 1 0
loop0 1 1 0 /rofs
sda 1 0 1 running
sda1 1 0 1 /cdrom
mmcblk0boot1 0 1 0
mmcblk0 0 0 0
mmcblk0p2 0 0 0 /mnt
mmcblk0p3 0 0 0
mmcblk0p1 0 0 0 /mnt/mnt
=================== 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=920496k,nr_inodes=230124,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=187216k,mode=755)
/dev/sda1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
aufs on / type aufs (rw,noatime,si=615aebd12eb0cb62)
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/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
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/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
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=11546)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=187216k,mode=700,uid=999,gid=999)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
/dev/sdb2 on /media/ubuntu/a1966472-13a3-4a27-bf7b-4fe40dd74f77 type ext2 (rw,nosuid,nodev,relatime,block_validity,barrier,user_xattr,acl,uhelper=udisks2)
/dev/mmcblk0p2 on /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e type ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
/dev/mmcblk0p2 on /mnt type ext4 (rw,relatime,data=ordered)
udev on /mnt/dev type devtmpfs (rw,nosuid,relatime,size=920496k,nr_inodes=230124,mode=755)
sysfs on /mnt/sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /mnt/proc type proc (rw,nosuid,nodev,noexec,relatime)
tmpfs on /mnt/run/resolvconf type tmpfs (rw,nosuid,noexec,relatime,size=187216k,mode=755)
devpts on /mnt/dev/pts type devpts (rw,relatime,mode=600,ptmxmode=000)
devpts on /dev/pts type devpts (rw,relatime,mode=600,ptmxmode=000)
/dev/mmcblk0p1 on /mnt/mnt type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sdb1 on /mnt/boot-sav/sdb1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
=================== ls:
/sys/block/mmcblk0 (filtered): alignment_offset badblocks 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 badblocks 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 badblocks 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 badblocks bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/sda (filtered): alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered): alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sdb1 sdb2 sdb3 size slaves stat subsystem trace uevent
/dev (filtered): acpi_thermal_rel autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 ecryptfs fb0 fd full fuse gpiochip0 gpiochip1 gpiochip2 gpiochip3 hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 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 sda sda1 sdb sdb1 sdb2 sdb3 sg0 sg1 shm snapshot snd stderr stdin stdout tpm0 uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net 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 0c 7d 60 9d 4e 4f 20 4e 41 4d 45 20 20 |..).}`.NO 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
=================== hexdump -n512 -C /dev/sdb1
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 3f 00 ff 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 03 f9 ea 55 4e 4f 20 4e 41 4d 45 20 20 |..)...UNO 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 899M 0 899M 0% /dev
tmpfs tmpfs 183M 6.1M 177M 4% /run
/dev/sda1 vfat 15G 1.5G 14G 10% /cdrom
/dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
aufs aufs 915M 69M 846M 8% /
tmpfs tmpfs 915M 25M 890M 3% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 915M 0 915M 0% /sys/fs/cgroup
tmpfs tmpfs 915M 256K 914M 1% /tmp
tmpfs tmpfs 183M 100K 183M 1% /run/user/999
/dev/sdb2 ext2 473M 124M 325M 28% /media/ubuntu/a1966472-13a3-4a27-bf7b-4fe40dd74f77
/dev/mmcblk0p2 ext4 27G 4.6G 21G 19% /mnt
/dev/mmcblk0p1 vfat 511M 4.4M 507M 1% /mnt/mnt
/dev/sdb1 vfat 511M 6.1M 505M 2% /mnt/boot-sav/sdb1
=================== fdisk -l:
Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/loop0: 1.4 GiB, 1497772032 bytes, 2925336 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: CF272757-BE96-40EF-BDDA-F3C9655AE3D7
Device Start End Sectors Size Type
/dev/mmcblk0p1 2048 1050623 1048576 512M EFI System
/dev/mmcblk0p2 1050624 57229311 56178688 26.8G Linux filesystem
/dev/mmcblk0p3 57229312 61069311 3840000 1.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: 14.9 GiB, 16008609792 bytes, 31266816 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: 0x01a8e938
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 31266815 31264768 14.9G b W95 FAT32
Disk /dev/sdb: 119.3 GiB, 128043712512 bytes, 250085376 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: 460F55EE-CEFE-47B0-8DF2-40706DECD4C9
Device Start End Sectors Size Type
/dev/sdb1 2048 1050623 1048576 512M EFI System
/dev/sdb2 1050624 2050047 999424 488M Linux filesystem
/dev/sdb3 2050048 250083327 248033280 118.3G Linux filesystem
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
/boot detected. Please check the options.
=================== Advices
You may want to retry after decrypting your partitions. (https://help.ubuntu.com/community/EncryptedPrivateDirectory)
Do you want to continue?
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
=================== Recommended repair
The default repair of the Boot-Repair utility will reinstall the grub-efi-amd64-signed of mmcblk0p2, using the following options: mmcblk0p1/boot/efi,
Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
/boot/efi added in mmcblk0p2/fstab
Mount mmcblk0p1 on /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/boot/efi
ls mmcblk0p1/efi: /refind/keys/SLES-UEFI-CA-Certificate.cer /refind/keys/refind_local.crt /refind/keys/refind_local.cer /refind/keys/refind.cer /refind/keys/openSUSE-UEFI-CA-Certificate.cer /refind/keys/openSUSE-UEFI-CA-Certificate-4096.cer /refind/keys/microsoft-uefica-public.der /refind/keys/microsoft-pca-public.der /refind/keys/microsoft-kekca-public.der /refind/keys/fedora-ca.cer /refind/keys/centos.cer /refind/keys/canonical-uefi-ca.der /refind/keys/altlinux.cer /refind/icons/vol_optical.png /refind/icons/vol_net.png /refind/icons/vol_internal.png /refind/icons/vol_external.png /refind/icons/transparent.png /refind/icons/tool_windows_rescue.png /refind/icons/tool_shell.png /refind/icons/tool_rescue.png /refind/icons/tool_part.png /refind/icons/tool_netboot.png /refind/icons/tool_mok_tool.png /refind/icons/tool_memtest.png /refind/icons/tool_fwupdate.png /refind/icons/tool_apple_rescue.png /refind/icons/README /refind/icons/os_xubuntu.png /refind/icons/os_win.png /refind/icons/os_win8.png /refind/icons/os_unknown.png /refind/icons/os_ubuntu.png /refind/icons/os_suse.png /refind/icons/os_slackware.png /refind/icons/os_refit.png /refind/icons/os_refind.png /refind/icons/os_redhat.png /refind/icons/os_opensuse.png /refind/icons/os_network.png /refind/icons/os_netbsd.png /refind/icons/os_mandriva.png /refind/icons/os_mageia.png /refind/icons/os_mac.png /refind/icons/os_lubuntu.png /refind/icons/os_linux.png /refind/icons/os_linuxmint.png /refind/icons/os_legacy.png /refind/icons/os_kubuntu.png /refind/icons/os_hwtest.png /refind/icons/os_haiku.png /refind/icons/os_gummiboot.png /refind/icons/os_gentoo.png /refind/icons/os_frugalware.png /refind/icons/os_freebsd.png /refind/icons/os_fedora.png /refind/icons/os_elementary.png /refind/icons/os_debian.png /refind/icons/os_crunchbang.png /refind/icons/os_clover.png /refind/icons/os_chrome.png /refind/icons/os_chakra.png /refind/icons/os_centos.png /refind/icons/os_arch.png /refind/icons/func_shutdown.png /refind/icons/func_reset.png /refind/icons/func_firmware.png /refind/icons/func_exit.png /refind/icons/func_csr_rotate.png /refind/icons/func_about.png /refind/icons/boot_win.png /refind/icons/boot_linux.png /refind/icons/arrow_right.png /refind/icons/arrow_left.png /refind/drivers_x64/ext4_x64.efi /ubuntu/shimx64.efi /ubuntu/mmx64.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /ubuntu/fwupx64.efi /ubuntu/fw /ubuntu/fbx64.efi /refind/refind_x64.efi /refind/refind.conf /refind/keys /refind/icons /refind/drivers_x64
Unhide GRUB boot menu in mmcblk0p2/etc/default/grub
*******lspci -nnk | grep -iA3 vga
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5a85] (rev 0b)
Subsystem: Acer Incorporated [ALI] Device [1025:110c]
Kernel driver in use: i915
Kernel modules: i915
*******
grub-install --version
grub-install (GRUB) 2.02~beta2-36ubuntu3.9,grub-install (GRUB) 2.
chroot /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e efibootmgr -v
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0005,2001,2002,2003
Boot0000* Unknown Device: HD(1,GPT,74f6627b-b1e0-4867-b3f7-e18d589ce3b1,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
Boot0001* USB HDD: SanDisk Cruzer Slice PciRoot(0x0)/Pci(0x15,0x0)/USB(3,0)/HD(1,MBR,0x56,0x800,0x1dd1000)RC
Boot0002* Unknown Device: HD(1,GPT,74f6627b-b1e0-4867-b3f7-e18d589ce3b1,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
Boot0003* Unknown Device: HD(1,GPT,7a7e23d8-1ab6-4598-889f-92cbba57f2ba,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
Boot0004* ubuntu HD(1,GPT,7a7e23d8-1ab6-4598-889f-92cbba57f2ba,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0005* rEFInd Boot Manager HD(1,GPT,74f6627b-b1e0-4867-b3f7-e18d589ce3b1,0x800,0x100000)/File(EFIrefindrefind_x64.efi)
Boot2001* EFI USB Device RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network RC
chroot /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e uname -r
Kernel: 4.8.0-36-generic
Reinstall the grub-efi-amd64-signed of mmcblk0p2
Installing for x86_64-efi platform.
Installation finished. No error reported.
grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : exit code of grub-install :0
Refind detected on mmcblk0p1
Refind detected on sdb1
ls mmcblk0p1/efi: /refind/keys/SLES-UEFI-CA-Certificate.cer /refind/keys/refind_local.crt /refind/keys/refind_local.cer /refind/keys/refind.cer /refind/keys/openSUSE-UEFI-CA-Certificate.cer /refind/keys/openSUSE-UEFI-CA-Certificate-4096.cer /refind/keys/microsoft-uefica-public.der /refind/keys/microsoft-pca-public.der /refind/keys/microsoft-kekca-public.der /refind/keys/fedora-ca.cer /refind/keys/centos.cer /refind/keys/canonical-uefi-ca.der /refind/keys/altlinux.cer /refind/icons/vol_optical.png /refind/icons/vol_net.png /refind/icons/vol_internal.png /refind/icons/vol_external.png /refind/icons/transparent.png /refind/icons/tool_windows_rescue.png /refind/icons/tool_shell.png /refind/icons/tool_rescue.png /refind/icons/tool_part.png /refind/icons/tool_netboot.png /refind/icons/tool_mok_tool.png /refind/icons/tool_memtest.png /refind/icons/tool_fwupdate.png /refind/icons/tool_apple_rescue.png /refind/icons/README /refind/icons/os_xubuntu.png /refind/icons/os_win.png /refind/icons/os_win8.png /refind/icons/os_unknown.png /refind/icons/os_ubuntu.png /refind/icons/os_suse.png /refind/icons/os_slackware.png /refind/icons/os_refit.png /refind/icons/os_refind.png /refind/icons/os_redhat.png /refind/icons/os_opensuse.png /refind/icons/os_network.png /refind/icons/os_netbsd.png /refind/icons/os_mandriva.png /refind/icons/os_mageia.png /refind/icons/os_mac.png /refind/icons/os_lubuntu.png /refind/icons/os_linux.png /refind/icons/os_linuxmint.png /refind/icons/os_legacy.png /refind/icons/os_kubuntu.png /refind/icons/os_hwtest.png /refind/icons/os_haiku.png /refind/icons/os_gummiboot.png /refind/icons/os_gentoo.png /refind/icons/os_frugalware.png /refind/icons/os_freebsd.png /refind/icons/os_fedora.png /refind/icons/os_elementary.png /refind/icons/os_debian.png /refind/icons/os_crunchbang.png /refind/icons/os_clover.png /refind/icons/os_chrome.png /refind/icons/os_chakra.png /refind/icons/os_centos.png /refind/icons/os_arch.png /refind/icons/func_shutdown.png /refind/icons/func_reset.png /refind/icons/func_firmware.png /refind/icons/func_exit.png /refind/icons/func_csr_rotate.png /refind/icons/func_about.png /refind/icons/boot_win.png /refind/icons/boot_linux.png /refind/icons/arrow_right.png /refind/icons/arrow_left.png /refind/drivers_x64/ext4_x64.efi /ubuntu/shimx64.efi /ubuntu/mmx64.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /ubuntu/fwupx64.efi /ubuntu/fw /ubuntu/fbx64.efi /refind/refind_x64.efi /refind/refind.conf /refind/keys /refind/icons /refind/drivers_x64
ls sdb1/efi: /refind/keys/SLES-UEFI-CA-Certificate.cer /refind/keys/refind_local.crt /refind/keys/refind_local.cer /refind/keys/refind.cer /refind/keys/openSUSE-UEFI-CA-Certificate.cer /refind/keys/openSUSE-UEFI-CA-Certificate-4096.cer /refind/keys/microsoft-uefica-public.der /refind/keys/microsoft-pca-public.der /refind/keys/microsoft-kekca-public.der /refind/keys/fedora-ca.cer /refind/keys/centos.cer /refind/keys/canonical-uefi-ca.der /refind/keys/altlinux.cer /refind/icons/vol_optical.png /refind/icons/vol_net.png /refind/icons/vol_internal.png /refind/icons/vol_external.png /refind/icons/transparent.png /refind/icons/tool_windows_rescue.png /refind/icons/tool_shell.png /refind/icons/tool_rescue.png /refind/icons/tool_part.png /refind/icons/tool_netboot.png /refind/icons/tool_mok_tool.png /refind/icons/tool_memtest.png /refind/icons/tool_fwupdate.png /refind/icons/tool_apple_rescue.png /refind/icons/README /refind/icons/os_xubuntu.png /refind/icons/os_win.png /refind/icons/os_win8.png /refind/icons/os_unknown.png /refind/icons/os_ubuntu.png /refind/icons/os_suse.png /refind/icons/os_slackware.png /refind/icons/os_refit.png /refind/icons/os_refind.png /refind/icons/os_redhat.png /refind/icons/os_opensuse.png /refind/icons/os_network.png /refind/icons/os_netbsd.png /refind/icons/os_mandriva.png /refind/icons/os_mageia.png /refind/icons/os_mac.png /refind/icons/os_lubuntu.png /refind/icons/os_linux.png /refind/icons/os_linuxmint.png /refind/icons/os_legacy.png /refind/icons/os_kubuntu.png /refind/icons/os_hwtest.png /refind/icons/os_haiku.png /refind/icons/os_gummiboot.png /refind/icons/os_gentoo.png /refind/icons/os_frugalware.png /refind/icons/os_freebsd.png /refind/icons/os_fedora.png /refind/icons/os_elementary.png /refind/icons/os_debian.png /refind/icons/os_crunchbang.png /refind/icons/os_clover.png /refind/icons/os_chrome.png /refind/icons/os_chakra.png /refind/icons/os_centos.png /refind/icons/os_arch.png /refind/icons/func_shutdown.png /refind/icons/func_reset.png /refind/icons/func_firmware.png /refind/icons/func_exit.png /refind/icons/func_csr_rotate.png /refind/icons/func_about.png /refind/icons/boot_win.png /refind/icons/boot_linux.png /refind/icons-backup/vol_optical.png /refind/icons-backup/vol_net.png /refind/icons-backup/vol_internal.png /refind/icons-backup/vol_external.png /refind/icons-backup/transparent.png /refind/icons-backup/tool_windows_rescue.png /refind/icons-backup/tool_shell.png /refind/icons-backup/tool_rescue.png /refind/icons-backup/tool_part.png /refind/icons-backup/tool_netboot.png /refind/icons-backup/tool_mok_tool.png /refind/icons-backup/tool_memtest.png /refind/icons-backup/tool_fwupdate.png /refind/icons-backup/tool_apple_rescue.png /refind/icons-backup/README /refind/icons-backup/os_xubuntu.png /refind/icons-backup/os_win.png /refind/icons-backup/os_win8.png /refind/icons-backup/os_unknown.png /refind/icons-backup/os_ubuntu.png /refind/icons-backup/os_suse.png /refind/icons-backup/os_slackware.png /refind/icons-backup/os_refit.png /refind/icons-backup/os_refind.png /refind/icons-backup/os_redhat.png /refind/icons-backup/os_opensuse.png /refind/icons-backup/os_network.png /refind/icons-backup/os_netbsd.png /refind/icons-backup/os_mandriva.png /refind/icons-backup/os_mageia.png /refind/icons-backup/os_mac.png /refind/icons-backup/os_lubuntu.png /refind/icons-backup/os_linux.png /refind/icons-backup/os_linuxmint.png /refind/icons-backup/os_legacy.png /refind/icons-backup/os_kubuntu.png /refind/icons-backup/os_hwtest.png /refind/icons-backup/os_haiku.png /refind/icons-backup/os_gummiboot.png /refind/icons-backup/os_gentoo.png /refind/icons-backup/os_frugalware.png /refind/icons-backup/os_freebsd.png /refind/icons-backup/os_fedora.png /refind/icons-backup/os_elementary.png /refind/icons-backup/os_debian.png /refind/icons-backup/os_crunchbang.png /refind/icons-backup/os_clover.png /refind/icons-backup/os_chrome.png /refind/icons-backup/os_chakra.png /refind/icons-backup/os_centos.png /refind/icons-backup/os_arch.png /refind/icons-backup/func_shutdown.png /refind/icons-backup/func_reset.png /refind/icons-backup/func_firmware.png /refind/icons-backup/func_exit.png /refind/icons-backup/func_csr_rotate.png /refind/icons-backup/func_about.png /refind/icons-backup/boot_win.png /refind/icons-backup/boot_linux.png /refind/icons-backup/arrow_right.png /refind/icons-backup/arrow_left.png /refind/icons/arrow_right.png /refind/icons/arrow_left.png /ubuntu/shimx64.efi /ubuntu/MokManager.efi /ubuntu/mmx64.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /ubuntu/fwupx64.efi /ubuntu/fw /ubuntu/fbx64.efi /refind/refind_x64.efi /refind/refind.conf-sample /refind/refind.conf /refind/keys /refind/icons-backup /refind/icons
ls sdb2/efi:
ls sdb2: abi-4.8.0-36-generic
abi-4.8.0-46-generic
config-4.8.0-36-generic
config-4.8.0-46-generic
efi
grub
initrd.img-4.8.0-36-generic
initrd.img-4.8.0-46-generic
lost+found
memtest86+.bin
memtest86+.elf
memtest86+_multiboot.bin
System.map-4.8.0-36-generic
System.map-4.8.0-46-generic
vmlinuz-4.8.0-36-generic
vmlinuz-4.8.0-46-generic
vmlinuz-4.8.0-46-generic.efi.signed . Please report this message to boot.repair@gmail.com
cp /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/boot/efi/EFI/ubuntu/shimx64.efi /media/ubuntu/a1966472-13a3-4a27-bf7b-4fe40dd74f77/efi/ubuntu/shimx64.efi
df /dev/mmcblk0p1
cp /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/boot/efi/EFI/ubuntu/shimx64.efi /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/boot/efi/EFI/Microsoft/Boot/bootmgfw.efi (& .grb)
df /dev/mmcblk0p1
cp /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/boot/efi/EFI/ubuntu/shimx64.efi /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/boot/efi/EFI/Microsoft/Boot/bootx64.efi (& .grb)
df /dev/mmcblk0p1
cp /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/boot/efi/EFI/ubuntu/shimx64.efi /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/boot/efi/EFI/Boot/bootx64.efi (& .grb)
ls mmcblk0p1/efi: /refind/keys/SLES-UEFI-CA-Certificate.cer /refind/keys/refind_local.crt /refind/keys/refind_local.cer /refind/keys/refind.cer /refind/keys/openSUSE-UEFI-CA-Certificate.cer /refind/keys/openSUSE-UEFI-CA-Certificate-4096.cer /refind/keys/microsoft-uefica-public.der /refind/keys/microsoft-pca-public.der /refind/keys/microsoft-kekca-public.der /refind/keys/fedora-ca.cer /refind/keys/centos.cer /refind/keys/canonical-uefi-ca.der /refind/keys/altlinux.cer /refind/icons/vol_optical.png /refind/icons/vol_net.png /refind/icons/vol_internal.png /refind/icons/vol_external.png /refind/icons/transparent.png /refind/icons/tool_windows_rescue.png /refind/icons/tool_shell.png /refind/icons/tool_rescue.png /refind/icons/tool_part.png /refind/icons/tool_netboot.png /refind/icons/tool_mok_tool.png /refind/icons/tool_memtest.png /refind/icons/tool_fwupdate.png /refind/icons/tool_apple_rescue.png /refind/icons/README /refind/icons/os_xubuntu.png /refind/icons/os_win.png /refind/icons/os_win8.png /refind/icons/os_unknown.png /refind/icons/os_ubuntu.png /refind/icons/os_suse.png /refind/icons/os_slackware.png /refind/icons/os_refit.png /refind/icons/os_refind.png /refind/icons/os_redhat.png /refind/icons/os_opensuse.png /refind/icons/os_network.png /refind/icons/os_netbsd.png /refind/icons/os_mandriva.png /refind/icons/os_mageia.png /refind/icons/os_mac.png /refind/icons/os_lubuntu.png /refind/icons/os_linux.png /refind/icons/os_linuxmint.png /refind/icons/os_legacy.png /refind/icons/os_kubuntu.png /refind/icons/os_hwtest.png /refind/icons/os_haiku.png /refind/icons/os_gummiboot.png /refind/icons/os_gentoo.png /refind/icons/os_frugalware.png /refind/icons/os_freebsd.png /refind/icons/os_fedora.png /refind/icons/os_elementary.png /refind/icons/os_debian.png /refind/icons/os_crunchbang.png /refind/icons/os_clover.png /refind/icons/os_chrome.png /refind/icons/os_chakra.png /refind/icons/os_centos.png /refind/icons/os_arch.png /refind/icons/func_shutdown.png /refind/icons/func_reset.png /refind/icons/func_firmware.png /refind/icons/func_exit.png /refind/icons/func_csr_rotate.png /refind/icons/func_about.png /refind/icons/boot_win.png /refind/icons/boot_linux.png /refind/icons/arrow_right.png /refind/icons/arrow_left.png /refind/drivers_x64/ext4_x64.efi /Microsoft/Boot/bootx64.efi.grb /Microsoft/Boot/bootx64.efi /Microsoft/Boot/bootmgfw.efi.grb /Microsoft/Boot/bootmgfw.efi /ubuntu/shimx64.efi /ubuntu/mmx64.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /ubuntu/fwupx64.efi /ubuntu/fw /ubuntu/fbx64.efi /refind/refind_x64.efi /refind/refind.conf /refind/keys /refind/icons /refind/drivers_x64 /Microsoft/Boot /Boot/bootx64.efi.grb /Boot/bootx64.efi
Add /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/boot/efi efi entries in /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/etc/grub.d/25_custom
Adding custom /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/boot/efi/EFI/refind/refind_x64.efi
Adding custom /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/boot/efi/EFI/ubuntu/fbx64.efi
Adding custom /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/boot/efi/EFI/ubuntu/fwupx64.efi
Adding custom /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/boot/efi/EFI/ubuntu/mmx64.efi
Adding custom /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/boot/efi/EFI/refind/drivers_x64/ext4_x64.efi
df /dev/sdb1
cp /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sdb1/EFI/Microsoft/Boot/bootmgfw.efi (& .grb)
df /dev/sdb1
cp /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sdb1/EFI/Microsoft/Boot/bootx64.efi (& .grb)
df /dev/sdb1
cp /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sdb1/EFI/Boot/bootx64.efi (& .grb)
ls sdb1/efi: /refind/keys/SLES-UEFI-CA-Certificate.cer /refind/keys/refind_local.crt /refind/keys/refind_local.cer /refind/keys/refind.cer /refind/keys/openSUSE-UEFI-CA-Certificate.cer /refind/keys/openSUSE-UEFI-CA-Certificate-4096.cer /refind/keys/microsoft-uefica-public.der /refind/keys/microsoft-pca-public.der /refind/keys/microsoft-kekca-public.der /refind/keys/fedora-ca.cer /refind/keys/centos.cer /refind/keys/canonical-uefi-ca.der /refind/keys/altlinux.cer /refind/icons/vol_optical.png /refind/icons/vol_net.png /refind/icons/vol_internal.png /refind/icons/vol_external.png /refind/icons/transparent.png /refind/icons/tool_windows_rescue.png /refind/icons/tool_shell.png /refind/icons/tool_rescue.png /refind/icons/tool_part.png /refind/icons/tool_netboot.png /refind/icons/tool_mok_tool.png /refind/icons/tool_memtest.png /refind/icons/tool_fwupdate.png /refind/icons/tool_apple_rescue.png /refind/icons/README /refind/icons/os_xubuntu.png /refind/icons/os_win.png /refind/icons/os_win8.png /refind/icons/os_unknown.png /refind/icons/os_ubuntu.png /refind/icons/os_suse.png /refind/icons/os_slackware.png /refind/icons/os_refit.png /refind/icons/os_refind.png /refind/icons/os_redhat.png /refind/icons/os_opensuse.png /refind/icons/os_network.png /refind/icons/os_netbsd.png /refind/icons/os_mandriva.png /refind/icons/os_mageia.png /refind/icons/os_mac.png /refind/icons/os_lubuntu.png /refind/icons/os_linux.png /refind/icons/os_linuxmint.png /refind/icons/os_legacy.png /refind/icons/os_kubuntu.png /refind/icons/os_hwtest.png /refind/icons/os_haiku.png /refind/icons/os_gummiboot.png /refind/icons/os_gentoo.png /refind/icons/os_frugalware.png /refind/icons/os_freebsd.png /refind/icons/os_fedora.png /refind/icons/os_elementary.png /refind/icons/os_debian.png /refind/icons/os_crunchbang.png /refind/icons/os_clover.png /refind/icons/os_chrome.png /refind/icons/os_chakra.png /refind/icons/os_centos.png /refind/icons/os_arch.png /refind/icons/func_shutdown.png /refind/icons/func_reset.png /refind/icons/func_firmware.png /refind/icons/func_exit.png /refind/icons/func_csr_rotate.png /refind/icons/func_about.png /refind/icons/boot_win.png /refind/icons/boot_linux.png /refind/icons-backup/vol_optical.png /refind/icons-backup/vol_net.png /refind/icons-backup/vol_internal.png /refind/icons-backup/vol_external.png /refind/icons-backup/transparent.png /refind/icons-backup/tool_windows_rescue.png /refind/icons-backup/tool_shell.png /refind/icons-backup/tool_rescue.png /refind/icons-backup/tool_part.png /refind/icons-backup/tool_netboot.png /refind/icons-backup/tool_mok_tool.png /refind/icons-backup/tool_memtest.png /refind/icons-backup/tool_fwupdate.png /refind/icons-backup/tool_apple_rescue.png /refind/icons-backup/README /refind/icons-backup/os_xubuntu.png /refind/icons-backup/os_win.png /refind/icons-backup/os_win8.png /refind/icons-backup/os_unknown.png /refind/icons-backup/os_ubuntu.png /refind/icons-backup/os_suse.png /refind/icons-backup/os_slackware.png /refind/icons-backup/os_refit.png /refind/icons-backup/os_refind.png /refind/icons-backup/os_redhat.png /refind/icons-backup/os_opensuse.png /refind/icons-backup/os_network.png /refind/icons-backup/os_netbsd.png /refind/icons-backup/os_mandriva.png /refind/icons-backup/os_mageia.png /refind/icons-backup/os_mac.png /refind/icons-backup/os_lubuntu.png /refind/icons-backup/os_linux.png /refind/icons-backup/os_linuxmint.png /refind/icons-backup/os_legacy.png /refind/icons-backup/os_kubuntu.png /refind/icons-backup/os_hwtest.png /refind/icons-backup/os_haiku.png /refind/icons-backup/os_gummiboot.png /refind/icons-backup/os_gentoo.png /refind/icons-backup/os_frugalware.png /refind/icons-backup/os_freebsd.png /refind/icons-backup/os_fedora.png /refind/icons-backup/os_elementary.png /refind/icons-backup/os_debian.png /refind/icons-backup/os_crunchbang.png /refind/icons-backup/os_clover.png /refind/icons-backup/os_chrome.png /refind/icons-backup/os_chakra.png /refind/icons-backup/os_centos.png /refind/icons-backup/os_arch.png /refind/icons-backup/func_shutdown.png /refind/icons-backup/func_reset.png /refind/icons-backup/func_firmware.png /refind/icons-backup/func_exit.png /refind/icons-backup/func_csr_rotate.png /refind/icons-backup/func_about.png /refind/icons-backup/boot_win.png /refind/icons-backup/boot_linux.png /refind/icons-backup/arrow_right.png /refind/icons-backup/arrow_left.png /refind/icons/arrow_right.png /refind/icons/arrow_left.png /Microsoft/Boot/bootx64.efi.grb /Microsoft/Boot/bootx64.efi /Microsoft/Boot/bootmgfw.efi.grb /Microsoft/Boot/bootmgfw.efi /ubuntu/shimx64.efi /ubuntu/MokManager.efi /ubuntu/mmx64.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /ubuntu/fwupx64.efi /ubuntu/fw /ubuntu/fbx64.efi /refind/refind_x64.efi /refind/refind.conf-sample /refind/refind.conf /refind/keys /refind/icons-backup /refind/icons /Microsoft/Boot /Boot/bootx64.efi.grb /Boot/bootx64.efi
Add /mnt/boot-sav/sdb1 efi entries in /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/etc/grub.d/25_custom
Adding custom /mnt/boot-sav/sdb1/EFI/refind/refind_x64.efi
Adding custom /mnt/boot-sav/sdb1/EFI/ubuntu/fbx64.efi
Adding custom /mnt/boot-sav/sdb1/EFI/ubuntu/fwupx64.efi
Adding custom /mnt/boot-sav/sdb1/EFI/ubuntu/mmx64.efi
Adding custom /mnt/boot-sav/sdb1/EFI/ubuntu/MokManager.efi
df /dev/sdb2
cp /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/boot/efi/EFI/ubuntu/shimx64.efi /media/ubuntu/a1966472-13a3-4a27-bf7b-4fe40dd74f77/efi/Microsoft/Boot/bootmgfw.efi (& .grb)
df /dev/sdb2
cp /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/boot/efi/EFI/ubuntu/shimx64.efi /media/ubuntu/a1966472-13a3-4a27-bf7b-4fe40dd74f77/efi/Microsoft/Boot/bootx64.efi (& .grb)
df /dev/sdb2
cp /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/boot/efi/EFI/ubuntu/shimx64.efi /media/ubuntu/a1966472-13a3-4a27-bf7b-4fe40dd74f77/efi/Boot/bootx64.efi (& .grb)
ls sdb2/efi: /Microsoft/Boot/bootx64.efi.grb /Microsoft/Boot/bootx64.efi /Microsoft/Boot/bootmgfw.efi.grb /Microsoft/Boot/bootmgfw.efi /ubuntu/shimx64.efi /Microsoft/Boot /Boot/bootx64.efi.grb /Boot/bootx64.efi
ls sdb2: abi-4.8.0-36-generic
abi-4.8.0-46-generic
config-4.8.0-36-generic
config-4.8.0-46-generic
efi
grub
initrd.img-4.8.0-36-generic
initrd.img-4.8.0-46-generic
lost+found
memtest86+.bin
memtest86+.elf
memtest86+_multiboot.bin
System.map-4.8.0-36-generic
System.map-4.8.0-46-generic
vmlinuz-4.8.0-36-generic
vmlinuz-4.8.0-46-generic
vmlinuz-4.8.0-46-generic.efi.signed . Please report this message to boot.repair@gmail.com
Add /media/ubuntu/a1966472-13a3-4a27-bf7b-4fe40dd74f77 efi entries in /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e/etc/grub.d/25_custom
Installing for x86_64-efi platform.
Installation finished. No error reported.
grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : exit code of grub-install :0
chroot /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e efibootmgr -v
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0004,0005,2001,2002,2003
Boot0000* Unknown Device: HD(1,GPT,74f6627b-b1e0-4867-b3f7-e18d589ce3b1,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
Boot0001* USB HDD: SanDisk Cruzer Slice PciRoot(0x0)/Pci(0x15,0x0)/USB(3,0)/HD(1,MBR,0x56,0x800,0x1dd1000)RC
Boot0002* Unknown Device: HD(1,GPT,74f6627b-b1e0-4867-b3f7-e18d589ce3b1,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
Boot0003* Unknown Device: HD(1,GPT,7a7e23d8-1ab6-4598-889f-92cbba57f2ba,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
Boot0004* ubuntu HD(1,GPT,74f6627b-b1e0-4867-b3f7-e18d589ce3b1,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0005* rEFInd Boot Manager HD(1,GPT,74f6627b-b1e0-4867-b3f7-e18d589ce3b1,0x800,0x100000)/File(EFIrefindrefind_x64.efi)
Boot2001* EFI USB Device RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network RC
chroot /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.8.0-46-generic
Found initrd image: /boot/initrd.img-4.8.0-46-generic
Found linux image: /boot/vmlinuz-4.8.0-36-generic
Found initrd image: /boot/initrd.img-4.8.0-36-generic
Adding boot menu entry for EFI firmware configuration
mount: unknown filesystem type 'crypto_LUKS'
mount /dev/sdb3 : Error code 32
mount -r /dev/sdb3 /mnt/boot-sav/sdb3
mount: unknown filesystem type 'crypto_LUKS'
mount -r /dev/sdb3 : Error code 32
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
Unhide GRUB boot menu in mmcblk0p2/boot/grub/grub.cfg
Boot successfully repaired.
You can now reboot your computer.
Please do not forget to make your BIOS boot on mmcblk0 (31.3GB) disk!
paste.ubuntu.com ko (), using paste.debian
paste.debian.net ko (), using paste2
Je me contente de coller le Boot-Info au cas où ça pourrait rendre la présente discussion intelligible dans l'avenir (c'est pas sûr hein ?) mais il y a un truc qui m'intrigue dans ce dernier Boot-Info, c'est dans cette partie :
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/mmcblk0p2 /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
/dev/mmcblk0p2 /mnt ext4 (rw,relatime,data=ordered)
/dev/sda1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sdb2 /media/ubuntu/a1966472-13a3-4a27-bf7b-4fe40dd74f77 ext2 (rw,nosuid,nodev,relatime,block_validity,barrier,user_xattr,acl,uhelper=udisks2)
On y voit que la partition /dev/mmcblk0p2 est montée à la fois dans le point de montage /media/ubuntu/c10d134e-d8ee-4c3f-ae38-124a725b0c0e et dans le point de montage /mnt, alors même que le Boot-Info est réalisé depuis une session live. Sauf si c'est toi qui fais n'importe quoi, ce qui n'est pas à exclure, je ne comprends pas comment tu peux obtenir ça...
Dernière modification par malbo (Le 20/04/2017, à 08:40)
Hors ligne
#74 Le 20/04/2017, à 08:39
- Aaron Dblock
Re : [ résolu ] No bootable device ( au démarrage )
Merci Malbo.
Il suffit juste d'effectuer un copier/coller pour faire apparaitre le boot-info sous cette forme ? (si ça peut éviter que tu aies à le faire à chaque fois...)
Aaron
"Une civilisation qui s'avère incapable de résoudre les problèmes que suscite son fonctionnement est une civilisation décadente. Une civilisation qui choisit de fermer les yeux à ses problèmes les plus cruciaux est une civilisation atteinte. Une civilisation qui ruse avec ses principes est une civilisation moribonde."
Hors ligne
#75 Le 20/04/2017, à 08:48
- malbo
Re : [ résolu ] No bootable device ( au démarrage )
Il suffit juste d'effectuer un copier/coller pour faire apparaître le boot-info sous cette forme ?
C'est un peu plus compliqué parce qu'il faut utiliser les balises : voir ici
J'ai pris l'habitude de demander l'URL du Boot-Info et de coller moi-même le contenu dans la discussion parce qu'on tombe souvent sur des novices qui pataugent avec ça - bien que ça ne me paraisse pas compliqué - et du coup au lieu de s'occuper de leur problème, il faut commencer par leur apprendre à utiliser les balises. Et ça, malgré ma patience infinie, ça m'emmerde profondément. Mais si tu comprends ce qu'il faut faire, oui fais-le.
Hors ligne