Contenu | Rechercher | Menus

Annonce

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

À propos de l'équipe du forum.

#51 Le 21/11/2023, à 19:30

jnq

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

quero@quero-System-Product-Name:~$ df -Th
Sys. de fichiers Type     Taille Utilisé Dispo Uti% Monté sur
tmpfs            tmpfs      1,6G    2,2M  1,6G   1% /run
/dev/sdb2        ext4       219G     61G  148G  30% /
tmpfs            tmpfs      7,8G       0  7,8G   0% /dev/shm
tmpfs            tmpfs      5,0M     12K  5,0M   1% /run/lock
efivarfs         efivarfs   128K     71K   53K  58% /sys/firmware/efi/efivars
/dev/sda5        vfat       100M    100M   93K 100% /boot/efi
tmpfs            tmpfs      1,6G    132K  1,6G   1% /run/user/1000
quero@quero-System-Product-Name:~$ 

Ubuntu 24.04 LTS

Hors ligne

#52 Le 21/11/2023, à 19:31

jnq

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

quero@quero-System-Product-Name:~$ df -htvfat
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
/dev/sda5          100M    100M   93K 100% /boot/efi
quero@quero-System-Product-Name:~$ 

Ubuntu 24.04 LTS

Hors ligne

#53 Le 21/11/2023, à 19:52

nany

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

jnq a écrit :
/boot/efi:
total 17M
drwx------ 5 root root 1,0K janv.  1  1970 .
drwxr-xr-x 4 root root 4,0K nov.  21 17:31 ..
drwx------ 3 root root 1,0K nov.  21 14:37 41391cbf7a1e435dbbcb6cd9ad473b88
drwx------ 6 root root 1,0K nov.  21 17:43 EFI
drwx------ 3 root root 1,0K nov.  21 16:15 loader
-rwx------ 1 root root  17M juin  12  2022 PH310MKR.CAP

Je ne sais pas ce que sont les deux répertoires et le fichier supplémentaires mais chez moi il n’y a que le répertoire EFI.

Hors ligne

#54 Le 21/11/2023, à 20:05

geole

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

On peut les supprimer,   il n'ont rien à voir avec ubuntu et microsoft

sudo rm -Rv /boot/efi/41391cbf7a1e435dbbcb6cd9ad473b88
sudo rm -Rv /boot/efi/loader
sudo rm -v /boot/efi/PH310MKR.CAP
df -htvfat

Dernière modification par geole (Le 21/11/2023, à 20:06)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#55 Le 21/11/2023, à 20:09

jnq

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

Bonsoir il fera jour demain et je ferai ces commandes demain matin. La suite demain. Là on rentre vraiment dans des commandes dangereuses.


Ubuntu 24.04 LTS

Hors ligne

#56 Le 21/11/2023, à 21:37

Nuliel

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

Dans le doute ça pourrait être bien de faire une copie des fichiers qui seront supprimés.
100Mo c'est pas beaucoup pour une partition EFI.
Pour les violations de secure boot, c'est pas grave, au pire on désactive le secure boot pour remettre tout en état et on le réactive après.
Pareil, je ne sais pas ce que sont ces deux répertoires, j'ai jamais vu ça.

Hors ligne

#57 Le 21/11/2023, à 22:06

O_20_100_O

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

Pour "/loader", peut-être un boot avec systemd, faudrait voir le contenu.
https://wiki.gentoo.org/wiki/Systemd/systemd-boot

Hors ligne

#58 Le 21/11/2023, à 23:10

Nuliel

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

Effectivement @O_20_100_O, ça ressemble à systemd-boot. Je ne savais pas que ça existait, mais je comprends pas l'intérêt par rapport à grub qui est déjà assez complet et fourni par défaut

Hors ligne

#59 Le 21/11/2023, à 23:11

jnq

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

quero@quero-System-Product-Name:~$ sudo rm -Rv /boot/efi/41391cbf7a1e435dbbcb6cd9ad473b88
[sudo] Mot de passe de quero : 
'/boot/efi/41391cbf7a1e435dbbcb6cd9ad473b88/6.5.0-10-generic/linux' supprimé
'/boot/efi/41391cbf7a1e435dbbcb6cd9ad473b88/6.5.0-10-generic/initrd.img-6.5.0-10-generic' supprimé
répertoire '/boot/efi/41391cbf7a1e435dbbcb6cd9ad473b88/6.5.0-10-generic' supprimé
répertoire '/boot/efi/41391cbf7a1e435dbbcb6cd9ad473b88' supprimé
quero@quero-System-Product-Name:~$ sudo rm -Rv /boot/efi/loader
répertoire '/boot/efi/loader/entries' supprimé
'/boot/efi/loader/loader.conf' supprimé
'/boot/efi/loader/random-seed' supprimé
'/boot/efi/loader/entries.srel' supprimé
répertoire '/boot/efi/loader' supprimé
quero@quero-System-Product-Name:~$ sudo rm -v /boot/efi/PH310MKR.CAP
'/boot/efi/PH310MKR.CAP' supprimé
quero@quero-System-Product-Name:~$ df -htvfat
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
/dev/sda5          100M     32M   68M  32% /boot/efi
quero@quero-System-Product-Name:~$ 

Ubuntu 24.04 LTS

Hors ligne

#60 Le 22/11/2023, à 11:32

jnq

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

uero@quero-System-Product-Name:~$ sudo ls -lhaR /boot/efi
[sudo] Mot de passe de quero : 
/boot/efi:
total 6,0K
drwx------ 3 root root 1,0K janv.  1  1970 .
drwxr-xr-x 4 root root 4,0K nov.  21 23:01 ..
drwx------ 5 root root 1,0K nov.  21 18:28 EFI

/boot/efi/EFI:
total 5,0K
drwx------ 5 root root 1,0K nov.  21 18:28 .
drwx------ 3 root root 1,0K janv.  1  1970 ..
drwx------ 2 root root 1,0K nov.  21 14:37 Boot
drwx------ 4 root root 1,0K mai    7  2022 Microsoft
drwx------ 2 root root 1,0K mai    7  2022 ubuntu

/boot/efi/EFI/Boot:
total 1021K
drwx------ 2 root root 1,0K nov.  21 14:37 .
drwx------ 5 root root 1,0K nov.  21 18:28 ..
-rwx------ 1 root root  91K oct.  26 15:55 bootx64.efi
-rwx------ 1 root root  87K oct.  21 17:40 fbx64.efi
-rwx------ 1 root root 841K oct.  21 17:40 mmx64.efi

/boot/efi/EFI/Microsoft:
total 8,0K
drwx------  4 root root 1,0K mai    7  2022 .
drwx------  5 root root 1,0K nov.  21 18:28 ..
drwx------ 41 root root 5,0K mai    7  2022 Boot
drwx------  2 root root 1,0K mai    7  2022 Recovery

/boot/efi/EFI/Microsoft/Boot:
total 6,7M
drwx------ 41 root root 5,0K mai    7  2022 .
drwx------  4 root root 1,0K mai    7  2022 ..
-rwx------  1 root root  48K nov.  21 22:38 BCD
-rwx------  1 root root  64K mai    7  2022 BCD.LOG
-rwx------  1 root root    0 mai    7  2022 BCD.LOG1
-rwx------  1 root root    0 mai    7  2022 BCD.LOG2
drwx------  2 root root 1,0K mai    7  2022 bg-BG
-rwx------  1 root root 1,7M oct.  27 14:04 bootmgfw.efi
-rwx------  1 root root 1,6M oct.  27 14:04 bootmgr.efi
-rwx------  1 root root  64K nov.  14 19:23 BOOTSTAT.DAT
-rwx------  1 root root  11K mai    9  2023 boot.stl
-rwx------  1 root root 129K sept. 21  2022 cbmr_driver.efi
drwx------  3 root root 1,0K août  27  2022 CIPolicies
drwx------  2 root root 1,0K mai    7  2022 cs-CZ
drwx------  2 root root 1,0K mai    7  2022 da-DK
drwx------  2 root root 1,0K mai    7  2022 de-DE
drwx------  2 root root 1,0K mai    7  2022 el-GR
drwx------  2 root root 1,0K mai    7  2022 en-GB
drwx------  2 root root 1,0K mai    7  2022 en-US
drwx------  2 root root 1,0K mai    7  2022 es-ES
drwx------  2 root root 1,0K mai    7  2022 es-MX
drwx------  2 root root 1,0K mai    7  2022 et-EE
drwx------  2 root root 1,0K mai    7  2022 fi-FI
drwx------  2 root root 3,0K mai    7  2022 Fonts
drwx------  2 root root 1,0K mai    7  2022 fr-CA
drwx------  2 root root 1,0K mai    7  2022 fr-FR
drwx------  2 root root 1,0K mai    7  2022 hr-HR
drwx------  2 root root 1,0K mai    7  2022 hu-HU
drwx------  2 root root 1,0K mai    7  2022 it-IT
drwx------  2 root root 1,0K mai    7  2022 ja-JP
-rwx------  1 root root  70K oct.  27 14:07 kd_02_10df.dll
-rwx------  1 root root 434K oct.  27 14:07 kd_02_10ec.dll
-rwx------  1 root root  70K oct.  27 14:07 kd_02_1137.dll
-rwx------  1 root root 274K oct.  27 14:07 kd_02_14e4.dll
-rwx------  1 root root  90K oct.  27 14:07 kd_02_15b3.dll
-rwx------  1 root root  82K oct.  27 14:07 kd_02_1969.dll
-rwx------  1 root root  70K oct.  27 14:07 kd_02_19a2.dll
-rwx------  1 root root  62K oct.  27 14:07 kd_02_1af4.dll
-rwx------  1 root root 326K oct.  27 14:07 kd_02_8086.dll
-rwx------  1 root root  54K oct.  27 14:07 kd_07_1415.dll
-rwx------  1 root root  86K oct.  27 14:07 kd_0C_8086.dll
-rwx------  1 root root  54K oct.  27 14:07 kdnet_uart16550.dll
-rwx------  1 root root  86K oct.  27 14:04 kdstub.dll
drwx------  2 root root 1,0K mai    7  2022 ko-KR
drwx------  2 root root 1,0K mai    7  2022 lt-LT
drwx------  2 root root 1,0K mai    7  2022 lv-LV
-rwx------  1 root root 1,4M oct.  27 14:04 memtest.efi
drwx------  2 root root 1,0K mai    7  2022 nb-NO
drwx------  2 root root 1,0K mai    7  2022 nl-NL
drwx------  2 root root 1,0K mai    7  2022 pl-PL
drwx------  2 root root 1,0K mai    7  2022 pt-BR
drwx------  2 root root 1,0K mai    7  2022 pt-PT
drwx------  2 root root 1,0K mai    7  2022 qps-ploc
drwx------  3 root root 1,0K mai    7  2022 Resources
drwx------  2 root root 1,0K mai    7  2022 ro-RO
drwx------  2 root root 1,0K mai    7  2022 ru-RU
drwx------  2 root root 1,0K mai    7  2022 sk-SK
drwx------  2 root root 1,0K mai    7  2022 sl-SI
drwx------  2 root root 1,0K mai    7  2022 sr-Latn-RS
drwx------  2 root root 1,0K mai    7  2022 sv-SE
drwx------  2 root root 1,0K mai    7  2022 tr-TR
drwx------  2 root root 1,0K mai    7  2022 uk-UA
-rwx------  1 root root  11K oct.   1  2022 winsipolicy.p7b
drwx------  2 root root 1,0K mai    7  2022 zh-CN
drwx------  2 root root 1,0K mai    7  2022 zh-TW

/boot/efi/EFI/Microsoft/Boot/bg-BG:
total 168K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  81K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  81K oct.  27 14:04 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/CIPolicies:
total 7,0K
drwx------  3 root root 1,0K août  27  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
drwx------  2 root root 1,0K août  27  2022 Active

/boot/efi/EFI/Microsoft/Boot/CIPolicies/Active:
total 55K
drwx------ 2 root root 1,0K août  27  2022 .
drwx------ 3 root root 1,0K août  27  2022 ..
-rwx------ 1 root root  11K mai    7  2022 {5DAC656C-21AD-4A02-AB49-649917162E70}.cip
-rwx------ 1 root root  31K sept. 27 17:35 {82443e1e-8a39-4b4a-96a8-f40ddc00b9f3}.cip
-rwx------ 1 root root  11K mai    7  2022 {CDD5CB55-DB68-4D71-AA38-3DF2B6473A52}.cip

/boot/efi/EFI/Microsoft/Boot/cs-CZ:
total 212K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  80K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  80K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  46K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/da-DK:
total 210K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  79K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  79K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  46K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/de-DE:
total 218K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  83K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  83K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  46K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/el-GR:
total 221K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  84K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  84K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  47K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/en-GB:
total 160K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  77K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  77K oct.  27 14:04 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/en-US:
total 205K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  77K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  77K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  45K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/es-ES:
total 214K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  81K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  81K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  46K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/es-MX:
total 168K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  81K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  81K oct.  27 14:04 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/et-EE:
total 162K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  78K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  78K oct.  27 14:04 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/fi-FI:
total 212K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  80K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  80K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  46K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/Fonts:
total 14M
drwx------  2 root root 3,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root 3,6M sept. 21  2022 chs_boot.ttf
-rwx------  1 root root 3,7M sept. 21  2022 cht_boot.ttf
-rwx------  1 root root 1,9M sept. 21  2022 jpn_boot.ttf
-rwx------  1 root root 2,3M sept. 21  2022 kor_boot.ttf
-rwx------  1 root root 192K sept. 21  2022 malgun_boot.ttf
-rwx------  1 root root 190K sept. 21  2022 malgunn_boot.ttf
-rwx------  1 root root 162K sept. 21  2022 meiryo_boot.ttf
-rwx------  1 root root 161K sept. 21  2022 meiryon_boot.ttf
-rwx------  1 root root 180K sept. 21  2022 msjh_boot.ttf
-rwx------  1 root root 178K sept. 21  2022 msjhn_boot.ttf
-rwx------  1 root root 172K sept. 21  2022 msyh_boot.ttf
-rwx------  1 root root 170K sept. 21  2022 msyhn_boot.ttf
-rwx------  1 root root  45K sept. 21  2022 segmono_boot.ttf
-rwx------  1 root root 101K sept. 21  2022 segoen_slboot.ttf
-rwx------  1 root root 101K sept. 21  2022 segoe_slboot.ttf
-rwx------  1 root root  49K sept. 21  2022 wgl4_boot.ttf

/boot/efi/EFI/Microsoft/Boot/fr-CA:
total 170K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  82K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  82K oct.  27 14:04 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/fr-FR:
total 218K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  83K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  83K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  46K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/hr-HR:
total 166K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  80K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  80K oct.  27 14:04 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/hu-HU:
total 218K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  83K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  83K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  46K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/it-IT:
total 212K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  80K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  80K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  46K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/ja-JP:
total 187K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  69K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  69K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  43K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/ko-KR:
total 187K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  69K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  69K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  43K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/lt-LT:
total 164K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  79K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  79K oct.  27 14:04 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/lv-LV:
total 164K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  79K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  79K oct.  27 14:04 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/nb-NO:
total 208K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  78K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  78K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  46K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/nl-NL:
total 214K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  81K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  81K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  46K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/pl-PL:
total 214K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  81K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  81K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  46K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/pt-BR:
total 212K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  80K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  80K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  46K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/pt-PT:
total 212K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  80K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  80K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  46K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/qps-ploc:
total 60K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  54K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/Resources:
total 173K
drwx------  3 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root 166K sept. 21  2022 bootres.dll
drwx------  2 root root 1,0K mai    7  2022 fr-FR

/boot/efi/EFI/Microsoft/Boot/Resources/fr-FR:
total 16K
drwx------ 2 root root 1,0K mai    7  2022 .
drwx------ 3 root root 1,0K mai    7  2022 ..
-rwx------ 1 root root  14K sept. 21  2022 bootres.dll.mui

/boot/efi/EFI/Microsoft/Boot/ro-RO:
total 164K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  79K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  79K oct.  27 14:04 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/ru-RU:
total 211K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  80K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  80K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  45K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/sk-SK:
total 166K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  80K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  80K oct.  27 14:04 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/sl-SI:
total 164K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  79K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  79K oct.  27 14:04 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/sr-Latn-RS:
total 166K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  80K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  80K oct.  27 14:04 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/sv-SE:
total 209K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  79K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  79K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  45K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/tr-TR:
total 210K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  79K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  79K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  46K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/uk-UA:
total 166K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  80K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  80K oct.  27 14:04 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/zh-CN:
total 179K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  65K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  65K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  43K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/zh-TW:
total 179K
drwx------  2 root root 1,0K mai    7  2022 .
drwx------ 41 root root 5,0K mai    7  2022 ..
-rwx------  1 root root  65K oct.  27 14:04 bootmgfw.efi.mui
-rwx------  1 root root  65K oct.  27 14:04 bootmgr.efi.mui
-rwx------  1 root root  43K mai    7  2022 memtest.efi.mui

/boot/efi/EFI/Microsoft/Recovery:
total 58K
drwx------ 2 root root 1,0K mai    7  2022 .
drwx------ 4 root root 1,0K mai    7  2022 ..
-rwx------ 1 root root  24K oct.   3  2022 BCD
-rwx------ 1 root root  32K mai    7  2022 BCD.LOG
-rwx------ 1 root root    0 mai    7  2022 BCD.LOG1
-rwx------ 1 root root    0 mai    7  2022 BCD.LOG2

/boot/efi/EFI/ubuntu:
total 4,3M
drwx------ 2 root root 1,0K mai    7  2022 .
drwx------ 5 root root 1,0K nov.  21 18:28 ..
-rwx------ 1 root root  108 oct.  21 17:40 BOOTX64.CSV
-rwx------ 1 root root  126 oct.  21 17:40 grub.cfg
-rwx------ 1 root root 2,5M oct.  21 17:40 grubx64.efi
-rwx------ 1 root root 841K oct.  21 17:40 mmx64.efi
-rwx------ 1 root root 938K oct.  21 17:40 shimx64.efi
quero@quero-System-Product-Name:~$ 

Ubuntu 24.04 LTS

Hors ligne

#61 Le 22/11/2023, à 14:07

geole

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

Retente  ( J'ai remis une apostrophe perdue en cours de route.).

echo 'Debut de Trace3' | sudo tee -a /dev/kmsg -a /dev/kmsg
sudo fwupdmgr update
echo 'Fin de Trace' | sudo tee -a /dev/kmsg

et publie ce retour

sudo journalctl -b  | sed -n '/Debut de Trace3/,/Fin de Trace/p'

et

sudo ls -ls /media/root
sudo ls -ls /media/root/10A3-B04B

Dernière modification par geole (Le 22/11/2023, à 15:46)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#62 Le 22/11/2023, à 15:25

jnq

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

Bonjour vos premières commandes ne marche pas du tout.

quero@quero-System-Product-Name:~$ echo Debut de Trace3' | sudo tee -a /dev/kmsg -a /dev/kmsg
> sudo fwupdmgr update
> echo 'Fin de Trace' | sudo tee -a /dev/kmsg
> ^C
quero@quero-System-Product-Name:~$ sudo journalctl -b  | sed -n '/Debut de Trace3/,/Fin de Trace/p'
[sudo] Mot de passe de quero : 
quero@quero-System-Product-Name:~$ sudo fwupdmgr update
Devices with no available firmware updates: 
 • System Firmware
╔══════════════════════════════════════════════════════════════════════════════╗
║ Upgrade UEFI dbx from 220 to 371?                                            ║
╠══════════════════════════════════════════════════════════════════════════════╣
║ Insecure versions of the Microsoft Windows boot manager affected by Black    ║
║ Lotus were added to the list of forbidden signatures due to a discovered     ║
║ security problem.This updates the dbx to the latest release from Microsoft.  ║
║                                                                              ║
║ Before installing the update, fwupd will check for any affected executables  ║
║ in the ESP and will refuse to update if it finds any boot binaries signed    ║
║ with any of the forbidden signatures.Applying this update may also cause     ║
║ some Windows install media to not start correctly.                           ║
║                                                                              ║
╚══════════════════════════════════════════════════════════════════════════════╝
Perform operation? [Y|n]: Y
Decompressing…           [                                       ]
Blocked executable in the ESP, ensure grub and shim are up to date: Error opening directory “/media/root/10A3-B04B”: Permission denied
quero@quero-System-Product-Name:~$ 

Ubuntu 24.04 LTS

Hors ligne

#63 Le 22/11/2023, à 15:28

jnq

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

uero@quero-System-Product-Name:~$ ls -ls /media/root
ls: impossible d'ouvrir le répertoire '/media/root': Permission non accordée

Ubuntu 24.04 LTS

Hors ligne

#64 Le 22/11/2023, à 15:44

geole

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

J'ai fais quelques corrections.


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#65 Le 22/11/2023, à 16:07

jnq

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

quero@quero-System-Product-Name:~$ sudo journalctl -b  | sed -n '/Debut de Trace3/,/Fin de Trace/p'
nov. 22 15:05:48 quero-System-Product-Name unknown: Debut de Trace3
nov. 22 15:05:48 quero-System-Product-Name unknown: Debut de Trace3
nov. 22 15:05:54 quero-System-Product-Name gnome-shell[2726]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 22 15:05:54 quero-System-Product-Name gnome-shell[2726]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 22 15:05:54 quero-System-Product-Name gnome-shell[2726]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 22 15:05:55 quero-System-Product-Name gnome-shell[2726]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 22 15:05:57 quero-System-Product-Name gnome-shell[2726]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 22 15:05:58 quero-System-Product-Name gnome-shell[2726]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 22 15:06:00 quero-System-Product-Name sudo[6215]:    quero : TTY=pts/0 ; PWD=/home/quero ; USER=root ; COMMAND=/snap/bin/fwupdmgr update
nov. 22 15:06:00 quero-System-Product-Name sudo[6215]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
nov. 22 15:06:00 quero-System-Product-Name systemd[1]: Started snap.fwupd.fwupdmgr-a5b1a155-7437-4fa4-ad88-4d286c445229.scope.
nov. 22 15:06:00 quero-System-Product-Name kernel: audit: type=1326 audit(1700661960.625:192): auid=1000 uid=0 gid=0 ses=3 subj=snap.fwupd.fwupdmgr pid=6239 comm="pkttyagent" exe="/snap/fwupd/5293/usr/bin/pkttyagent" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7fd18aa77a3d code=0x50000
nov. 22 15:06:00 quero-System-Product-Name polkitd[1447]: Registered Authentication Agent for unix-process:6217:35846 (system bus name :1.180 [/snap/fwupd/5293/usr/bin/pkttyagent --notify-fd 6 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale fr_FR.UTF-8)
nov. 22 15:06:00 quero-System-Product-Name kernel: audit: type=1107 audit(1700661960.629:193): pid=1307 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_signal"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="Changed" name=":1.10" mask="receive" pid=6239 label="snap.fwupd.fwupdmgr" peer_pid=1447 peer_label="unconfined"
                                                    exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
nov. 22 15:06:00 quero-System-Product-Name kernel: audit: type=1326 audit(1700661960.669:194): auid=1000 uid=0 gid=0 ses=3 subj=snap.fwupd.fwupdmgr pid=6217 comm="fwupdmgr" exe="/snap/fwupd/5293/bin/fwupdmgr" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f964d046a3d code=0x50000
nov. 22 15:06:00 quero-System-Product-Name kernel: audit: type=1107 audit(1700661960.673:195): pid=1307 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/systemd1" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.11" pid=6217 label="snap.fwupd.fwupdmgr" peer_pid=1 peer_label="unconfined"
                                                    exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
nov. 22 15:06:00 quero-System-Product-Name kernel: audit: type=1107 audit(1700661960.673:196): pid=1307 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/systemd1" interface="org.freedesktop.systemd1.Manager" member="GetDefaultTarget" mask="send" name=":1.11" pid=6217 label="snap.fwupd.fwupdmgr" peer_pid=1 peer_label="unconfined"
                                                    exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
nov. 22 15:06:04 quero-System-Product-Name kernel: audit: type=1400 audit(1700661964.061:197): apparmor="DENIED" operation="capable" class="cap" profile="snap.fwupd.fwupdmgr" pid=6217 comm="pool-/snap/fwup" capability=12  capname="net_admin"
nov. 22 15:06:05 quero-System-Product-Name kernel: audit: type=1107 audit(1700661965.481:198): pid=1307 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_signal"  bus="system" path="/org/freedesktop/login1" interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" name=":1.2" mask="receive" pid=4281 label="snap.firefox.firefox" peer_pid=1539 peer_label="unconfined"
                                                    exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
nov. 22 15:06:05 quero-System-Product-Name kernel: audit: type=1107 audit(1700661965.485:199): pid=1307 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_signal"  bus="system" path="/org/freedesktop/login1" interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" name=":1.2" mask="receive" pid=4281 label="snap.firefox.firefox" peer_pid=1539 peer_label="unconfined"
                                                    exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
nov. 22 15:06:05 quero-System-Product-Name udisksd[1541]: Mounted /dev/sdb1 at /media/root/10A3-B04B on behalf of uid 0
nov. 22 15:06:05 quero-System-Product-Name kernel: audit: type=1107 audit(1700661965.489:200): pid=1307 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_signal"  bus="system" path="/org/freedesktop/login1" interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" name=":1.2" mask="receive" pid=4281 label="snap.firefox.firefox" peer_pid=1539 peer_label="unconfined"
                                                    exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
nov. 22 15:06:05 quero-System-Product-Name kernel: audit: type=1400 audit(1700661965.501:201): apparmor="DENIED" operation="open" class="file" profile="snap.fwupd.fwupd" name="/media/root/10A3-B04B/" pid=3478 comm="fwupd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
nov. 22 15:06:05 quero-System-Product-Name udisksd[1541]: Cleaning up mount point /media/root/10A3-B04B (device 8:17 is not mounted)
nov. 22 15:06:05 quero-System-Product-Name kernel: evict_inodes inode 000000009955ce40, i_count = 1, was skipped!
nov. 22 15:06:05 quero-System-Product-Name kernel: evict_inodes inode 000000001dfdf41b, i_count = 1, was skipped!
nov. 22 15:06:05 quero-System-Product-Name gnome-shell[2726]: DING: (gjs:3375): GLib-GIO-CRITICAL **: 15:06:05.517: GFileInfo created without standard::is-hidden
nov. 22 15:06:05 quero-System-Product-Name gnome-shell[2726]: DING: (gjs:3375): GLib-GIO-CRITICAL **: 15:06:05.517: file ../../../gio/gfileinfo.c: line 1633 (g_file_info_get_is_hidden): should not be reached
nov. 22 15:06:05 quero-System-Product-Name gnome-shell[2726]: DING: (gjs:3375): GLib-GIO-CRITICAL **: 15:06:05.517: GFileInfo created without standard::is-backup
nov. 22 15:06:05 quero-System-Product-Name gnome-shell[2726]: DING: (gjs:3375): GLib-GIO-CRITICAL **: 15:06:05.517: file ../../../gio/gfileinfo.c: line 1655 (g_file_info_get_is_backup): should not be reached
nov. 22 15:06:05 quero-System-Product-Name gnome-shell[2726]: DING: (gjs:3375): GLib-GIO-CRITICAL **: 15:06:05.517: GFileInfo created without standard::is-symlink
nov. 22 15:06:05 quero-System-Product-Name gnome-shell[2726]: DING: (gjs:3375): GLib-GIO-CRITICAL **: 15:06:05.517: file ../../../gio/gfileinfo.c: line 1677 (g_file_info_get_is_symlink): should not be reached
nov. 22 15:06:05 quero-System-Product-Name systemd[1]: media-root-10A3\x2dB04B.mount: Deactivated successfully.
nov. 22 15:06:05 quero-System-Product-Name udisksd[1541]: Unmounted /dev/sdb1 on behalf of uid 0
nov. 22 15:06:05 quero-System-Product-Name polkitd[1447]: Unregistered Authentication Agent for unix-process:6217:35846 (system bus name :1.180, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale fr_FR.UTF-8) (disconnected from bus)
nov. 22 15:06:05 quero-System-Product-Name systemd[1]: snap.fwupd.fwupdmgr-a5b1a155-7437-4fa4-ad88-4d286c445229.scope: Deactivated successfully.
nov. 22 15:06:05 quero-System-Product-Name sudo[6215]: pam_unix(sudo:session): session closed for user root
nov. 22 15:06:05 quero-System-Product-Name gnome-shell[2726]: DING: (gjs:3375): GLib-GIO-CRITICAL **: 15:06:05.533: GFileInfo created without standard::is-hidden
nov. 22 15:06:05 quero-System-Product-Name gnome-shell[2726]: DING: (gjs:3375): GLib-GIO-CRITICAL **: 15:06:05.533: file ../../../gio/gfileinfo.c: line 1633 (g_file_info_get_is_hidden): should not be reached
nov. 22 15:06:05 quero-System-Product-Name gnome-shell[2726]: DING: (gjs:3375): GLib-GIO-CRITICAL **: 15:06:05.533: GFileInfo created without standard::is-backup
nov. 22 15:06:05 quero-System-Product-Name gnome-shell[2726]: DING: (gjs:3375): GLib-GIO-CRITICAL **: 15:06:05.533: file ../../../gio/gfileinfo.c: line 1655 (g_file_info_get_is_backup): should not be reached
nov. 22 15:06:05 quero-System-Product-Name gnome-shell[2726]: DING: (gjs:3375): GLib-GIO-CRITICAL **: 15:06:05.533: GFileInfo created without standard::is-symlink
nov. 22 15:06:05 quero-System-Product-Name gnome-shell[2726]: DING: (gjs:3375): GLib-GIO-CRITICAL **: 15:06:05.533: file ../../../gio/gfileinfo.c: line 1677 (g_file_info_get_is_symlink): should not be reached
nov. 22 15:06:09 quero-System-Product-Name dbus-daemon[1307]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' requested by ':1.144' (uid=1000 pid=2976 comm="/usr/bin/gnome-software --gapplication-service" label="unconfined")
nov. 22 15:06:09 quero-System-Product-Name systemd[1]: Starting packagekit.service - PackageKit Daemon...
nov. 22 15:06:09 quero-System-Product-Name PackageKit[6288]: daemon start
nov. 22 15:06:09 quero-System-Product-Name dbus-daemon[1307]: [system] Successfully activated service 'org.freedesktop.PackageKit'
nov. 22 15:06:09 quero-System-Product-Name systemd[1]: Started packagekit.service - PackageKit Daemon.
nov. 22 15:06:09 quero-System-Product-Name snapd[1468]: storehelpers.go:773: cannot refresh: snap has no updates available: "bare", "chromium", "core", "core18", "core20", "core22", "cups", "firefox", "firmware-updater", "fwupd", "gnome-3-28-1804", "gnome-42-2204", "gtk-common-themes", "hunspell-dictionaries-1-7-2004", "pinta", "snap-store", "snapd", "snapd-desktop-integration", "thunderbird", "vlc"
nov. 22 15:06:09 quero-System-Product-Name PackageKit[6288]: get-updates transaction /18301_bacbbbca from uid 1000 finished with success after 479ms
nov. 22 15:06:10 quero-System-Product-Name PackageKit[6288]: get-updates transaction /18302_bdcaddba from uid 1000 finished with success after 337ms
nov. 22 15:06:16 quero-System-Product-Name gnome-shell[2726]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 22 15:06:16 quero-System-Product-Name gnome-shell[2726]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 22 15:06:16 quero-System-Product-Name gnome-shell[2726]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 22 15:06:16 quero-System-Product-Name gnome-shell[2726]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 22 15:06:19 quero-System-Product-Name gnome-shell[2726]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 22 15:06:20 quero-System-Product-Name gnome-shell[2726]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 22 15:06:22 quero-System-Product-Name sudo[6321]:    quero : TTY=pts/0 ; PWD=/home/quero ; USER=root ; COMMAND=/usr/bin/tee -a /dev/kmsg
nov. 22 15:06:22 quero-System-Product-Name sudo[6321]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
nov. 22 15:06:22 quero-System-Product-Name sudo[6321]: pam_unix(sudo:session): session closed for user root
nov. 22 15:06:22 quero-System-Product-Name unknown: Fin de Trace
quero@quero-System-Product-Name:~$ 

Ubuntu 24.04 LTS

Hors ligne

#66 Le 22/11/2023, à 16:08

jnq

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

uero@quero-System-Product-Name:~$ echo 'Debut de Trace3' | sudo tee -a /dev/kmsg -a /dev/kmsg
[sudo] Mot de passe de quero : 
Debut de Trace3
quero@quero-System-Product-Name:~$ sudo fwupdmgr update
Devices with no available firmware updates: 
 • System Firmware
╔══════════════════════════════════════════════════════════════════════════════╗
║ Upgrade UEFI dbx from 220 to 371?                                            ║
╠══════════════════════════════════════════════════════════════════════════════╣
║ Insecure versions of the Microsoft Windows boot manager affected by Black    ║
║ Lotus were added to the list of forbidden signatures due to a discovered     ║
║ security problem.This updates the dbx to the latest release from Microsoft.  ║
║                                                                              ║
║ Before installing the update, fwupd will check for any affected executables  ║
║ in the ESP and will refuse to update if it finds any boot binaries signed    ║
║ with any of the forbidden signatures.Applying this update may also cause     ║
║ some Windows install media to not start correctly.                           ║
║                                                                              ║
╚══════════════════════════════════════════════════════════════════════════════╝
Perform operation? [Y|n]: Y
Decompressing…           [                                       ]
Blocked executable in the ESP, ensure grub and shim are up to date: Error opening directory “/media/root/10A3-B04B”: Permission denied
quero@quero-System-Product-Name:~$ echo 'Fin de Trace' | sudo tee -a /dev/kmsg
Fin de Trace

Ubuntu 24.04 LTS

Hors ligne

#67 Le 22/11/2023, à 16:09

jnq

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

uero@quero-System-Product-Name:~$ sudo ls -ls /media/root
[sudo] Mot de passe de quero : 
total 0
quero@quero-System-Product-Name:~$ sudo ls -ls /media/root/10A3-B04B
ls: impossible d'accéder à '/media/root/10A3-B04B': Aucun fichier ou dossier de ce type

Ubuntu 24.04 LTS

Hors ligne

#68 Le 22/11/2023, à 16:34

geole

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

Dans la trace, je ne vois que cela d'intéressant

nov. 22 15:06:05 quero-System-Product-Name systemd[1]: media-root-10A3\x2dB04B.mount: Deactivated successfully.
nov. 22 15:06:05 quero-System-Product-Name udisksd[1541]: Unmounted /dev/sdb1 on behalf of uid 0

Peux-tu  donner ces retours

sudo fdisk -l /dev/sdb
sudo mount -v /dev/sdb1 /mnt
ls -ls /mnt
sudo umount -v /dev/sdb1
sudo blkid | grep sdb1
grep -v "#" /etc/fstab

Dernière modification par geole (Le 22/11/2023, à 16:38)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#69 Le 22/11/2023, à 17:01

jnq

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

quero@quero-System-Product-Name:~$ sudo fdisk -l /dev/sdb
[sudo] Mot de passe de quero : 
sudo: fdisk : commande introuvable
quero@quero-System-Product-Name:~$ sudo mount -v /dev/sdb1 /mnt
mount : /dev/sdb1 monté sur /mnt.
quero@quero-System-Product-Name:~$ ls -ls /mnt
total 8
4 drwxr-xr-x 4 root root 4096 juil. 12  2018  EFI
4 drwxr-xr-x 2 root root 4096 juil. 12  2018 'System Volume Information'
quero@quero-System-Product-Name:~$ sudo umount -v /dev/sdb1
umount: /mnt (/dev/sdb1) démonté
quero@quero-System-Product-Name:~$ sudo blkid | grep sdb1
/dev/sdb1: UUID="10A3-B04B" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="d8de0844-b9be-4c49-9287-df0d2f4eb0e0"
quero@quero-System-Product-Name:~$ grep -v "#" /etc/fstab
UUID=862dc0cf-b2fd-43d4-a97f-5d0f69a1d92b /               ext4    errors=remount-ro 0       1
UUID=EB9B-BF75  /boot/efi       vfat    umask=0077      0       1
/swapfile                                 none            swap    sw              0       0
quero@quero-System-Product-Name:~$ 

Ubuntu 24.04 LTS

Hors ligne

#70 Le 22/11/2023, à 17:07

jnq

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

quero@quero-System-Product-Name:~$ sudo fdisk -l /dev/sdb
[sudo] Mot de passe de quero : 
Disque /dev/sdb : 447,13 GiB, 480103981056 octets, 937703088 secteurs
Disk model: KINGSTON SA400S3
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Type d'étiquette de disque : gpt
Identifiant de disque : 44048CD8-D525-46ED-8633-005AB33FA0FF

Périphérique     Début       Fin  Secteurs Taille Type
/dev/sdb1         2048 469889023 469886976 224,1G Système EFI
/dev/sdb2    469889024 937637887 467748864   223G Système de fichiers Linux
/dev/sdb3    937637888 937699327     61440    30M Système de fichiers Linux
quero@quero-System-Product-Name:~$ 

Ubuntu 24.04 LTS

Hors ligne

#71 Le 22/11/2023, à 17:08

jnq

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

quero@quero-System-Product-Name:~$ sudo fdisk -l
[sudo] Mot de passe de quero : 
Disque /dev/loop0 : 4 KiB, 4096 octets, 8 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop1 : 157,47 MiB, 165117952 octets, 322496 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop2 : 157,47 MiB, 165122048 octets, 322504 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop3 : 105,76 MiB, 110895104 octets, 216592 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop4 : 105,82 MiB, 110960640 octets, 216720 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop5 : 55,66 MiB, 58363904 octets, 113992 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop6 : 55,66 MiB, 58363904 octets, 113992 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop7 : 63,45 MiB, 66531328 octets, 129944 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
GPT PMBR size mismatch (937703086 != 937703087) will be corrected by write.


Disque /dev/sda : 447,13 GiB, 480103981056 octets, 937703088 secteurs
Disk model: KINGSTON SA400S3
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Type d'étiquette de disque : gpt
Identifiant de disque : B74491EC-0B5E-45E1-99AD-D090F8183358

Périphérique     Début       Fin  Secteurs Taille Type
/dev/sda1           34    262177    262144   128M Réservé Microsoft
/dev/sda2       264192 120768511 120504320  57,5G Données de base Microsoft
/dev/sda3    120768512 934776831 814008320 388,1G Données de base Microsoft
/dev/sda4    934776832 936243199   1466368   716M Environnement de récupération 
/dev/sda5    936245248 936450047    204800   100M Système EFI
/dev/sda6    936450048 937701375   1251328   611M Environnement de récupération 


Disque /dev/sdb : 447,13 GiB, 480103981056 octets, 937703088 secteurs
Disk model: KINGSTON SA400S3
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Type d'étiquette de disque : gpt
Identifiant de disque : 44048CD8-D525-46ED-8633-005AB33FA0FF

Périphérique     Début       Fin  Secteurs Taille Type
/dev/sdb1         2048 469889023 469886976 224,1G Système EFI
/dev/sdb2    469889024 937637887 467748864   223G Système de fichiers Linux
/dev/sdb3    937637888 937699327     61440    30M Système de fichiers Linux
GPT PMBR size mismatch (1953525166 != 1953525167) will be corrected by write.


Disque /dev/sdc : 931,51 GiB, 1000204886016 octets, 1953525168 secteurs
Disk model: SanDisk SSD PLUS
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Type d'étiquette de disque : gpt
Identifiant de disque : 01DD70EC-2727-4F90-BC7C-5E72EDE84DCE

Périphérique  Début        Fin   Secteurs Taille Type
/dev/sdc1        34     262177     262144   128M Réservé Microsoft
/dev/sdc2    264192 1953523711 1953259520 931,4G Données de base Microsoft


Disque /dev/loop8 : 63,46 MiB, 66547712 octets, 129976 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop13 : 240,32 MiB, 251990016 octets, 492168 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop10 : 73,9 MiB, 77492224 octets, 151352 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop9 : 73,88 MiB, 77463552 octets, 151296 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop19 : 164,82 MiB, 172830720 octets, 337560 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop11 : 66,56 MiB, 69795840 octets, 136320 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop34 : 321,08 MiB, 336678912 octets, 657576 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop30 : 428 KiB, 438272 octets, 856 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop23 : 37,09 MiB, 38891520 octets, 75960 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop22 : 91,69 MiB, 96141312 octets, 187776 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop20 : 496,88 MiB, 521015296 octets, 1017608 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop29 : 40,86 MiB, 42840064 octets, 83672 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop32 : 104,31 MiB, 109375488 octets, 213624 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop15 : 11,2 MiB, 11747328 octets, 22944 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop14 : 245,59 MiB, 257519616 octets, 502968 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop31 : 452 KiB, 462848 octets, 904 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop24 : 51,54 MiB, 54046720 octets, 105560 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop16 : 23,31 MiB, 24444928 octets, 47744 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop25 : 35,59 MiB, 37322752 octets, 72896 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop33 : 104,33 MiB, 109395968 octets, 213664 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop26 : 10,52 MiB, 11026432 octets, 21536 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop28 : 40,84 MiB, 42827776 octets, 83648 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop27 : 12,32 MiB, 12922880 octets, 25240 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop17 : 23,33 MiB, 24465408 octets, 47784 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop18 : 164,82 MiB, 172830720 octets, 337560 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop12 : 66,56 MiB, 69795840 octets, 136320 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets


Disque /dev/loop21 : 496,98 MiB, 521121792 octets, 1017816 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
quero@quero-System-Product-Name:~$ 

Ubuntu 24.04 LTS

Hors ligne

#72 Le 22/11/2023, à 17:09

geole

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

Je n'ai pas assez demandé

sudo mount -v /dev/sdb1 /mnt
ls -ls /mnt/EFI
sudo umount -v /dev/sdb1

Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#73 Le 22/11/2023, à 17:11

jnq

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

quero@quero-System-Product-Name:~$ sudo mount -v /dev/sdb1 /mnt
[sudo] Mot de passe de quero : 
mount : /dev/sdb1 monté sur /mnt.
quero@quero-System-Product-Name:~$ ls -ls /mnt/EFI
total 8
4 drwxr-xr-x 2 root root 4096 juil. 12  2018 BOOT
4 drwxr-xr-x 3 root root 4096 juil. 12  2018 ubuntu
quero@quero-System-Product-Name:~$ sudo umount -v /dev/sdb1
umount: /mnt (/dev/sdb1) démonté
quero@quero-System-Product-Name:~$ 

Ubuntu 24.04 LTS

Hors ligne

#74 Le 22/11/2023, à 17:17

geole

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

Je ne m'attendais pas à  trouver ubuntu. Je n'ai pas assez demandé

sudo mount -v /dev/sdb1 /mnt
ls -ls /mnt/EFI/ubuntu
cat /mnt/EFI/ubuntu/grub.cfg
sudo umount -v /dev/sdb1

Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#75 Le 22/11/2023, à 17:50

jnq

Re : Mise a jour de secure dbx demandée par ubuntu 23.10

quero@quero-System-Product-Name:~$ sudo mount -v /dev/sdb1 /mnt
[sudo] Mot de passe de quero : 
mount : /dev/sdb1 monté sur /mnt.
quero@quero-System-Product-Name:~$ ls -ls /mnt/EFI/ubuntu
total 3476
   4 -rwxr-xr-x 1 root root     108 juil. 12  2018 BOOTX64.CSV
   4 drwxr-xr-x 2 root root    4096 juil. 12  2018 fw
  72 -rwxr-xr-x 1 root root   71400 juil. 12  2018 fwupx64.efi
   4 -rwxr-xr-x 1 root root     126 juil. 12  2018 grub.cfg
1092 -rwxr-xr-x 1 root root 1116024 juil. 12  2018 grubx64.efi
1128 -rwxr-xr-x 1 root root 1153336 juil. 12  2018 mmx64.efi
1172 -rwxr-xr-x 1 root root 1196736 juil. 12  2018 shimx64.efi
quero@quero-System-Product-Name:~$ cat /mnt/EFI/ubuntu/grub.cfg
search.fs_uuid 9b1fd122-622f-41d6-8b50-11a3281244dd root hd1,gpt2 
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
quero@quero-System-Product-Name:~$ sudo umount -v /dev/sdb1
umount: /mnt (/dev/sdb1) démonté

Ubuntu 24.04 LTS

Hors ligne