[Software] Failed to open /EFI/debian - Not found

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
GREAT-DNG
Posts: 39
Joined: 2023-07-13 03:55

[Software] Failed to open /EFI/debian - Not found

#1 Post by GREAT-DNG »

Hello.
When booting the system, before the GRUB menu, the following error appears:

Code: Select all

Failed to open /EFI/debian - Not found
I tried reinstalling and updating the bootloader, but it didn't help, as did installing the grub-efi package. Additionally, the /boot/efi/EFI/debian directory exists. Of course this error does not break the system boot, but it is very annoying, I would like to fix it. How can this be done?

Aki
Global Moderator
Global Moderator
Posts: 4176
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 122 times
Been thanked: 561 times

Re: [Software] Failed to open /EFI/debian - Not found

#2 Post by Aki »

It’s probably a leftover in EFI nvram boot variables from a previous installation attempt.
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

User avatar
GREAT-DNG
Posts: 39
Joined: 2023-07-13 03:55

Re: [Software] Failed to open /EFI/debian - Not found

#3 Post by GREAT-DNG »

Aki wrote: 2024-09-08 06:40 It’s probably a leftover in EFI nvram boot variables from a previous installation attempt.
Well... How can I fix/remove this? If my memory serves me right, it appeared after the update and has been displayed at every boot since then.

mrmazda
Posts: 541
Joined: 2023-06-02 02:22
Has thanked: 14 times
Been thanked: 67 times

Re: [Software] Failed to open /EFI/debian - Not found

#4 Post by mrmazda »

Show us output from efibootmgr -u.

User avatar
GREAT-DNG
Posts: 39
Joined: 2023-07-13 03:55

Re: [Software] Failed to open /EFI/debian - Not found

#5 Post by GREAT-DNG »

mrmazda wrote: 2024-09-10 00:37 Show us output from efibootmgr -u.
Here is the output:

Code: Select all

BootCurrent: 0000
Timeout: 1 seconds
BootOrder: 0000,0003
Boot0000* debian
Boot0003* Windows Boot Manager

mrmazda
Posts: 541
Joined: 2023-06-02 02:22
Has thanked: 14 times
Been thanked: 67 times

Re: [Software] Failed to open /EFI/debian - Not found

#6 Post by mrmazda »

That efibootmgr output looks very good, not suspicious at all. However, the following command may confirm, provide evidence otherwise, or be no help at all. It will very likely be too big to paste here, so either attach it, or pastebin it somewhere. Before doing that, look at it yourself to see if you can identify anything suspicious. What you don't want to see are lines containing "dump".

Code: Select all

df /sys/firmware/efi/efivars/ | wc && df /sys/firmware/efi/efivars/
Also, recent Windows updates have been causing Linux boot failures. You may need to find these reports to see how they were fixed. I haven't had Windows booted since many moons before that started happening, so no guidance to offer for that trouble.

User avatar
GREAT-DNG
Posts: 39
Joined: 2023-07-13 03:55

Re: [Software] Failed to open /EFI/debian - Not found

#7 Post by GREAT-DNG »

mrmazda wrote: 2024-09-10 14:32 That efibootmgr output looks very good, not suspicious at all. However, the following command may confirm, provide evidence otherwise, or be no help at all. It will very likely be too big to paste here, so either attach it, or pastebin it somewhere. Before doing that, look at it yourself to see if you can identify anything suspicious. What you don't want to see are lines containing "dump".

Code: Select all

df /sys/firmware/efi/efivars/ | wc && df /sys/firmware/efi/efivars/
Also, recent Windows updates have been causing Linux boot failures. You may need to find these reports to see how they were fixed. I haven't had Windows booted since many moons before that started happening, so no guidance to offer for that trouble.
On the contrary, the output is quite brief:

Code: Select all

      2      13     129
Filesystem     1K-blocks  Used Available Use% Mounted on
efivarfs             128    67        57  55% /sys/firmware/efi/efivars
I didn't see anything suspicious here. There were also no problems loading both systems.

Aki
Global Moderator
Global Moderator
Posts: 4176
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 122 times
Been thanked: 561 times

Re: [Software] Failed to open /EFI/debian - Not found

#8 Post by Aki »

Hello,
GREAT-DNG wrote: 2024-09-08 04:42 When booting the system, before the GRUB menu, the following error appears:

Code: Select all

Failed to open /EFI/debian - Not found
Can you please record and share a short video of the early boot sequence with the error message?
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

mrmazda
Posts: 541
Joined: 2023-06-02 02:22
Has thanked: 14 times
Been thanked: 67 times

Re: [Software] Failed to open /EFI/debian - Not found

#9 Post by mrmazda »

Sorry, I made a mistake not testing here first. What I actually wanted was df /sys/firmware/efi/efivars/ && ls -l /sys/firmware/efi/efivars/ | wc. However, your output from the second part suggests less likelihood this may be related to your issue. You don't need to do it now, just just peruse

Code: Select all

ls -l /sys/firmware/efi/efivars/
output and pastebin or attach it if you do see anything suspicious.

User avatar
GREAT-DNG
Posts: 39
Joined: 2023-07-13 03:55

Re: [Software] Failed to open /EFI/debian - Not found

#10 Post by GREAT-DNG »

Aki wrote: 2024-09-11 15:10 Hello,
GREAT-DNG wrote: 2024-09-08 04:42 When booting the system, before the GRUB menu, the following error appears:

Code: Select all

Failed to open /EFI/debian - Not found
Can you please record and share a short video of the early boot sequence with the error message?
Of course, here it is.

User avatar
GREAT-DNG
Posts: 39
Joined: 2023-07-13 03:55

Re: [Software] Failed to open /EFI/debian - Not found

#11 Post by GREAT-DNG »

mrmazda wrote: 2024-09-11 15:35 Sorry, I made a mistake not testing here first. What I actually wanted was df /sys/firmware/efi/efivars/ && ls -l /sys/firmware/efi/efivars/ | wc. However, your output from the second part suggests less likelihood this may be related to your issue. You don't need to do it now, just just peruse

Code: Select all

ls -l /sys/firmware/efi/efivars/
output and pastebin or attach it if you do see anything suspicious.
Here's the output, I don't really understand this, so I just posted it.

mrmazda
Posts: 541
Joined: 2023-06-02 02:22
Has thanked: 14 times
Been thanked: 67 times

Re: [Software] Failed to open /EFI/debian - Not found

#12 Post by mrmazda »

Now that I see it, I don't know how to determine whether anything I see there might represent an issue. :(

Aki
Global Moderator
Global Moderator
Posts: 4176
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 122 times
Been thanked: 561 times

Re: [Software] Failed to open /EFI/debian - Not found

#13 Post by Aki »

Hello,

According to your video, you are booting the grub version 2.12-1~bpo12+1 from debian-backports.

The error message appears before the grub's user interface appears.

Can you please send the contents of the EFI system partition and the dump of the Boot* variables (root privileges are required for some commands) ?

Code: Select all

script log.txt
ls /boot/efi/ -lAaR
lsblk -p -o name,PARTUUID,UUID,PTTYPE,PARTTYPENAME
efibootmgr -v
efibootmgr -yv
efivar -l | grep "\-Boot" | while read f; do efivar -n $f ; echo -e "\n\n"; done
efivar -l | grep OsIndications | while read f; do efivar -n $f ; echo -e "\n\n"; done
efivar -l | grep OsRec | while read f; do efivar -n $f -p; echo -e "\n\n"; done
efivar -l | grep PlatformRecover | while read f; do efivar -n $f ; echo -e "\n\n"; done
exit
The output will be in the file named log.txt

--
[1] UEFI Specification 2.10 - 3. Boot Manager
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

User avatar
GREAT-DNG
Posts: 39
Joined: 2023-07-13 03:55

Re: [Software] Failed to open /EFI/debian - Not found

#14 Post by GREAT-DNG »

Aki wrote: 2024-09-13 15:55 Hello,

According to your video, you are booting the grub version 2.12-1~bpo12+1 from debian-backports.

The error message appears before the grub's user interface appears.
Yes, that's right.
Aki wrote: 2024-09-13 15:55 Can you please send the contents of the EFI system partition and the dump of the Boot* variables (root privileges are required for some commands) ?

Code: Select all

script log.txt
ls /boot/efi/ -lAaR
lsblk -p -o name,PARTUUID,UUID,PTTYPE,PARTTYPENAME
efibootmgr -v
efibootmgr -yv
efivar -l | grep "\-Boot" | while read f; do efivar -n $f ; echo -e "\n\n"; done
efivar -l | grep OsIndications | while read f; do efivar -n $f ; echo -e "\n\n"; done
efivar -l | grep OsRec | while read f; do efivar -n $f -p; echo -e "\n\n"; done
efivar -l | grep PlatformRecover | while read f; do efivar -n $f ; echo -e "\n\n"; done
exit
The output will be in the file named log.txt

--
[1] UEFI Specification 2.10 - 3. Boot Manager
The output that was in log.txt contained strange characters written as I typed, so I just copied output from the terminal and posted it on pastebin.

Aki
Global Moderator
Global Moderator
Posts: 4176
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 122 times
Been thanked: 561 times

Re: [Software] Failed to open /EFI/debian - Not found

#15 Post by Aki »

Hello,

This is the log you sent:

Code: Select all

dng@debian:~$ sudo ls /boot/efi/ -lAaR
[sudo] пароль для dng: 
/boot/efi/:
итого 12
drwx------ 3 root root 4096 янв  1  1970 .
drwxr-xr-x 4 root root 4096 сен  1 19:25 ..
drwx------ 5 root root 4096 сен  4  2023 EFI

/boot/efi/EFI:
итого 20
drwx------ 5 root root 4096 сен  4  2023 .
drwx------ 3 root root 4096 янв  1  1970 ..
drwx------ 2 root root 4096 сен  4  2023 Boot
drwx------ 2 root root 4096 сен  4  2023 debian
drwx------ 4 root root 4096 сен  4  2023 Microsoft

/boot/efi/EFI/Boot:
итого 1564
drwx------ 2 root root    4096 сен  4  2023 .
drwx------ 5 root root    4096 сен  4  2023 ..
-rwx------ 1 root root 1590640 окт 13  2023 bootx64.efi

/boot/efi/EFI/debian:
итого 4504
drwx------ 2 root root    4096 сен  4  2023 .
drwx------ 5 root root    4096 сен  4  2023 ..
-rwx------ 1 root root     108 сен  8 11:32 BOOTX64.CSV
-rwx------ 1 root root   87376 сен  8 11:32 fbx64.efi
-rwx------ 1 root root     126 сен  8 11:32 grub.cfg
-rwx------ 1 root root 2688448 сен  8 11:32 grubx64.efi
-rwx------ 1 root root  850176 сен  8 11:32 mmx64.efi
-rwx------ 1 root root  960080 сен  8 11:32 shimx64.efi

/boot/efi/EFI/Microsoft:
итого 20
drwx------  4 root root 4096 сен  4  2023 .
drwx------  5 root root 4096 сен  4  2023 ..
drwx------ 40 root root 8192 сен  4  2023 Boot
drwx------  2 root root 4096 сен  4  2023 Recovery

/boot/efi/EFI/Microsoft/Boot:
итого 6012
drwx------ 40 root root    8192 сен  4  2023 .
drwx------  4 root root    4096 сен  4  2023 ..
-rwx------  1 root root   40960 сен 12 00:04 BCD
-rwx------  1 root root   65536 сен  4  2023 BCD.LOG
-rwx------  1 root root       0 сен  4  2023 BCD.LOG1
-rwx------  1 root root       0 сен  4  2023 BCD.LOG2
drwx------  2 root root    4096 сен  4  2023 bg-BG
-rwx------  1 root root 1590640 окт 13  2023 bootmgfw.efi
-rwx------  1 root root 1574272 окт 13  2023 bootmgr.efi
-rwx------  1 root root   65536 окт 16  2023 BOOTSTAT.DAT
-rwx------  1 root root   10895 сен  5  2023 boot.stl
drwx------  2 root root    4096 сен  4  2023 cs-CZ
drwx------  2 root root    4096 сен  4  2023 da-DK
drwx------  2 root root    4096 сен  4  2023 de-DE
drwx------  2 root root    4096 сен  4  2023 el-GR
drwx------  2 root root    4096 сен  4  2023 en-GB
drwx------  2 root root    4096 сен  4  2023 en-US
drwx------  2 root root    4096 сен  4  2023 es-ES
drwx------  2 root root    4096 сен  4  2023 es-MX
drwx------  2 root root    4096 сен  4  2023 et-EE
drwx------  2 root root    4096 сен  4  2023 fi-FI
drwx------  2 root root    4096 сен  4  2023 Fonts
drwx------  2 root root    4096 сен  4  2023 fr-CA
drwx------  2 root root    4096 сен  4  2023 fr-FR
drwx------  2 root root    4096 сен  4  2023 hr-HR
drwx------  2 root root    4096 сен  4  2023 hu-HU
drwx------  2 root root    4096 сен  4  2023 it-IT
drwx------  2 root root    4096 сен  4  2023 ja-JP
-rwx------  1 root root   32744 окт 15  2023 kd_02_10df.dll
-rwx------  1 root root  380376 окт 15  2023 kd_02_10ec.dll
-rwx------  1 root root   27624 окт 15  2023 kd_02_1137.dll
-rwx------  1 root root  241008 окт 15  2023 kd_02_14e4.dll
-rwx------  1 root root   45544 окт 15  2023 kd_02_15b3.dll
-rwx------  1 root root   45544 окт 15  2023 kd_02_1969.dll
-rwx------  1 root root   32744 окт 15  2023 kd_02_19a2.dll
-rwx------  1 root root   21472 окт 15  2023 kd_02_1af4.dll
-rwx------  1 root root  299496 окт 15  2023 kd_02_8086.dll
-rwx------  1 root root   19944 окт 15  2023 kd_07_1415.dll
-rwx------  1 root root   50152 окт 15  2023 kd_0C_8086.dll
-rwx------  1 root root   18904 окт 15  2023 kdnet_uart16550.dll
-rwx------  1 root root   28528 окт 13  2023 kdstub.dll
drwx------  2 root root    4096 сен  4  2023 ko-KR
drwx------  2 root root    4096 сен  4  2023 lt-LT
drwx------  2 root root    4096 сен  4  2023 lv-LV
-rwx------  1 root root 1353600 окт 13  2023 memtest.efi
drwx------  2 root root    4096 сен  4  2023 nb-NO
drwx------  2 root root    4096 сен  4  2023 nl-NL
drwx------  2 root root    4096 сен  4  2023 pl-PL
drwx------  2 root root    4096 сен  4  2023 pt-BR
drwx------  2 root root    4096 сен  4  2023 pt-PT
drwx------  2 root root    4096 сен  4  2023 qps-ploc
drwx------  4 root root    4096 сен  4  2023 Resources
drwx------  2 root root    4096 сен  4  2023 ro-RO
drwx------  2 root root    4096 сен  4  2023 ru-RU
drwx------  2 root root    4096 сен  4  2023 sk-SK
drwx------  2 root root    4096 сен  4  2023 sl-SI
drwx------  2 root root    4096 сен  4  2023 sr-Latn-RS
drwx------  2 root root    4096 сен  4  2023 sv-SE
drwx------  2 root root    4096 сен  4  2023 tr-TR
drwx------  2 root root    4096 сен  4  2023 uk-UA
-rwx------  1 root root    9796 дек  7  2019 winsipolicy.p7b
drwx------  2 root root    4096 сен  4  2023 zh-CN
drwx------  2 root root    4096 сен  4  2023 zh-TW

/boot/efi/EFI/Microsoft/Boot/bg-BG:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 81448 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 81424 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/cs-CZ:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 80184 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 80400 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45576 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/da-DK:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 79160 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 79160 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45584 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/de-DE:
итого 228
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 83256 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 83472 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 46120 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/el-GR:
итого 228
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 84280 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 84496 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 46600 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/en-GB:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 78312 окт 13  2023 bootmgfw.efi.mui
-rwx------  1 root root 78192 окт 13  2023 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/en-US:
итого 212
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 77112 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 77112 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45072 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/es-ES:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 81208 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 81424 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45880 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/es-MX:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 81208 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 81424 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/et-EE:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 78136 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 78136 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/fi-FI:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 80184 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 80424 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45584 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/Fonts:
итого 13204
drwx------  2 root root    4096 сен  4  2023 .
drwx------ 40 root root    8192 сен  4  2023 ..
-rwx------  1 root root 3695830 дек  7  2019 chs_boot.ttf
-rwx------  1 root root 3878309 дек  7  2019 cht_boot.ttf
-rwx------  1 root root 1985767 дек  7  2019 jpn_boot.ttf
-rwx------  1 root root 2372900 дек  7  2019 kor_boot.ttf
-rwx------  1 root root  177888 дек  7  2019 malgun_boot.ttf
-rwx------  1 root root  175429 дек  7  2019 malgunn_boot.ttf
-rwx------  1 root root  145684 дек  7  2019 meiryo_boot.ttf
-rwx------  1 root root  144017 дек  7  2019 meiryon_boot.ttf
-rwx------  1 root root  165524 дек  7  2019 msjh_boot.ttf
-rwx------  1 root root  163496 дек  7  2019 msjhn_boot.ttf
-rwx------  1 root root  157064 дек  7  2019 msyh_boot.ttf
-rwx------  1 root root  155438 дек  7  2019 msyhn_boot.ttf
-rwx------  1 root root   44760 дек  7  2019 segmono_boot.ttf
-rwx------  1 root root   85764 дек  7  2019 segoen_slboot.ttf
-rwx------  1 root root   86077 дек  7  2019 segoe_slboot.ttf
-rwx------  1 root root   48992 дек  7  2019 wgl4_boot.ttf

/boot/efi/EFI/Microsoft/Boot/fr-CA:
итого 180
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 82744 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 82960 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/fr-FR:
итого 228
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 83256 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 83472 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 46096 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/hr-HR:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 80184 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 80400 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/hu-HU:
итого 228
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 83256 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 83472 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 46096 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/it-IT:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 80696 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 80936 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45584 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/ja-JP:
итого 200
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 70616 окт 13  2023 bootmgfw.efi.mui
-rwx------  1 root root 70512 окт 13  2023 bootmgr.efi.mui
-rwx------  1 root root 43016 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/ko-KR:
итого 192
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 68920 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 69136 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 43024 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/lt-LT:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 79160 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 79400 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/lv-LV:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 79160 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 79376 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/nb-NO:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 78648 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 78864 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45584 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/nl-NL:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 81208 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 81424 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45368 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/pl-PL:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 81720 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 81720 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 46096 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/pt-BR:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 80184 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 80184 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45584 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/pt-PT:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 80184 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 80400 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 46096 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/qps-ploc:
итого 68
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 54072 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/Resources:
итого 112
drwx------  4 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 92472 дек  7  2019 bootres.dll
drwx------  2 root root  4096 сен  4  2023 en-US
drwx------  2 root root  4096 сен  4  2023 ru-RU

/boot/efi/EFI/Microsoft/Boot/Resources/en-US:
итого 24
drwx------ 2 root root  4096 сен  4  2023 .
drwx------ 4 root root  4096 сен  4  2023 ..
-rwx------ 1 root root 12816 дек  8  2019 bootres.dll.mui

/boot/efi/EFI/Microsoft/Boot/Resources/ru-RU:
итого 24
drwx------ 2 root root  4096 сен  4  2023 .
drwx------ 4 root root  4096 сен  4  2023 ..
-rwx------ 1 root root 13112 дек  8  2019 bootres.dll.mui

/boot/efi/EFI/Microsoft/Boot/ro-RO:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 79672 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 79880 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/ru-RU:
итого 216
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 80696 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 80912 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 44856 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/sk-SK:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 80696 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 80904 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/sl-SI:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 79672 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 79880 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/sr-Latn-RS:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 80696 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 80912 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/sv-SE:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 79672 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 79888 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45072 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/tr-TR:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 79160 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 79376 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45584 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/uk-UA:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 81896 окт 13  2023 bootmgfw.efi.mui
-rwx------  1 root root 81776 окт 13  2023 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/zh-CN:
итого 184
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 64824 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 65040 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 42512 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/zh-TW:
итого 184
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 65040 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 64824 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 42512 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Recovery:
итого 40
drwx------ 2 root root  4096 сен  4  2023 .
drwx------ 4 root root  4096 сен  4  2023 ..
-rwx------ 1 root root 16384 сен  4  2023 BCD
-rwx------ 1 root root 16384 сен  4  2023 BCD.LOG
-rwx------ 1 root root     0 сен  4  2023 BCD.LOG1
-rwx------ 1 root root     0 сен  4  2023 BCD.LOG2
dng@debian:~$ sudo lsblk -p -o name,PARTUUID,UUID,PTTYPE,PARTTYPENAME
NAME        PARTUUID                             UUID                                 PTTYPE PARTTYPENAME
/dev/sda                                                                              gpt    
├─/dev/sda1 7171582a-eec9-498a-9eda-221ee45c4ed5 F72D-B98C                            gpt    EFI System
├─/dev/sda2 8c88005a-980a-4f84-b7d8-7f348db95736 3648e0ef-34eb-4c48-8431-695c87bb3bde gpt    Linux filesystem
├─/dev/sda3 8040ae17-4241-4303-8366-a372cc4b96a3 cdaacf21-0f7c-4e0d-971b-067cb9c56af0 gpt    Linux swap
├─/dev/sda4 cd559236-2728-4eab-a7eb-8e6a7f7e2ed9                                      gpt    Microsoft reserved
└─/dev/sda5 53425de0-dc91-4274-a39d-b2aff6a834df C02E0B082E0AF6E6                     gpt    Microsoft basic data
/dev/sdb                                                                              dos    
└─/dev/sdb1 74512926-01                          01D69FF152CE12E0                     dos    HPFS/NTFS/exFAT
/dev/sdc                                                                                     
dng@debian:~$ sudo efibootmgr -v
BootCurrent: 0000
Timeout: 1 seconds
BootOrder: 0000,0003
Boot0000* debian        HD(1,GPT,7171582a-eec9-498a-9eda-221ee45c4ed5,0x800,0x100000)/File(\EFI\debian\shimx64.efi)
Boot0003* Windows Boot Manager  HD(1,GPT,7171582a-eec9-498a-9eda-221ee45c4ed5,0x800,0x100000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...e................
dng@debian:~$ sudo efibootmgr -yv
No SysPrepOrder is set
dng@debian:~$ sudo efivar -l | grep "\-Boot" | while read f; do efivar -n $f ; echo -e "\n\n"; done
GUID: 8be4df61-93ca-11d2-aa0d-00e098032b8c
Name: "BootCurrent"
Attributes:
        Boot Service Access
        Runtime Service Access
Value:
00000000  00 00                                             |..              |



GUID: 8be4df61-93ca-11d2-aa0d-00e098032b8c
Name: "BootOrder"
Attributes:
        Non-Volatile
        Boot Service Access
        Runtime Service Access
Value:
00000000  00 00 03 00                                       |....            |



GUID: 8be4df61-93ca-11d2-aa0d-00e098032b8c
Name: "Boot0003"
Attributes:
        Non-Volatile
        Boot Service Access
        Runtime Service Access
Value:
00000000  01 00 00 00 74 00 57 00  69 00 6e 00 64 00 6f 00  |....t.W.i.n.d.o.|
00000010  77 00 73 00 20 00 42 00  6f 00 6f 00 74 00 20 00  |w.s. .B.o.o.t. .|
00000020  4d 00 61 00 6e 00 61 00  67 00 65 00 72 00 00 00  |M.a.n.a.g.e.r...|
00000030  04 01 2a 00 01 00 00 00  00 08 00 00 00 00 00 00  |..*.............|
00000040  00 00 10 00 00 00 00 00  2a 58 71 71 c9 ee 8a 49  |........*Xqq...I|
00000050  9e da 22 1e e4 5c 4e d5  02 02 04 04 46 00 5c 00  |.."..\N.....F.\.|
00000060  45 00 46 00 49 00 5c 00  4d 00 69 00 63 00 72 00  |E.F.I.\.M.i.c.r.|
00000070  6f 00 73 00 6f 00 66 00  74 00 5c 00 42 00 6f 00  |o.s.o.f.t.\.B.o.|
00000080  6f 00 74 00 5c 00 62 00  6f 00 6f 00 74 00 6d 00  |o.t.\.b.o.o.t.m.|
00000090  67 00 66 00 77 00 2e 00  65 00 66 00 69 00 00 00  |g.f.w...e.f.i...|
000000a0  7f ff 04 00 57 49 4e 44  4f 57 53 00 01 00 00 00  |....WINDOWS.....|
000000b0  88 00 00 00 78 00 00 00  42 00 43 00 44 00 4f 00  |....x...B.C.D.O.|
000000c0  42 00 4a 00 45 00 43 00  54 00 3d 00 7b 00 39 00  |B.J.E.C.T.=.{.9.|
000000d0  64 00 65 00 61 00 38 00  36 00 32 00 63 00 2d 00  |d.e.a.8.6.2.c.-.|
000000e0  35 00 63 00 64 00 64 00  2d 00 34 00 65 00 37 00  |5.c.d.d.-.4.e.7.|
000000f0  30 00 2d 00 61 00 63 00  63 00 31 00 2d 00 66 00  |0.-.a.c.c.1.-.f.|
00000100  33 00 32 00 62 00 33 00  34 00 34 00 64 00 34 00  |3.2.b.3.4.4.d.4.|
00000110  37 00 39 00 35 00 7d 00  00 00 65 00 01 00 00 00  |7.9.5.}...e.....|
00000120  10 00 00 00 04 00 00 00  7f ff 04 00              |............    |



GUID: 8be4df61-93ca-11d2-aa0d-00e098032b8c
Name: "Boot0000"
Attributes:
        Non-Volatile
        Boot Service Access
        Runtime Service Access
Value:
00000000  01 00 00 00 62 00 64 00  65 00 62 00 69 00 61 00  |....b.d.e.b.i.a.|
00000010  6e 00 00 00 04 01 2a 00  01 00 00 00 00 08 00 00  |n.....*.........|
00000020  00 00 00 00 00 00 10 00  00 00 00 00 2a 58 71 71  |............*Xqq|
00000030  c9 ee 8a 49 9e da 22 1e  e4 5c 4e d5 02 02 04 04  |...I.."..\N.....|
00000040  34 00 5c 00 45 00 46 00  49 00 5c 00 64 00 65 00  |4.\.E.F.I.\.d.e.|
00000050  62 00 69 00 61 00 6e 00  5c 00 73 00 68 00 69 00  |b.i.a.n.\.s.h.i.|
00000060  6d 00 78 00 36 00 34 00  2e 00 65 00 66 00 69 00  |m.x.6.4...e.f.i.|
00000070  00 00 7f ff 04 00                                 |......          |



dng@debian:~$ sudo efivar -l | grep OsIndications | while read f; do efivar -n $f ; echo -e "\n\n"; done
dng@debian:~$ sudo efivar -l | grep OsRec | while read f; do efivar -n $f -p; echo -e "\n\n"; done
dng@debian:~$ sudo efivar -l | grep PlatformRecover | while read f; do efivar -n $f ; echo -e "\n\n"; done
dng@debian:~$
The last commands were not executed. You can also execute them using the su command, as follows:

Code: Select all

script log.txt
su -l
export LANG=C
efibootmgr -yv
efivar -l | grep "\-Boot" | while read f; do efivar -n $f ; echo -e "\n\n"; done
efivar -l | grep OsIndications | while read f; do efivar -n $f ; echo -e "\n\n"; done
efivar -l | grep OsRec | while read f; do efivar -n $f -p; echo -e "\n\n"; done
efivar -l | grep PlatformRecover | while read f; do efivar -n $f ; echo -e "\n\n"; done
exit
exit
The output will be in the file named log.txt: please send it.

Please, send also the output of the following commands:

Code: Select all

script strings.log
export LANG=C
cd /boot/efi/EFI/debian
strings shimx64.efi | grep EFI 
strings grubx64.efi | grep EFI
cat grub.cfg
exit
The output will be in the file named strings.log: please send it
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

User avatar
GREAT-DNG
Posts: 39
Joined: 2023-07-13 03:55

Re: [Software] Failed to open /EFI/debian - Not found

#16 Post by GREAT-DNG »

Aki wrote: 2024-09-14 10:49 Hello,

This is the log you sent:

Code: Select all

dng@debian:~$ sudo ls /boot/efi/ -lAaR
[sudo] пароль для dng: 
/boot/efi/:
итого 12
drwx------ 3 root root 4096 янв  1  1970 .
drwxr-xr-x 4 root root 4096 сен  1 19:25 ..
drwx------ 5 root root 4096 сен  4  2023 EFI

/boot/efi/EFI:
итого 20
drwx------ 5 root root 4096 сен  4  2023 .
drwx------ 3 root root 4096 янв  1  1970 ..
drwx------ 2 root root 4096 сен  4  2023 Boot
drwx------ 2 root root 4096 сен  4  2023 debian
drwx------ 4 root root 4096 сен  4  2023 Microsoft

/boot/efi/EFI/Boot:
итого 1564
drwx------ 2 root root    4096 сен  4  2023 .
drwx------ 5 root root    4096 сен  4  2023 ..
-rwx------ 1 root root 1590640 окт 13  2023 bootx64.efi

/boot/efi/EFI/debian:
итого 4504
drwx------ 2 root root    4096 сен  4  2023 .
drwx------ 5 root root    4096 сен  4  2023 ..
-rwx------ 1 root root     108 сен  8 11:32 BOOTX64.CSV
-rwx------ 1 root root   87376 сен  8 11:32 fbx64.efi
-rwx------ 1 root root     126 сен  8 11:32 grub.cfg
-rwx------ 1 root root 2688448 сен  8 11:32 grubx64.efi
-rwx------ 1 root root  850176 сен  8 11:32 mmx64.efi
-rwx------ 1 root root  960080 сен  8 11:32 shimx64.efi

/boot/efi/EFI/Microsoft:
итого 20
drwx------  4 root root 4096 сен  4  2023 .
drwx------  5 root root 4096 сен  4  2023 ..
drwx------ 40 root root 8192 сен  4  2023 Boot
drwx------  2 root root 4096 сен  4  2023 Recovery

/boot/efi/EFI/Microsoft/Boot:
итого 6012
drwx------ 40 root root    8192 сен  4  2023 .
drwx------  4 root root    4096 сен  4  2023 ..
-rwx------  1 root root   40960 сен 12 00:04 BCD
-rwx------  1 root root   65536 сен  4  2023 BCD.LOG
-rwx------  1 root root       0 сен  4  2023 BCD.LOG1
-rwx------  1 root root       0 сен  4  2023 BCD.LOG2
drwx------  2 root root    4096 сен  4  2023 bg-BG
-rwx------  1 root root 1590640 окт 13  2023 bootmgfw.efi
-rwx------  1 root root 1574272 окт 13  2023 bootmgr.efi
-rwx------  1 root root   65536 окт 16  2023 BOOTSTAT.DAT
-rwx------  1 root root   10895 сен  5  2023 boot.stl
drwx------  2 root root    4096 сен  4  2023 cs-CZ
drwx------  2 root root    4096 сен  4  2023 da-DK
drwx------  2 root root    4096 сен  4  2023 de-DE
drwx------  2 root root    4096 сен  4  2023 el-GR
drwx------  2 root root    4096 сен  4  2023 en-GB
drwx------  2 root root    4096 сен  4  2023 en-US
drwx------  2 root root    4096 сен  4  2023 es-ES
drwx------  2 root root    4096 сен  4  2023 es-MX
drwx------  2 root root    4096 сен  4  2023 et-EE
drwx------  2 root root    4096 сен  4  2023 fi-FI
drwx------  2 root root    4096 сен  4  2023 Fonts
drwx------  2 root root    4096 сен  4  2023 fr-CA
drwx------  2 root root    4096 сен  4  2023 fr-FR
drwx------  2 root root    4096 сен  4  2023 hr-HR
drwx------  2 root root    4096 сен  4  2023 hu-HU
drwx------  2 root root    4096 сен  4  2023 it-IT
drwx------  2 root root    4096 сен  4  2023 ja-JP
-rwx------  1 root root   32744 окт 15  2023 kd_02_10df.dll
-rwx------  1 root root  380376 окт 15  2023 kd_02_10ec.dll
-rwx------  1 root root   27624 окт 15  2023 kd_02_1137.dll
-rwx------  1 root root  241008 окт 15  2023 kd_02_14e4.dll
-rwx------  1 root root   45544 окт 15  2023 kd_02_15b3.dll
-rwx------  1 root root   45544 окт 15  2023 kd_02_1969.dll
-rwx------  1 root root   32744 окт 15  2023 kd_02_19a2.dll
-rwx------  1 root root   21472 окт 15  2023 kd_02_1af4.dll
-rwx------  1 root root  299496 окт 15  2023 kd_02_8086.dll
-rwx------  1 root root   19944 окт 15  2023 kd_07_1415.dll
-rwx------  1 root root   50152 окт 15  2023 kd_0C_8086.dll
-rwx------  1 root root   18904 окт 15  2023 kdnet_uart16550.dll
-rwx------  1 root root   28528 окт 13  2023 kdstub.dll
drwx------  2 root root    4096 сен  4  2023 ko-KR
drwx------  2 root root    4096 сен  4  2023 lt-LT
drwx------  2 root root    4096 сен  4  2023 lv-LV
-rwx------  1 root root 1353600 окт 13  2023 memtest.efi
drwx------  2 root root    4096 сен  4  2023 nb-NO
drwx------  2 root root    4096 сен  4  2023 nl-NL
drwx------  2 root root    4096 сен  4  2023 pl-PL
drwx------  2 root root    4096 сен  4  2023 pt-BR
drwx------  2 root root    4096 сен  4  2023 pt-PT
drwx------  2 root root    4096 сен  4  2023 qps-ploc
drwx------  4 root root    4096 сен  4  2023 Resources
drwx------  2 root root    4096 сен  4  2023 ro-RO
drwx------  2 root root    4096 сен  4  2023 ru-RU
drwx------  2 root root    4096 сен  4  2023 sk-SK
drwx------  2 root root    4096 сен  4  2023 sl-SI
drwx------  2 root root    4096 сен  4  2023 sr-Latn-RS
drwx------  2 root root    4096 сен  4  2023 sv-SE
drwx------  2 root root    4096 сен  4  2023 tr-TR
drwx------  2 root root    4096 сен  4  2023 uk-UA
-rwx------  1 root root    9796 дек  7  2019 winsipolicy.p7b
drwx------  2 root root    4096 сен  4  2023 zh-CN
drwx------  2 root root    4096 сен  4  2023 zh-TW

/boot/efi/EFI/Microsoft/Boot/bg-BG:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 81448 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 81424 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/cs-CZ:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 80184 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 80400 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45576 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/da-DK:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 79160 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 79160 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45584 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/de-DE:
итого 228
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 83256 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 83472 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 46120 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/el-GR:
итого 228
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 84280 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 84496 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 46600 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/en-GB:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 78312 окт 13  2023 bootmgfw.efi.mui
-rwx------  1 root root 78192 окт 13  2023 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/en-US:
итого 212
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 77112 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 77112 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45072 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/es-ES:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 81208 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 81424 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45880 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/es-MX:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 81208 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 81424 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/et-EE:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 78136 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 78136 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/fi-FI:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 80184 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 80424 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45584 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/Fonts:
итого 13204
drwx------  2 root root    4096 сен  4  2023 .
drwx------ 40 root root    8192 сен  4  2023 ..
-rwx------  1 root root 3695830 дек  7  2019 chs_boot.ttf
-rwx------  1 root root 3878309 дек  7  2019 cht_boot.ttf
-rwx------  1 root root 1985767 дек  7  2019 jpn_boot.ttf
-rwx------  1 root root 2372900 дек  7  2019 kor_boot.ttf
-rwx------  1 root root  177888 дек  7  2019 malgun_boot.ttf
-rwx------  1 root root  175429 дек  7  2019 malgunn_boot.ttf
-rwx------  1 root root  145684 дек  7  2019 meiryo_boot.ttf
-rwx------  1 root root  144017 дек  7  2019 meiryon_boot.ttf
-rwx------  1 root root  165524 дек  7  2019 msjh_boot.ttf
-rwx------  1 root root  163496 дек  7  2019 msjhn_boot.ttf
-rwx------  1 root root  157064 дек  7  2019 msyh_boot.ttf
-rwx------  1 root root  155438 дек  7  2019 msyhn_boot.ttf
-rwx------  1 root root   44760 дек  7  2019 segmono_boot.ttf
-rwx------  1 root root   85764 дек  7  2019 segoen_slboot.ttf
-rwx------  1 root root   86077 дек  7  2019 segoe_slboot.ttf
-rwx------  1 root root   48992 дек  7  2019 wgl4_boot.ttf

/boot/efi/EFI/Microsoft/Boot/fr-CA:
итого 180
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 82744 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 82960 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/fr-FR:
итого 228
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 83256 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 83472 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 46096 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/hr-HR:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 80184 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 80400 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/hu-HU:
итого 228
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 83256 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 83472 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 46096 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/it-IT:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 80696 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 80936 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45584 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/ja-JP:
итого 200
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 70616 окт 13  2023 bootmgfw.efi.mui
-rwx------  1 root root 70512 окт 13  2023 bootmgr.efi.mui
-rwx------  1 root root 43016 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/ko-KR:
итого 192
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 68920 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 69136 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 43024 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/lt-LT:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 79160 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 79400 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/lv-LV:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 79160 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 79376 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/nb-NO:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 78648 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 78864 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45584 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/nl-NL:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 81208 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 81424 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45368 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/pl-PL:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 81720 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 81720 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 46096 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/pt-BR:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 80184 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 80184 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45584 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/pt-PT:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 80184 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 80400 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 46096 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/qps-ploc:
итого 68
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 54072 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/Resources:
итого 112
drwx------  4 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 92472 дек  7  2019 bootres.dll
drwx------  2 root root  4096 сен  4  2023 en-US
drwx------  2 root root  4096 сен  4  2023 ru-RU

/boot/efi/EFI/Microsoft/Boot/Resources/en-US:
итого 24
drwx------ 2 root root  4096 сен  4  2023 .
drwx------ 4 root root  4096 сен  4  2023 ..
-rwx------ 1 root root 12816 дек  8  2019 bootres.dll.mui

/boot/efi/EFI/Microsoft/Boot/Resources/ru-RU:
итого 24
drwx------ 2 root root  4096 сен  4  2023 .
drwx------ 4 root root  4096 сен  4  2023 ..
-rwx------ 1 root root 13112 дек  8  2019 bootres.dll.mui

/boot/efi/EFI/Microsoft/Boot/ro-RO:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 79672 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 79880 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/ru-RU:
итого 216
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 80696 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 80912 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 44856 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/sk-SK:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 80696 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 80904 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/sl-SI:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 79672 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 79880 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/sr-Latn-RS:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 80696 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 80912 дек  7  2019 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/sv-SE:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 79672 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 79888 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45072 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/tr-TR:
итого 220
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 79160 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 79376 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 45584 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/uk-UA:
итого 172
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 81896 окт 13  2023 bootmgfw.efi.mui
-rwx------  1 root root 81776 окт 13  2023 bootmgr.efi.mui

/boot/efi/EFI/Microsoft/Boot/zh-CN:
итого 184
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 64824 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 65040 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 42512 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Boot/zh-TW:
итого 184
drwx------  2 root root  4096 сен  4  2023 .
drwx------ 40 root root  8192 сен  4  2023 ..
-rwx------  1 root root 65040 дек  7  2019 bootmgfw.efi.mui
-rwx------  1 root root 64824 дек  7  2019 bootmgr.efi.mui
-rwx------  1 root root 42512 дек  7  2019 memtest.efi.mui

/boot/efi/EFI/Microsoft/Recovery:
итого 40
drwx------ 2 root root  4096 сен  4  2023 .
drwx------ 4 root root  4096 сен  4  2023 ..
-rwx------ 1 root root 16384 сен  4  2023 BCD
-rwx------ 1 root root 16384 сен  4  2023 BCD.LOG
-rwx------ 1 root root     0 сен  4  2023 BCD.LOG1
-rwx------ 1 root root     0 сен  4  2023 BCD.LOG2
dng@debian:~$ sudo lsblk -p -o name,PARTUUID,UUID,PTTYPE,PARTTYPENAME
NAME        PARTUUID                             UUID                                 PTTYPE PARTTYPENAME
/dev/sda                                                                              gpt    
├─/dev/sda1 7171582a-eec9-498a-9eda-221ee45c4ed5 F72D-B98C                            gpt    EFI System
├─/dev/sda2 8c88005a-980a-4f84-b7d8-7f348db95736 3648e0ef-34eb-4c48-8431-695c87bb3bde gpt    Linux filesystem
├─/dev/sda3 8040ae17-4241-4303-8366-a372cc4b96a3 cdaacf21-0f7c-4e0d-971b-067cb9c56af0 gpt    Linux swap
├─/dev/sda4 cd559236-2728-4eab-a7eb-8e6a7f7e2ed9                                      gpt    Microsoft reserved
└─/dev/sda5 53425de0-dc91-4274-a39d-b2aff6a834df C02E0B082E0AF6E6                     gpt    Microsoft basic data
/dev/sdb                                                                              dos    
└─/dev/sdb1 74512926-01                          01D69FF152CE12E0                     dos    HPFS/NTFS/exFAT
/dev/sdc                                                                                     
dng@debian:~$ sudo efibootmgr -v
BootCurrent: 0000
Timeout: 1 seconds
BootOrder: 0000,0003
Boot0000* debian        HD(1,GPT,7171582a-eec9-498a-9eda-221ee45c4ed5,0x800,0x100000)/File(\EFI\debian\shimx64.efi)
Boot0003* Windows Boot Manager  HD(1,GPT,7171582a-eec9-498a-9eda-221ee45c4ed5,0x800,0x100000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...e................
dng@debian:~$ sudo efibootmgr -yv
No SysPrepOrder is set
dng@debian:~$ sudo efivar -l | grep "\-Boot" | while read f; do efivar -n $f ; echo -e "\n\n"; done
GUID: 8be4df61-93ca-11d2-aa0d-00e098032b8c
Name: "BootCurrent"
Attributes:
        Boot Service Access
        Runtime Service Access
Value:
00000000  00 00                                             |..              |



GUID: 8be4df61-93ca-11d2-aa0d-00e098032b8c
Name: "BootOrder"
Attributes:
        Non-Volatile
        Boot Service Access
        Runtime Service Access
Value:
00000000  00 00 03 00                                       |....            |



GUID: 8be4df61-93ca-11d2-aa0d-00e098032b8c
Name: "Boot0003"
Attributes:
        Non-Volatile
        Boot Service Access
        Runtime Service Access
Value:
00000000  01 00 00 00 74 00 57 00  69 00 6e 00 64 00 6f 00  |....t.W.i.n.d.o.|
00000010  77 00 73 00 20 00 42 00  6f 00 6f 00 74 00 20 00  |w.s. .B.o.o.t. .|
00000020  4d 00 61 00 6e 00 61 00  67 00 65 00 72 00 00 00  |M.a.n.a.g.e.r...|
00000030  04 01 2a 00 01 00 00 00  00 08 00 00 00 00 00 00  |..*.............|
00000040  00 00 10 00 00 00 00 00  2a 58 71 71 c9 ee 8a 49  |........*Xqq...I|
00000050  9e da 22 1e e4 5c 4e d5  02 02 04 04 46 00 5c 00  |.."..\N.....F.\.|
00000060  45 00 46 00 49 00 5c 00  4d 00 69 00 63 00 72 00  |E.F.I.\.M.i.c.r.|
00000070  6f 00 73 00 6f 00 66 00  74 00 5c 00 42 00 6f 00  |o.s.o.f.t.\.B.o.|
00000080  6f 00 74 00 5c 00 62 00  6f 00 6f 00 74 00 6d 00  |o.t.\.b.o.o.t.m.|
00000090  67 00 66 00 77 00 2e 00  65 00 66 00 69 00 00 00  |g.f.w...e.f.i...|
000000a0  7f ff 04 00 57 49 4e 44  4f 57 53 00 01 00 00 00  |....WINDOWS.....|
000000b0  88 00 00 00 78 00 00 00  42 00 43 00 44 00 4f 00  |....x...B.C.D.O.|
000000c0  42 00 4a 00 45 00 43 00  54 00 3d 00 7b 00 39 00  |B.J.E.C.T.=.{.9.|
000000d0  64 00 65 00 61 00 38 00  36 00 32 00 63 00 2d 00  |d.e.a.8.6.2.c.-.|
000000e0  35 00 63 00 64 00 64 00  2d 00 34 00 65 00 37 00  |5.c.d.d.-.4.e.7.|
000000f0  30 00 2d 00 61 00 63 00  63 00 31 00 2d 00 66 00  |0.-.a.c.c.1.-.f.|
00000100  33 00 32 00 62 00 33 00  34 00 34 00 64 00 34 00  |3.2.b.3.4.4.d.4.|
00000110  37 00 39 00 35 00 7d 00  00 00 65 00 01 00 00 00  |7.9.5.}...e.....|
00000120  10 00 00 00 04 00 00 00  7f ff 04 00              |............    |



GUID: 8be4df61-93ca-11d2-aa0d-00e098032b8c
Name: "Boot0000"
Attributes:
        Non-Volatile
        Boot Service Access
        Runtime Service Access
Value:
00000000  01 00 00 00 62 00 64 00  65 00 62 00 69 00 61 00  |....b.d.e.b.i.a.|
00000010  6e 00 00 00 04 01 2a 00  01 00 00 00 00 08 00 00  |n.....*.........|
00000020  00 00 00 00 00 00 10 00  00 00 00 00 2a 58 71 71  |............*Xqq|
00000030  c9 ee 8a 49 9e da 22 1e  e4 5c 4e d5 02 02 04 04  |...I.."..\N.....|
00000040  34 00 5c 00 45 00 46 00  49 00 5c 00 64 00 65 00  |4.\.E.F.I.\.d.e.|
00000050  62 00 69 00 61 00 6e 00  5c 00 73 00 68 00 69 00  |b.i.a.n.\.s.h.i.|
00000060  6d 00 78 00 36 00 34 00  2e 00 65 00 66 00 69 00  |m.x.6.4...e.f.i.|
00000070  00 00 7f ff 04 00                                 |......          |



dng@debian:~$ sudo efivar -l | grep OsIndications | while read f; do efivar -n $f ; echo -e "\n\n"; done
dng@debian:~$ sudo efivar -l | grep OsRec | while read f; do efivar -n $f -p; echo -e "\n\n"; done
dng@debian:~$ sudo efivar -l | grep PlatformRecover | while read f; do efivar -n $f ; echo -e "\n\n"; done
dng@debian:~$
The last commands were not executed. You can also execute them using the su command, as follows:

Code: Select all

script log.txt
su -l
export LANG=C
efibootmgr -yv
efivar -l | grep "\-Boot" | while read f; do efivar -n $f ; echo -e "\n\n"; done
efivar -l | grep OsIndications | while read f; do efivar -n $f ; echo -e "\n\n"; done
efivar -l | grep OsRec | while read f; do efivar -n $f -p; echo -e "\n\n"; done
efivar -l | grep PlatformRecover | while read f; do efivar -n $f ; echo -e "\n\n"; done
exit
exit
The output will be in the file named log.txt: please send it.
You misunderstood, they were executed, but nothing was displayed. Perhaps grep cut everything off. Anyway, here is the log.txt, I repeated it again, as indicated in your last post.
Aki wrote: 2024-09-14 10:49 Please, send also the output of the following commands:

Code: Select all

script strings.log
export LANG=C
cd /boot/efi/EFI/debian
strings shimx64.efi | grep EFI 
strings grubx64.efi | grep EFI
cat grub.cfg
exit
The output will be in the file named strings.log: please send it
And here is strings.log. I adjusted the commands a little, because a normal user does not have access to these files (I used sudo).

Aki
Global Moderator
Global Moderator
Posts: 4176
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 122 times
Been thanked: 561 times

Re: [Software] Failed to open /EFI/debian - Not found

#17 Post by Aki »

GREAT-DNG wrote: 2024-09-14 12:24 You misunderstood, they were executed, but nothing was displayed. Perhaps grep cut everything off. Anyway, here is the log.txt, I repeated it again, as indicated in your last post.
That's rather strange, since they are UEFI variables required by specifications and, as an example, this is the output in an UEFI booted Debian installation:

Code: Select all

# efivar -l | grep OsIndications | while read f; do efivar -n $f ; echo -e "\n\n"; done
GUID: 8be4df61-93ca-11d2-aa0d-00e098032b8c
Name: "OsIndicationsSupported"
Attributes:
	Boot Service Access
	Runtime Service Access
Value:
00000000  41 00 00 00 00 00 00 00                           |A.......        |
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

User avatar
GREAT-DNG
Posts: 39
Joined: 2023-07-13 03:55

Re: [Software] Failed to open /EFI/debian - Not found

#18 Post by GREAT-DNG »

Aki wrote: 2024-09-15 13:45
GREAT-DNG wrote: 2024-09-14 12:24 You misunderstood, they were executed, but nothing was displayed. Perhaps grep cut everything off. Anyway, here is the log.txt, I repeated it again, as indicated in your last post.
That's rather strange, since they are UEFI variables required by specifications and, as an example, this is the output in an UEFI booted Debian installation:

Code: Select all

# efivar -l | grep OsIndications | while read f; do efivar -n $f ; echo -e "\n\n"; done
GUID: 8be4df61-93ca-11d2-aa0d-00e098032b8c
Name: "OsIndicationsSupported"
Attributes:
	Boot Service Access
	Runtime Service Access
Value:
00000000  41 00 00 00 00 00 00 00                           |A.......        |
So, is there any way to fix this? Maybe somehow rewrite/reset these configurations?

Post Reply