#1 Le 09/09/2018, à 13:24
- grendel
Installation ACER ES15 (ES1-533-P8VG)
Bonjour
j'essaye d'installer la dernière version d'ubuntu sur un ACER ES15 (ES1-533-P8VG).
Malgré plusieurs tentatives en suivant différentes discussions sur le sujet, je n'y arrive toujours pas.
Comme pour les autres, cela bloque au moment de l'installation du grub.
J'ai défini un mot de passe administrateur, sélectionné un boot UEFI et maintenu le secure boot.
Je peux ouvrir une session en live et installer partiellement le système (ubiquity -b).
Par rapport aux discussions que j'ai pu étudier, mon problème vient, en partie, du fait que je ne peux pas sélectionner de fichier de démarrage de confiance car le bios ne propose pas cette possibilité.
J'ai repris les consignes du post 117 de cette discussion après avoir entièrement effacé le disque et la partition via Gparted en live avant de démarrer pour éviter tout résidu des installations précédentes.
Pour le moment je suis bloqué à cette étape :
Installing for x86_64-efi platform.
Installation finished. No error reported.
ubuntu@ubuntu:~$ sudo -s
root@ubuntu:~# cd /mnt/boot/efi/EFI
root@ubuntu:/mnt/boot/efi/EFI# cp -r ubuntu Boot
root@ubuntu:/mnt/boot/efi/EFI# cd Boot
root@ubuntu:/mnt/boot/efi/EFI/Boot# cp shimx64.efi bootx64.efi
cp: cannot stat 'shimx64.efi': No such file or directory
root@ubuntu:/mnt/boot/efi/EFI/Boot# ls
BOOTX64.EFI fbx64.efi ubuntu
root@ubuntu:/mnt/boot/efi/EFI/Boot#
Comme tu peux le voir, il n'existe pas de fichier shimx64.efi dans le répertoire mais un autre appelé fbx64.efi.
La question est de savoir s'il faut tenter la suite du processus avec ce fichier ou s'il vaut mieux faire autre chose ?
En attendant de précieux conseils pour la suite, je laisse la machine en état.
D'avance merci.
Modération : scindé dans une nouvelle discussion. Remplacé balises qute par balises code.
Dernière modification par grendel (Le 01/12/2018, à 15:43)
Il n'y a pas de problème, il n'y a que des solutions. Reste à savoir où les trouver!
Hors ligne
#2 Le 09/09/2018, à 15:45
- ??
Re : Installation ACER ES15 (ES1-533-P8VG)
Bonjour
Je pense à une petite erreur de frappe . Il manque un asterisque.
Voici ma proposition pour la séquence
sudo -s
cd /mnt/boot/efi/EFI
cp -rv ubuntu/* Boot
cd Boot
ls -ls
cp shimx64.efi bootx64.efi
exit
Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.
Hors ligne
#3 Le 22/09/2018, à 08:51
- grendel
Re : Installation ACER ES15 (ES1-533-P8VG)
Bonjour ??
merci pour l'astérisque.
Cette fois la commande va jusqu'au bout.
Quand je redémarre, après l'écran ACER, l'ordi affiche un message durant moins d'une seconde puis s'éteint et redémarre. Il fait ça en boucle.
J'ai juste pu lire le mot grub mais je ne parviens pas à mettre une pause pour tout lire.
Si je remets la clef live, il me propose alors de booter soit sur le disque dur, soit sur la clef.
Si je choisis le disque, retour au point de départ, sinon je suis en live session.
Il n'y a pas de problème, il n'y a que des solutions. Reste à savoir où les trouver!
Hors ligne
#4 Le 22/09/2018, à 09:31
- ??
Re : Installation ACER ES15 (ES1-533-P8VG)
Bonjour
Pour le moment, peux-tu faire un rapport boot-info et poster l'URL généré? https://doc.ubuntu-fr.org/tutoriel/boot-info
Peux-tu aussi aller dans le bios pour donner la version du bios ?
j'ai noté ACER ES15 (ES1-533-P8VG).
Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.
Hors ligne
#5 Le 22/09/2018, à 12:56
- grendel
Re : Installation ACER ES15 (ES1-533-P8VG)
Voici mon boot-info
Je vais redémarrer la machine pour la version du bios.
Il n'y a pas de problème, il n'y a que des solutions. Reste à savoir où les trouver!
Hors ligne
#6 Le 22/09/2018, à 13:03
- grendel
Re : Installation ACER ES15 (ES1-533-P8VG)
La version du BIOS est 1.14
Il n'y a pas de problème, il n'y a que des solutions. Reste à savoir où les trouver!
Hors ligne
#7 Le 22/09/2018, à 13:56
- ??
Re : Installation ACER ES15 (ES1-533-P8VG)
Voila, dans le boot-info, il n'y a pas de fichier /boot/grub/grub.cfg.
Ce qui explique que tu ne peux pas booter, J'ai compris que tu avais déjà pas mal bricolé pour pour installer les fichiers de boot efi.
J'ai vu que tu étais en sécure boot.
Il faudrait que je prenne le temps de lire et d'assimiler les 140 échanges pour mieux proposer. Cependant déjà,
A) Peux-tu aller dans le bios et regarder si le secure boot est déactivable ?
B) Je vais tout de suite te faire jouer la technique chroot... au lieu de SB2D ou de boot-repair ou de refind
La documentation est ici https://doc.ubuntu-fr.org/chroot donc
setxkbmap fr ### afin d'avoir un clavier français.
sudo -i ### afin d'éviter de passer son temps à frapper cette commande
mount /dev/sda2 /mnt
Le montage des répertoires se fera avec ces commandes (copier/coller).
mount -t proc /proc /mnt/proc
mount -t sysfs /sys /mnt/sys
mount --bind /dev /mnt/dev
mount --bind /run /mnt/run
mount --bind /sys /mnt/sys
modprobe efivars
Le changement d'environnement se fera avec cette commande
chroot /mnt
Quelques contrôles seront à faire par exemple
mount -t devpts devpts /dev/pts
df -h && df -i
ping -c4 8.8.8.8 && ping -c4 google.fr
La réparation va se faire avec cette commande
sudo grub-install --no-nvram --root-directory=/mnt
J'espère que cela se passera bien et que le réseau fonctionnera.
Pour la suite on verra.
On pourra si nécessaire installer refind qui sait faire booter sans le grub
Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.
Hors ligne
#8 Le 18/11/2018, à 10:40
- grendel
Re : Installation ACER ES15 (ES1-533-P8VG)
Bonjour ??
merci pour la réponse.
Je n'ai pas eu le temps de me remettre sur ce chantier depuis le mois d'août. Moralité je suis un peu largué.
J'ai effectué la série de commandes que tu m'a indiquées à partir d'un redémarrage sur une clef.
Pour l'installation, j'ai un petit souci : je ne sais pas où placer le nom de la partition dans la dernière commande :
sudo grub-install --no-nvram --root-directory=/mnt
J'ai regardé dans le wiki que tu avais mis en lien mais l'info s'arrête juste avant l'installation.
Je vais faire des recherches pour trouver une page sur le sujet. Je n'ai pas trop envie de faire des essais à l'aveugle et de risquer de faire n'importe quoi. Le problème est que je ne vois vraiment pas où je pourrais indiquer le disque sur lequel installer le système dans la commande mais qu'il va bien falloir que je trouve car lorsque je la lance il me répond :
grub-install: error: install device isn't specified.
A bientôt pour de nouvelles aventures.
Il n'y a pas de problème, il n'y a que des solutions. Reste à savoir où les trouver!
Hors ligne
#9 Le 18/11/2018, à 10:56
- grendel
Re : Installation ACER ES15 (ES1-533-P8VG)
Re
J'ai voulu tester la dernière étape en intercalant la ligne proposée par Laurent 85 mais il ne semble par arriver à récupérer certaines archives :
root@ubuntu:/# sudo apt install shim-signed grub-efi-amd64-signed
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
grub-common grub-efi-amd64-bin grub-pc grub-pc-bin grub2-common mokutil shim
Suggested packages:
multiboot-doc grub-emu xorriso desktop-base
The following NEW packages will be installed:
grub-efi-amd64-bin grub-efi-amd64-signed mokutil shim shim-signed
The following packages will be upgraded:
grub-common grub-pc grub-pc-bin grub2-common
4 upgraded, 5 newly installed, 0 to remove and 94 not upgraded.
Need to get 1732 kB/5068 kB of archives.
After this operation, 9969 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main amd64 grub-efi-amd64-bin amd64 2.02-2ubuntu8.4
404 Not Found [IP: 194.158.119.186 80]
Err:2 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main amd64 grub-efi-amd64-signed amd64 1.93.5+2.02-2ubuntu8.4
404 Not Found [IP: 194.158.119.186 80]
Get:3 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic/main amd64 mokutil amd64 0.3.0-0ubuntu5 [20.9 kB]
Get:4 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic/main amd64 shim amd64 13-0ubuntu2 [440 kB]
Err:5 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main amd64 shim-signed amd64 1.34.9.2+13-0ubuntu2
404 Not Found [IP: 194.158.119.186 80]
Fetched 461 kB in 1s (815 kB/s)
E: Failed to fetch [url]http://fr.archive.ubuntu.com/ubuntu/pool/main/g/grub2/grub-efi-amd64-bin_2.02-2ubuntu8.4_amd64.deb[/url] 404 Not Found [IP: 194.158.119.186 80]
E: Failed to fetch [url]http://fr.archive.ubuntu.com/ubuntu/pool/main/g/grub2-signed/grub-efi-amd64-signed_1.93.5+2.02-2ubuntu8.4_amd64.deb[/url] 404 Not Found [IP: 194.158.119.186 80]
E: Failed to fetch [url]http://fr.archive.ubuntu.com/ubuntu/pool/main/s/shim-signed/shim-signed_1.34.9.2+13-0ubuntu2_amd64.deb[/url] 404 Not Found [IP: 194.158.119.186 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Je vais recommencer en utilisant la dernière proposition (fix missing).
Dernière modification par grendel (Le 18/11/2018, à 11:21)
Il n'y a pas de problème, il n'y a que des solutions. Reste à savoir où les trouver!
Hors ligne
#10 Le 18/11/2018, à 10:59
- grendel
Re : Installation ACER ES15 (ES1-533-P8VG)
Suite
Voici ce que donne la commande :
root@ubuntu:/# sudo apt install --fix-missing shim-signed grub-efi-amd64-signed
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
grub-common grub-efi-amd64-bin grub-pc grub-pc-bin grub2-common mokutil shim
Suggested packages:
multiboot-doc grub-emu xorriso desktop-base
The following NEW packages will be installed:
grub-efi-amd64-bin grub-efi-amd64-signed mokutil shim shim-signed
The following packages will be upgraded:
grub-common grub-pc grub-pc-bin grub2-common
4 upgraded, 5 newly installed, 0 to remove and 94 not upgraded.
Need to get 1270 kB/5068 kB of archives.
After this operation, 9969 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main amd64 grub-efi-amd64-bin amd64 2.02-2ubuntu8.4
404 Not Found [IP: 194.158.119.186 80]
Err:2 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main amd64 grub-efi-amd64-signed amd64 1.93.5+2.02-2ubuntu8.4
404 Not Found [IP: 194.158.119.186 80]
Err:3 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main amd64 shim-signed amd64 1.34.9.2+13-0ubuntu2
404 Not Found [IP: 194.158.119.186 80]
Unable to correct missing packages.
E: Failed to fetch [url]http://fr.archive.ubuntu.com/ubuntu/pool/main/g/grub2/grub-efi-amd64-bin_2.02-2ubuntu8.4_amd64.deb[/url] 404 Not Found [IP: 194.158.119.186 80]
E: Failed to fetch [url]http://fr.archive.ubuntu.com/ubuntu/pool/main/g/grub2-signed/grub-efi-amd64-signed_1.93.5+2.02-2ubuntu8.4_amd64.deb[/url] 404 Not Found [IP: 194.158.119.186 80]
E: Failed to fetch [url]http://fr.archive.ubuntu.com/ubuntu/pool/main/s/shim-signed/shim-signed_1.34.9.2+13-0ubuntu2_amd64.deb[/url] 404 Not Found [IP: 194.158.119.186 80]
E: Aborting install.
Je continue avec un apt-get update
Dernière modification par grendel (Le 18/11/2018, à 11:20)
Il n'y a pas de problème, il n'y a que des solutions. Reste à savoir où les trouver!
Hors ligne
#11 Le 18/11/2018, à 11:03
- grendel
Re : Installation ACER ES15 (ES1-533-P8VG)
A priori l'installation a bien eu lieu après une mise à jour des paquets :
root@ubuntu:/# apt-get update
Hit:1 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic InRelease
Get:2 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates InRelease [88.7 kB]
Get:3 [url]http://security.ubuntu.com/ubuntu[/url] bionic-security InRelease [83.2 kB]
Get:4 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-backports InRelease [74.6 kB]
Get:5 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main amd64 Packages [437 kB]
Get:6 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main i386 Packages [389 kB]
Get:7 [url]http://security.ubuntu.com/ubuntu[/url] bionic-security/main i386 Packages [164 kB]
Get:8 [url]http://security.ubuntu.com/ubuntu[/url] bionic-security/main amd64 Packages [206 kB]
Get:9 [url]http://security.ubuntu.com/ubuntu[/url] bionic-security/main Translation-en [81.0 kB]
Get:10 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main Translation-en [164 kB]
Get:11 [url]http://security.ubuntu.com/ubuntu[/url] bionic-security/main amd64 DEP-11 Metadata [204 B]
Get:12 [url]http://security.ubuntu.com/ubuntu[/url] bionic-security/universe amd64 Packages [96.6 kB]
Get:13 [url]http://security.ubuntu.com/ubuntu[/url] bionic-security/universe i386 Packages [96.5 kB]
Get:14 [url]http://security.ubuntu.com/ubuntu[/url] bionic-security/universe Translation-en [54.6 kB]
Get:15 [url]http://security.ubuntu.com/ubuntu[/url] bionic-security/universe amd64 DEP-11 Metadata [9408 B]
Get:16 [url]http://security.ubuntu.com/ubuntu[/url] bionic-security/universe DEP-11 48x48 Icons [9090 B]
Get:17 [url]http://security.ubuntu.com/ubuntu[/url] bionic-security/universe DEP-11 64x64 Icons [16.3 kB]
Get:18 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main amd64 DEP-11 Metadata [192 kB]
Get:19 [url]http://security.ubuntu.com/ubuntu[/url] bionic-security/multiverse amd64 Packages [1448 B]
Get:20 [url]http://security.ubuntu.com/ubuntu[/url] bionic-security/multiverse i386 Packages [1604 B]
Get:21 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main DEP-11 48x48 Icons [47.1 kB]
Get:22 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main DEP-11 64x64 Icons [89.9 kB]
Get:23 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/restricted i386 Packages [6928 B]
Get:24 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/restricted amd64 Packages [6992 B]
Get:25 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/restricted Translation-en [3076 B]
Get:26 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/universe amd64 Packages [575 kB]
Get:27 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/universe i386 Packages [570 kB]
Get:28 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/universe Translation-en [154 kB]
Get:29 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/universe amd64 DEP-11 Metadata [194 kB]
Get:30 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/universe DEP-11 48x48 Icons [182 kB]
Get:31 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/universe DEP-11 64x64 Icons [305 kB]
Get:32 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/multiverse amd64 Packages [5696 B]
Get:33 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/multiverse i386 Packages [5848 B]
Get:34 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/multiverse Translation-en [3176 B]
Get:35 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/multiverse amd64 DEP-11 Metadata [2468 B]
Get:36 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-backports/universe i386 Packages [2848 B]
Get:37 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-backports/universe amd64 Packages [2852 B]
Get:38 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-backports/universe Translation-en [1200 B]
Get:39 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-backports/universe amd64 DEP-11 Metadata [5100 B]
Get:40 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-backports/universe DEP-11 64x64 Icons [1789 B]
Fetched 4330 kB in 4s (1174 kB/s)
Reading package lists... Done
root@ubuntu:/# sudo apt install shim-signed grub-efi-amd64-signed
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
grub-common grub-efi-amd64-bin grub-pc grub-pc-bin grub2-common mokutil shim
Suggested packages:
multiboot-doc grub-emu xorriso desktop-base
The following NEW packages will be installed:
grub-efi-amd64-bin grub-efi-amd64-signed mokutil shim shim-signed
The following packages will be upgraded:
grub-common grub-pc grub-pc-bin grub2-common
4 upgraded, 5 newly installed, 0 to remove and 298 not upgraded.
Need to get 5231 kB of archives.
After this operation, 11.5 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main amd64 grub-pc amd64 2.02-2ubuntu8.7 [137 kB]
Get:2 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main amd64 grub2-common amd64 2.02-2ubuntu8.7 [531 kB]
Get:3 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main amd64 grub-pc-bin amd64 2.02-2ubuntu8.7 [900 kB]
Get:4 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main amd64 grub-common amd64 2.02-2ubuntu8.7 [1769 kB]
Get:5 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main amd64 grub-efi-amd64-bin amd64 2.02-2ubuntu8.7 [654 kB]
Get:6 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main amd64 grub-efi-amd64-signed amd64 1.93.8+2.02-2ubuntu8.7 [298 kB]
Get:7 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main amd64 mokutil amd64 0.3.0+1538710437.fb6250f-0ubuntu2~18.04.1 [22.3 kB]
Get:8 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main amd64 shim amd64 15+1533136590.3beb971-0ubuntu1 [575 kB]
Get:9 [url]http://fr.archive.ubuntu.com/ubuntu[/url] bionic-updates/main amd64 shim-signed amd64 1.37~18.04.3+15+1533136590.3beb971-0ubuntu1 [344 kB]
Fetched 5231 kB in 4s (1283 kB/s)
Preconfiguring packages ...
(Reading database ... 163323 files and directories currently installed.)
Preparing to unpack .../0-grub-pc_2.02-2ubuntu8.7_amd64.deb ...
Unpacking grub-pc (2.02-2ubuntu8.7) over (2.02-2ubuntu8.2) ...
Preparing to unpack .../1-grub2-common_2.02-2ubuntu8.7_amd64.deb ...
Unpacking grub2-common (2.02-2ubuntu8.7) over (2.02-2ubuntu8.2) ...
Preparing to unpack .../2-grub-pc-bin_2.02-2ubuntu8.7_amd64.deb ...
Unpacking grub-pc-bin (2.02-2ubuntu8.7) over (2.02-2ubuntu8.2) ...
Preparing to unpack .../3-grub-common_2.02-2ubuntu8.7_amd64.deb ...
Running in chroot, ignoring request.
Running in chroot, ignoring request: daemon-reload
Running in chroot, ignoring request: is-active
Running in chroot, ignoring request: stop
Unpacking grub-common (2.02-2ubuntu8.7) over (2.02-2ubuntu8.2) ...
Running in chroot, ignoring request: daemon-reload
Selecting previously unselected package grub-efi-amd64-bin.
Preparing to unpack .../4-grub-efi-amd64-bin_2.02-2ubuntu8.7_amd64.deb ...
Unpacking grub-efi-amd64-bin (2.02-2ubuntu8.7) ...
Selecting previously unselected package grub-efi-amd64-signed.
Preparing to unpack .../5-grub-efi-amd64-signed_1.93.8+2.02-2ubuntu8.7_amd64.deb ...
Unpacking grub-efi-amd64-signed (1.93.8+2.02-2ubuntu8.7) ...
Selecting previously unselected package mokutil.
Preparing to unpack .../6-mokutil_0.3.0+1538710437.fb6250f-0ubuntu2~18.04.1_amd64.deb ...
Unpacking mokutil (0.3.0+1538710437.fb6250f-0ubuntu2~18.04.1) ...
Selecting previously unselected package shim.
Preparing to unpack .../7-shim_15+1533136590.3beb971-0ubuntu1_amd64.deb ...
Unpacking shim (15+1533136590.3beb971-0ubuntu1) ...
Selecting previously unselected package shim-signed.
Preparing to unpack .../8-shim-signed_1.37~18.04.3+15+1533136590.3beb971-0ubuntu1_amd64.deb ...
Unpacking shim-signed (1.37~18.04.3+15+1533136590.3beb971-0ubuntu1) ...
Setting up mokutil (0.3.0+1538710437.fb6250f-0ubuntu2~18.04.1) ...
Processing triggers for ureadahead (0.100.0-20) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Setting up shim (15+1533136590.3beb971-0ubuntu1) ...
Setting up grub-common (2.02-2ubuntu8.7) ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Running in chroot, ignoring request: daemon-reload
Running in chroot, ignoring request.
Running in chroot, ignoring request: daemon-reload
Running in chroot, ignoring request: is-active
Running in chroot, ignoring request: start
Processing triggers for systemd (237-3ubuntu10.3) ...
Running in chroot, ignoring request: daemon-reload
Processing triggers for man-db (2.8.3-2) ...
Setting up grub-efi-amd64-bin (2.02-2ubuntu8.7) ...
Setting up grub-pc-bin (2.02-2ubuntu8.7) ...
Setting up grub2-common (2.02-2ubuntu8.7) ...
Setting up grub-pc (2.02-2ubuntu8.7) ...
Setting up grub-efi-amd64-signed (1.93.8+2.02-2ubuntu8.7) ...
Setting up shim-signed (1.37~18.04.3+15+1533136590.3beb971-0ubuntu1) ...
root@ubuntu:/#
Je vais essayer de redémarrer le système pour voir ce que cela donne.
Dernière modification par grendel (Le 18/11/2018, à 11:20)
Il n'y a pas de problème, il n'y a que des solutions. Reste à savoir où les trouver!
Hors ligne
#12 Le 18/11/2018, à 11:24
- grendel
Re : Installation ACER ES15 (ES1-533-P8VG)
Résultat des tests :
il y a bien un système installé sur le disque (il propose de démarrer soit sur le disque, soit sur la clef) mais il ne se lance pas. Il tente de démarrer sur le disque, s'éteint et continue en boucle.
Il n'y a pas de problème, il n'y a que des solutions. Reste à savoir où les trouver!
Hors ligne
#13 Le 19/11/2018, à 08:14
- xubu1957
Re : Installation ACER ES15 (ES1-533-P8VG)
Bonjour,
@grendel
Pour ajouter toi-même les balises code à tes précédents messages #9, #10 et #11 (au lieu des balises quote) : Merci
Cliquer sur le lien « Modifier » en bas à droite du message
Sélectionner le texte
Cliquer sur le <> de l'éditeur de message
comme indiqué dans le : Retour utilisable de commande
(Edit= messages regroupés)
_ _ _
Bonjour,
Est-il possible de fournir un boot-info, le précédent (22/09/2016) n'étant plus disponible ?
_ _ _
Discussion détachée du fil principal > [Résolu ] Problème de grub 2 lors de l'installation d'ubuntu 16.04.lts
Dernière modification par xubu1957 (Le 20/09/2023, à 19:45)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#14 Le 24/11/2018, à 12:36
- grendel
Re : Installation ACER ES15 (ES1-533-P8VG)
Bonjour,
voici mon boot-info
Il n'y a pas de problème, il n'y a que des solutions. Reste à savoir où les trouver!
Hors ligne
#15 Le 24/11/2018, à 12:49
- xubu1957
Re : Installation ACER ES15 (ES1-533-P8VG)
Bonjour,
Je colle le boot-info pour les spécialistes :
Boot Info Script 8f991e4 + Boot-Repair extra info [Boot-Info 25oct2017]
============================= Boot Info Summary: ===============================
=> No boot loader is installed in the MBR of /dev/sda.
=> No known boot loader is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /EFI/ubuntu/grub.cfg /EFI/BOOT/fbx64.efi
/EFI/BOOT/fwupx64.efi /EFI/BOOT/grubx64.efi
/EFI/BOOT/mmx64.efi /EFI/BOOT/shimx64.efi
/EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi
/EFI/ubuntu/mmx64.efi /EFI/ubuntu/shimx64.efi
/EFI/BOOT/ubuntu/fwupx64.efi
/EFI/BOOT/ubuntu/grubx64.efi
/EFI/BOOT/ubuntu/mmx64.efi /EFI/BOOT/ubuntu/shimx64.efi
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.1 LTS
Boot files: /etc/fstab
sdb1: __________________________________________________________________________
File system: iso9660
Boot sector type: Unknown
Boot sector info:
Mounting failed: mount: /mnt/BootInfo/sdb1: /dev/sdb1 already mounted or mount point busy.
sdb2: __________________________________________________________________________
File system: vfat
Boot sector type: FAT16
Boot sector info: According to the info in the boot sector, sdb2 starts
at sector 0. But according to the info from fdisk,
sdb2 starts at sector 3737268. According to the info
in the boot sector, sdb2 has 0 sectors.
Mounting failed: mount: /mnt/BootInfo/sdb1: /dev/sdb1 already mounted or mount point busy.
mount: /mnt/BootInfo/sdb2: /dev/sdb2 already mounted or mount point busy.
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 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
Disklabel type: gpt
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 1 1,953,525,167 1,953,525,167 ee GPT
GUID Partition Table detected.
Partition Attrs Start Sector End Sector # of Sectors System
/dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
/dev/sda2 1,050,624 1,953,523,711 1,952,473,088 Data partition (Linux)
Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 1.8 GiB, 1962934272 bytes, 3833856 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/sdb1 * 0 3,815,135 3,815,136 0 Empty
/dev/sdb2 3,737,268 3,741,939 4,672 ef EFI (FAT-12/16/32)
/dev/sdb1 overlaps with /dev/sdb2
GUID Partition Table detected, but does not seem to be used.
Partition Attrs Start Sector End Sector # of Sectors System
/dev/sdb1 + R 0 3,815,079 3,815,080 Data partition (Windows/Linux)
/dev/sdb2 + R 3,737,268 3,741,939 4,672 Data partition (Windows/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/loop1 squashfs
/dev/loop2 squashfs
/dev/loop3 squashfs
/dev/loop4 squashfs
/dev/loop5 squashfs
/dev/loop6 squashfs
/dev/loop7 squashfs
/dev/sda1 3FBD-D775 vfat
/dev/sda2 364c7e75-c286-4d10-af62-040b36bdfb03 ext4
/dev/sdb1 2018-07-25-03-21-56-00 iso9660 Ubuntu 18.04.1 LTS amd64
/dev/sdb2 0D5F-1DB6 vfat
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Nov 24 11:33 ata-WDC_WD10SPZX-21Z10T0_WD-WXU1AC7E0F3T -> ../../sda
lrwxrwxrwx 1 root root 10 Nov 24 11:33 ata-WDC_WD10SPZX-21Z10T0_WD-WXU1AC7E0F3T-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Nov 24 11:33 ata-WDC_WD10SPZX-21Z10T0_WD-WXU1AC7E0F3T-part2 -> ../../sda2
lrwxrwxrwx 1 root root 9 Nov 24 11:33 usb-Flash_USB_Disk_372704010C80971910943-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Nov 24 11:33 usb-Flash_USB_Disk_372704010C80971910943-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Nov 24 11:33 usb-Flash_USB_Disk_372704010C80971910943-0:0-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 9 Nov 24 11:33 wwn-0x50014ee65dbaac28 -> ../../sda
lrwxrwxrwx 1 root root 10 Nov 24 11:33 wwn-0x50014ee65dbaac28-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Nov 24 11:33 wwn-0x50014ee65dbaac28-part2 -> ../../sda2
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sdb /cdrom iso9660 (ro,noatime,nojoliet,check=s,map=n,blocksize=2048)
========================== sda1/EFI/ubuntu/grub.cfg: ===========================
--------------------------------------------------------------------------------
search.fs_uuid 364c7e75-c286-4d10-af62-040b36bdfb03 root hd0,gpt2
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
--------------------------------------------------------------------------------
=============================== sda2/etc/fstab: ================================
--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during installation
UUID=364c7e75-c286-4d10-af62-040b36bdfb03 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=3FBD-D775 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
--------------------------------------------------------------------------------
=================== sda2: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
336.641826630 = 361.466408960 boot/vmlinuz-4.15.0-29-generic 1
4.864139557 = 5.222830080 boot/vmlinuz-4.15.0-33-generic 1
336.641826630 = 361.466408960 vmlinuz 1
424.634475708 = 455.947796480 boot/initrd.img-4.15.0-29-generic 2
236.770149231 = 254.230011904 boot/initrd.img-4.15.0-33-generic 3
424.634475708 = 455.947796480 initrd.img 2
424.634475708 = 455.947796480 initrd.img.old 2
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown MBR on /dev/sdb
00000000 45 52 08 00 00 00 90 90 00 00 00 00 00 00 00 00 |ER..............|
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000020 33 ed fa 8e d5 bc 00 7c fb fc 66 31 db 66 31 c9 |3......|..f1.f1.|
00000030 66 53 66 51 06 57 8e dd 8e c5 52 be 00 7c bf 00 |fSfQ.W....R..|..|
00000040 06 b9 00 01 f3 a5 ea 4b 06 00 00 52 b4 41 bb aa |.......K...R.A..|
00000050 55 31 c9 30 f6 f9 cd 13 72 16 81 fb 55 aa 75 10 |U1.0....r...U.u.|
00000060 83 e1 01 74 0b 66 c7 06 f3 06 b4 42 eb 15 eb 02 |...t.f.....B....|
00000070 31 c9 5a 51 b4 08 cd 13 5b 0f b6 c6 40 50 83 e1 |1.ZQ....[...@P..|
00000080 3f 51 f7 e1 53 52 50 bb 00 7c b9 04 00 66 a1 b0 |?Q..SRP..|...f..|
00000090 07 e8 44 00 0f 82 80 00 66 40 80 c7 02 e2 f2 66 |..D.....f@.....f|
000000a0 81 3e 40 7c fb c0 78 70 75 09 fa bc ec 7b ea 44 |.>@|..xpu....{.D|
000000b0 7c 00 00 e8 83 00 69 73 6f 6c 69 6e 75 78 2e 62 ||.....isolinux.b|
000000c0 69 6e 20 6d 69 73 73 69 6e 67 20 6f 72 20 63 6f |in missing or co|
000000d0 72 72 75 70 74 2e 0d 0a 66 60 66 31 d2 66 03 06 |rrupt...f`f1.f..|
000000e0 f8 7b 66 13 16 fc 7b 66 52 66 50 06 53 6a 01 6a |.{f...{fRfP.Sj.j|
000000f0 10 89 e6 66 f7 36 e8 7b c0 e4 06 88 e1 88 c5 92 |...f.6.{........|
00000100 f6 36 ee 7b 88 c6 08 e1 41 b8 01 02 8a 16 f2 7b |.6.{....A......{|
00000110 cd 13 8d 64 10 66 61 c3 e8 1e 00 4f 70 65 72 61 |...d.fa....Opera|
00000120 74 69 6e 67 20 73 79 73 74 65 6d 20 6c 6f 61 64 |ting system load|
00000130 20 65 72 72 6f 72 2e 0d 0a 5e ac b4 0e 8a 3e 62 | error...^....>b|
00000140 04 b3 07 cd 10 3c 0a 75 f1 cd 18 f4 eb fd 00 00 |.....<.u........|
00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000160 00 00 00 00 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 00 00 00 00 00 00 |................|
00000190 00 00 00 00 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 58 ed 38 00 00 00 00 00 c4 b4 3e 66 00 00 80 00 |X.8.......>f....|
000001c0 01 00 00 74 e0 fa 00 00 00 00 e0 36 3a 00 00 fe |...t.......6:...|
000001d0 ff ff ef fe ff ff b4 06 39 00 40 12 00 00 00 00 |........9.@.....|
000001e0 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
/dev/sdb1: unknown GPT attributes
1000000000000001
/dev/sdb2: unknown GPT attributes
1000000000000001
Unknown BootLoader on sdb1
00000000 45 52 08 00 00 00 90 90 00 00 00 00 00 00 00 00 |ER..............|
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000020 33 ed fa 8e d5 bc 00 7c fb fc 66 31 db 66 31 c9 |3......|..f1.f1.|
00000030 66 53 66 51 06 57 8e dd 8e c5 52 be 00 7c bf 00 |fSfQ.W....R..|..|
00000040 06 b9 00 01 f3 a5 ea 4b 06 00 00 52 b4 41 bb aa |.......K...R.A..|
00000050 55 31 c9 30 f6 f9 cd 13 72 16 81 fb 55 aa 75 10 |U1.0....r...U.u.|
00000060 83 e1 01 74 0b 66 c7 06 f3 06 b4 42 eb 15 eb 02 |...t.f.....B....|
00000070 31 c9 5a 51 b4 08 cd 13 5b 0f b6 c6 40 50 83 e1 |1.ZQ....[...@P..|
00000080 3f 51 f7 e1 53 52 50 bb 00 7c b9 04 00 66 a1 b0 |?Q..SRP..|...f..|
00000090 07 e8 44 00 0f 82 80 00 66 40 80 c7 02 e2 f2 66 |..D.....f@.....f|
000000a0 81 3e 40 7c fb c0 78 70 75 09 fa bc ec 7b ea 44 |.>@|..xpu....{.D|
000000b0 7c 00 00 e8 83 00 69 73 6f 6c 69 6e 75 78 2e 62 ||.....isolinux.b|
000000c0 69 6e 20 6d 69 73 73 69 6e 67 20 6f 72 20 63 6f |in missing or co|
000000d0 72 72 75 70 74 2e 0d 0a 66 60 66 31 d2 66 03 06 |rrupt...f`f1.f..|
000000e0 f8 7b 66 13 16 fc 7b 66 52 66 50 06 53 6a 01 6a |.{f...{fRfP.Sj.j|
000000f0 10 89 e6 66 f7 36 e8 7b c0 e4 06 88 e1 88 c5 92 |...f.6.{........|
00000100 f6 36 ee 7b 88 c6 08 e1 41 b8 01 02 8a 16 f2 7b |.6.{....A......{|
00000110 cd 13 8d 64 10 66 61 c3 e8 1e 00 4f 70 65 72 61 |...d.fa....Opera|
00000120 74 69 6e 67 20 73 79 73 74 65 6d 20 6c 6f 61 64 |ting system load|
00000130 20 65 72 72 6f 72 2e 0d 0a 5e ac b4 0e 8a 3e 62 | error...^....>b|
00000140 04 b3 07 cd 10 3c 0a 75 f1 cd 18 f4 eb fd 00 00 |.....<.u........|
00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001b0 58 ed 38 00 00 00 00 00 c4 b4 3e 66 00 00 80 00 |X.8.......>f....|
000001c0 01 00 00 74 e0 fa 00 00 00 00 e0 36 3a 00 00 fe |...t.......6:...|
000001d0 ff ff ef fe ff ff b4 06 39 00 40 12 00 00 00 00 |........9.@.....|
000001e0 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
=============================== StdErr Messages: ===============================
File descriptor 9 (/proc/12086/mountinfo) leaked on lvs invocation. Parent PID 19786: bash
File descriptor 63 (pipe:[125014]) leaked on lvs invocation. Parent PID 19786: bash
ADDITIONAL INFORMATION :
=================== log of boot-info 20181124_1133 ===================
boot-info version : 4ppa65
boot-sav version : 4ppa65
boot-sav-extra version : 4ppa65
glade2script version : 3.2.3~ppa4
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.
Warning: The driver descriptor says the physical block size is 2048 bytes, but Linux says it is 512 bytes.
boot-info is executed in live-session (Ubuntu 18.04.1 LTS, bionic, Ubuntu, x86_64)
CPU op-mode(s): 32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
ls: cannot access '/home/usr/.config': No such file or directory
=================== os-prober:
/dev/sda2:Ubuntu 18.04.1 LTS (18.04):Ubuntu:linux
=================== blkid:
/dev/sda1: UUID="3FBD-D775" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="9829b78f-d8c1-4eae-b7dc-24ed39631b23"
/dev/sda2: UUID="364c7e75-c286-4d10-af62-040b36bdfb03" TYPE="ext4" PARTUUID="7a50bd95-c157-48be-a614-6e6b2949f08e"
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/loop4: TYPE="squashfs"
/dev/loop5: TYPE="squashfs"
/dev/loop6: TYPE="squashfs"
/dev/loop7: TYPE="squashfs"
/dev/sdb1: UUID="2018-07-25-03-21-56-00" LABEL="Ubuntu 18.04.1 LTS amd64" TYPE="iso9660" PTUUID="663eb4c4" PTTYPE="dos" PARTUUID="663eb4c4-01"
/dev/sdb2: SEC_TYPE="msdos" UUID="0D5F-1DB6" TYPE="vfat" PARTUUID="663eb4c4-02"
1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
Presence of EFI/Boot file detected: /mnt/boot-sav/sda1/EFI/Boot/fbx64.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda1/EFI/Boot/fwupx64.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda1/EFI/Boot/grubx64.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda1/EFI/Boot/mmx64.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda1/EFI/Boot/shimx64.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda1/EFI/Boot/ubuntu/fwupx64.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda1/EFI/Boot/ubuntu/grubx64.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda1/EFI/Boot/ubuntu/mmx64.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sda1/EFI/Boot/ubuntu/shimx64.efi
=================== sda2/etc/grub.d/ :
drwxr-xr-x 2 root root 4096 Nov 18 10:01 grub.d
total 80
-rwxr-xr-x 1 root root 9783 Jul 17 18:13 00_header
-rwxr-xr-x 1 root root 6258 Jul 16 15:15 05_debian_theme
-rwxr-xr-x 1 root root 12693 Jul 17 18:13 10_linux
-rwxr-xr-x 1 root root 11298 Jul 17 18:13 20_linux_xen
-rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
-rwxr-xr-x 1 root root 12059 Jul 17 18:13 30_os-prober
-rwxr-xr-x 1 root root 1418 Jul 17 18:13 30_uefi-firmware
-rwxr-xr-x 1 root root 214 Jul 17 18:13 40_custom
-rwxr-xr-x 1 root root 216 Jul 17 18:13 41_custom
-rw-r--r-- 1 root root 483 Jul 17 18:13 README
=================== sda2/etc/default/grub :
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=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 sda2: UUID=3FBD-D775 (sda1)
=================== efibootmgr -v
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 0000,0002,2001,2002,2003
Boot0000* Linux HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIBootgrubx64.efi)RC
Boot0001* Unknown Device: HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
Boot0002* Linux HD(1,MBR,0x663eb4c4,0x3906b4,0x1240)/File(EFIBootgrubx64.efi)RC
Boot0003* ubuntu HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0004* ubuntu HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0005* ubuntu HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0006* ubuntu HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0007* ubuntu HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0008* ubuntu HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0009* ubuntu HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot000A* ubuntu HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot000B* ubuntu HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot000C* ubuntu HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot000D* ubuntu HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot000E* ubuntu HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot000F* ubuntu HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0010* ubuntu HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0011* ubuntu HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0012* ubuntu HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0013* ubuntu HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0014* ubuntu HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0015* ubuntu HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0016* ubuntu HD(1,GPT,9829b78f-d8c1-4eae-b7dc-24ed39631b23,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 enabled.
=================== PARTITIONS & DISKS:
sda1 : sda, 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, notbiosboot, /mnt/boot-sav/sda1.
sda2 : sda, not-sepboot, grubenv-ok grub2, signed grub-pc 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, farbios, notbiosboot, /mnt/boot-sav/sda2.
sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
=================== parted -lm:
BYT;
/dev/sda:1000GB:scsi:512:4096:gpt:ATA WDC WD10SPZX-21Z:;
1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
2:538MB:1000GB:1000GB:ext4::;
BYT;
/dev/sdb:1963MB:scsi:512:512:unknown:Flash USB Disk:;
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
loop0 loop squashfs 1.8G
loop1 loop squashfs 86.9M
loop2 loop squashfs 34.7M
loop3 loop squashfs 140.9M
loop4 loop squashfs 2.3M
loop5 loop squashfs 13M
loop6 loop squashfs 14.5M
loop7 loop squashfs 3.7M
sda disk 931.5G
sda1 part vfat 512M
sda2 part ext4 931G
sdb disk iso9660 1.8G Ubuntu 18.04.1 LTS amd64
sdb1 part iso9660 1.8G Ubuntu 18.04.1 LTS amd64
sdb2 part vfat 2.3M Ubuntu 18.04.1 LTS amd64
KNAME ROTA RO RM STATE MOUNTPOINT
loop0 1 1 0 /rofs
loop1 1 1 0 /snap/core/4917
loop2 1 1 0 /snap/gtk-common-themes/319
loop3 1 1 0 /snap/gnome-3-26-1604/70
loop4 1 1 0 /snap/gnome-calculator/180
loop5 1 1 0 /snap/gnome-characters/103
loop6 1 1 0 /snap/gnome-logs/37
loop7 1 1 0 /snap/gnome-system-monitor/51
sda 1 0 0 running
sda1 1 0 0 /mnt/boot-sav/sda1
sda2 1 0 0 /mnt/boot-sav/sda2
sdb 1 0 1 running /cdrom
sdb1 1 0 1
sdb2 1 0 1
=================== 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=1908632k,nr_inodes=477158,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=385960k,mode=755)
/dev/sdb on /cdrom type iso9660 (ro,noatime,nojoliet,check=s,map=n,blocksize=2048)
/dev/loop0 on /rofs type squashfs (ro,noatime)
/cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
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/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,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/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
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/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
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)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=13820)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=385960k,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)
/var/lib/snapd/snaps/core_4917.snap on /snap/core/4917 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gtk-common-themes_319.snap on /snap/gtk-common-themes/319 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-26-1604_70.snap on /snap/gnome-3-26-1604/70 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-calculator_180.snap on /snap/gnome-calculator/180 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-characters_103.snap on /snap/gnome-characters/103 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-logs_37.snap on /snap/gnome-logs/37 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-system-monitor_51.snap on /snap/gnome-system-monitor/51 type squashfs (ro,nodev,relatime,x-gdu.hide)
/dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sda2 on /mnt/boot-sav/sda2 type ext4 (rw,relatime,data=ordered)
=================== ls:
/sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro sda1 sda2 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro sdb1 sdb2 size slaves stat subsystem trace uevent
/dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 ecryptfs fb0 fd full fuse gpiochip0 hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 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 sda2 sdb sdb1 sdb2 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net vhost-vsock video0 zero
ls /dev/mapper: control
=================== hexdump -n512 -C /dev/sda1
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 00 04 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 75 d7 bd 3f 4e 4f 20 4e 41 4d 45 20 20 |..)u..?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
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 1.9G 0 1.9G 0% /dev
tmpfs tmpfs 377M 1.6M 376M 1% /run
/dev/sdb iso9660 1.9G 1.9G 0 100% /cdrom
/dev/loop0 squashfs 1.8G 1.8G 0 100% /rofs
/cow overlay 1.9G 403M 1.5G 22% /
tmpfs tmpfs 1.9G 32M 1.9G 2% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
tmpfs tmpfs 1.9G 520K 1.9G 1% /tmp
tmpfs tmpfs 377M 44K 377M 1% /run/user/999
/dev/loop1 squashfs 87M 87M 0 100% /snap/core/4917
/dev/loop2 squashfs 35M 35M 0 100% /snap/gtk-common-themes/319
/dev/loop3 squashfs 141M 141M 0 100% /snap/gnome-3-26-1604/70
/dev/loop4 squashfs 2.4M 2.4M 0 100% /snap/gnome-calculator/180
/dev/loop5 squashfs 13M 13M 0 100% /snap/gnome-characters/103
/dev/loop6 squashfs 15M 15M 0 100% /snap/gnome-logs/37
/dev/loop7 squashfs 3.8M 3.8M 0 100% /snap/gnome-system-monitor/51
/dev/sda1 vfat 511M 12M 500M 3% /mnt/boot-sav/sda1
/dev/sda2 ext4 916G 6.6G 863G 1% /mnt/boot-sav/sda2
=================== fdisk -l:
Disk /dev/loop0: 1.8 GiB, 1864450048 bytes, 3641504 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/loop1: 86.9 MiB, 91099136 bytes, 177928 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/loop2: 34.7 MiB, 36323328 bytes, 70944 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/loop3: 140.9 MiB, 147722240 bytes, 288520 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/loop4: 2.3 MiB, 2433024 bytes, 4752 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/loop5: 13 MiB, 13619200 bytes, 26600 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/loop6: 14.5 MiB, 15196160 bytes, 29680 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/loop7: 3.7 MiB, 3887104 bytes, 7592 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: 931.5 GiB, 1000204886016 bytes, 1953525168 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
Disklabel type: gpt
Disk identifier: CA0D78BC-5750-4746-8A82-D1A78892C53C
Device Start End Sectors Size Type
/dev/sda1 2048 1050623 1048576 512M EFI System
/dev/sda2 1050624 1953523711 1952473088 931G Linux filesystem
Disk /dev/sdb: 1.8 GiB, 1962934272 bytes, 3833856 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: 0x663eb4c4
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 0 3815135 3815136 1.8G 0 Empty
/dev/sdb2 3737268 3741939 4672 2.3M ef EFI (FAT-12/16/32)
=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file
=================== Final advice in case of suggested repair
Please do not forget to make your BIOS boot on sda1/efi/.../grub*.efi file!
=================== User settings
The settings chosen by the user will not act on the boot.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#16 Le 24/11/2018, à 16:20
- Nuliel
Re : Installation ACER ES15 (ES1-533-P8VG)
Tu peux pas désactiver le secure boot?
Hors ligne
#17 Le 25/11/2018, à 18:23
- grendel
Re : Installation ACER ES15 (ES1-533-P8VG)
Bonsoir,
je suis coincé!
L'ordi redémarre en clavier US et je suis incapable de saisir le mot de passe du BIOS. Je ne sais pas si c'est parce que je ne saisis pas correctement les caractères spéciaux (il ne prend pas shift-3 pour faire le #) ou parce que je me trompe de mdp.
Il faudrait que je puisse craquer le mdp du BIOS pour accéder au secure boot.
Il n'y a pas de problème, il n'y a que des solutions. Reste à savoir où les trouver!
Hors ligne
#18 Le 25/11/2018, à 18:25
- xubu1957
Re : Installation ACER ES15 (ES1-533-P8VG)
Bonjour,
Si tu as des soucis avec le clavier :
Bonjour
Pour ton clavier tu peux le mettre azerty en frappant setxkb,qp fr qui devrait s'afficher à l'écran sous le nom setxkbmap fr
et :
S'il s'agit de l' environnement graphique, saisir dans un terminal la commande suivante:
setxkbmap fr
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#19 Le 25/11/2018, à 19:41
- Nuliel
Re : Installation ACER ES15 (ES1-533-P8VG)
L'agencement du clavier ne change pas sur le bios. Il faudrait que tu retrouves ton mdp (perso je conseille de mettre "azerty")
Hors ligne
#20 Le 25/11/2018, à 19:55
- xubu1957
Re : Installation ACER ES15 (ES1-533-P8VG)
@Naziel
J'ai trouvé cette page > askubuntu.com/questions/862946/unable-to-install-ubuntu-on-acer-aspire-es1-533
_ _ _
Je cherchais avec ubiquity -b, pour un Acer ES1-533, je suis tombé sur cette page > kaotonik.net/home/thk/acer-aspire-es1-533-p9fw----ubuntu-and-windows-10-installation, et c'est la commande :
sudo modprobe efivars
qui m'a fait trouver le lien cité au-dessus.
(Edit= messages regroupés)
Dernière modification par xubu1957 (Le 26/11/2018, à 09:52)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#21 Le 25/11/2018, à 20:01
- Nuliel
Re : Installation ACER ES15 (ES1-533-P8VG)
@xubu: Je t'avoue que c'est un peu du chinois pour moi Mais ça se tente
Hors ligne
#22 Le 25/11/2018, à 20:49
- NicoApi73
Re : Installation ACER ES15 (ES1-533-P8VG)
@xubu et Naziel :
Je ne comprends pas :
sudo mount /dev/sda2 /mnt
sudo mkdir /mnt/boot/efi
sudo mount /dev/sda1 /mnt/boot/efi
for i in /dev /dev/pts /proc /sys; do sudo mount -B $i /mnt$i; done
et je ne connais pas efivars
Hors ligne
#23 Le 25/11/2018, à 21:04
- xubu1957
Re : Installation ACER ES15 (ES1-533-P8VG)
@Nico
et je ne connais pas efivars
Moi non plus.
> askubuntu.com/questions/906574/what-does-update-grub-and-modprobe-efivars-programs-do-in-this-case
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#24 Le 25/11/2018, à 21:15
- Nuliel
Re : Installation ACER ES15 (ES1-533-P8VG)
On monte en masse via les 4 commandes mais c'est bizarre, d'habitude il y a un seul truc à monter c'est la partition efi.
efivars est le module qui sert à accéder aux variables EFI stockées dans la NVRAM (pas sur le disque donc). C'est en général l'écriture en NVRAM qui merde et qui entraîne l'erreur "grub n'a pas pu s'installer"
Hors ligne
#25 Le 26/11/2018, à 11:11
- xubu1957
Re : Installation ACER ES15 (ES1-533-P8VG)
Bonjour,
Rien d'utile, dans > (Résolu)--Impossible d'installer Ubuntu sur Acer ES1-533-C80R EUFI ?
Dernière modification par xubu1957 (Le 26/11/2018, à 11:13)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne