Yay system update made boot/efi's vfat an unknown type of file system, unmountable esp

Is above bootctl output useful?

I also typed bootctl post-boot failure. Its output seemed a bit different then, so I took photos.

I will share the camera photos here as soon as I get my hands back on the camera.

“boot-efi.mount: Failed with result ‘exit-code’ […] status=32/2a […] where: /boot/efi”,
“File /var/log/journal/[…]/system.journal corrupted or uncleanly shut down, renaming and replacing”,
“unknown type of file system [vfat]”

The above error comes from wrong setting in /etc/fstab.
You can boot another arch distro and use ‘sudo thunar’ or any other file manager to edit /etc/fstab in the boot-failed distro.

/etc/fstab ::

UUID=BCE3-567F /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2
(good example)

UUID=CD8C-B6BC /boot/efi vfat umask=0077 0 2
(good example)

UUID=CD8C-B6BC /boot/efi vfat defaults,noatime 0 1
“boot-efi.mount: Failed with result”

Thanks very much for both your input and it seeming helpful. I will try as soon as I am back at that foreign PC.

Since I already provided 2 screenshots of fstab file in post # 40, do you have a suspicion which line(s) is/are faulty?

Newbie me supposes it cannot be the /boot/efi line because commenting out that line did not change anything.

Here they are:

bootctl output of boot failure procedure


The fact that it didn’t change anything means the change didn’t actually take effect.

Can you share the full contents of your EFI partition and also /boot.

You can use find like this:

find /boot -printf "%Ac %P\n"

Then do the same thing for the EFI partition.

Can we also see the contents of /boot/grub/grub.cfg

I had met the same error as yours.
You have to boot another arch OS and use ‘sudo thunar’ ( file manager) in that OS to edit the /etc/fstab in the failed arch based OS.
Do not comment out the /boot/efi line, just use the two good examples i give to try the problem (note: the UUID of the efi partition must be correct)

You are very probably right. While both EOS-install live session and Ubuntu-based fallback partition found /etc/fstab to contain the commented-out line, the defective EOS partition’s boot failure console screen told me fstab only features the 3 original lines. (I took photos, but cannot provide them now.)

Could the successfully changed fstab file be a different one?

.

See post # 40: I already tried, although by commenting out the /boot/efi line. The change was ignored by the defective EOS.

I tried one of them with correct UUID, too, before realizing the defective EOS ignored all the changes in fstab.

.

I will do so as soon as I am back at the foreign PC.

Do I get it right? Open Terminal → paste your code line, copy result for this thread; then paste
find /boot/efi -printf "%Ac %P\n"
and copy result for this thread? Or what to type for EFI partition?

sudo nano /boot/grub/grub.cfg and copy result for this thread?

If you are in a chroot, then yes, that is correct.

It is long file so I would probably use cat /boot/grub/grub.cfg then copy/paste the results.

Here is the output of mounting, chrooting, and your 3 instructions – any highlighting unintended:

mounting, chrooting, `find /boot -printf "%Ac %P\n"`, `find /boot/efi -printf "%Ac %P\n"`, `cat /boot/grub/grub.cfg`
[liveuser@eos-2023.05.28 ~]$ sudo cryptsetup open /dev/sda2 mycryptdevice
Enter passphrase for /dev/sda2: 
[liveuser@eos-2023.05.28 ~]$ sudo mount /dev/mapper/mycryptdevice /mnt
[liveuser@eos-2023.05.28 ~]$ sudo mount /dev/sda1 /mnt/boot/efi

[liveuser@eos-2023.05.28 ~]$ sudo lsblk -f
NAME              FSTYPE      FSVER            LABEL            UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
loop0             squashfs    4.0                                                                          0   100% /run/archiso/airootfs
sda                                                                                                                 
├─sda1            vfat        FAT32            BOOT             E6D5-7B81                               7.6G     0% /mnt/boot/efi
├─sda2            crypto_LUKS 1                                 d45b5154-69eb-44ad-bcea-303859d89285                
│ └─mycryptdevice ext4        1.0              EndVr23.05Plasma a338010f-6fc8-404a-8e98-6583bef833d8   40.4G    61% /mnt
[...]        
sdb               iso9660     Joliet Extension EOS_202305       2023-05-28-11-02-36-00                              
├─sdb1            iso9660     Joliet Extension EOS_202305       2023-05-28-11-02-36-00                     0   100% /run/archiso/bootmnt
├─sdb2            vfat        FAT16            ARCHISO_EFI      5770-579C                                           
[...]
nvme0n1           ext4        1.0              EndVr23.05Plasma a338010f-6fc8-404a-8e98-6583bef833d8                

[liveuser@eos-2023.05.28 ~]$ sudo arch-chroot /mnt

[root@EndeavourOS /]# sudo lsblk -f
NAME              FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
loop0                                                    
sda                                                      
├─sda1                                       7.6G     0% /boot/efi
├─sda2                                                   
│ └─mycryptdevice                           40.4G    61% /
[...]
sdb                                                      
├─sdb1                                                   
├─sdb2                                                   
[...]
nvme0n1                                                  

[root@EndeavourOS /]# find /boot -printf "%Ac %P\n"
Sat 18 Nov 2023 11:34:21 PM CET 
Sun 29 Oct 2023 01:04:10 AM CEST initramfs-linux-zen-fallback.img
Sun 12 Nov 2023 08:32:20 PM CET vmlinuz-linux
Sun 05 Nov 2023 12:09:37 AM CET initramfs-linux.img
Sun 29 Oct 2023 01:04:10 AM CEST initramfs-linux-fallback.img
Sun 12 Nov 2023 08:32:20 PM CET vmlinuz-linux-zen
Sat 18 Nov 2023 11:37:10 PM CET grub
Sat 18 Nov 2023 11:37:10 PM CET grub/fonts
Sat 05 Aug 2023 12:14:57 PM CEST grub/fonts/unicode.pf2
Sat 18 Nov 2023 11:37:10 PM CET grub/locale
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/sr.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/sv.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/lt.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/ko.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/en@piglatin.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/uk.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/hu.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/sl.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/ca.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/ka.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/pt.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/ast.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/vi.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/en@arabic.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/gl.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/zh_TW.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/pa.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/zh_CN.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/lg.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/de_CH.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/fr.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/pl.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/fi.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/en@cyrillic.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/en@greek.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/ja.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/eo.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/nb.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/pt_BR.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/nl.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/de.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/tr.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/en@hebrew.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/de@hebrew.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/es.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/ru.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/id.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/ro.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/it.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/hr.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/da.mo
Tue 31 Oct 2023 06:18:03 PM CET grub/locale/en@quot.mo
Sun 12 Nov 2023 08:32:42 PM CET grub/grubenv
Sat 18 Nov 2023 11:37:10 PM CET grub/themes
Sat 18 Nov 2023 11:37:12 PM CET grub/themes/starfield
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/boot_menu_e.png
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/theme.txt
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/terminal_box_n.png
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/COPYING.CC-BY-SA-3.0
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/terminal_box_e.png
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/boot_menu_nw.png
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/starfield.png
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/slider_n.png
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/slider_s.png
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/terminal_box_ne.png
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/dejavu_16.pf2
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/README
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/boot_menu_se.png
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/boot_menu_c.png
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/boot_menu_w.png
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/terminal_box_se.png
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/slider_c.png
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/terminal_box_s.png
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/terminal_box_nw.png
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/terminal_box_c.png
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/terminal_box_w.png
Sat 05 Aug 2023 12:14:56 PM CEST grub/themes/starfield/dejavu_12.pf2
Sat 05 Aug 2023 12:14:57 PM CEST grub/themes/starfield/dejavu_14.pf2
Sat 05 Aug 2023 12:14:57 PM CEST grub/themes/starfield/boot_menu_n.png
Sat 05 Aug 2023 12:14:57 PM CEST grub/themes/starfield/blob_w.png
Sat 05 Aug 2023 12:14:57 PM CEST grub/themes/starfield/boot_menu_ne.png
Sat 05 Aug 2023 12:14:57 PM CEST grub/themes/starfield/terminal_box_sw.png
Sat 05 Aug 2023 12:14:57 PM CEST grub/themes/starfield/dejavu_bold_14.pf2
Sat 05 Aug 2023 12:14:57 PM CEST grub/themes/starfield/dejavu_10.pf2
Sat 05 Aug 2023 12:14:57 PM CEST grub/themes/starfield/boot_menu_s.png
Sat 05 Aug 2023 12:14:57 PM CEST grub/themes/starfield/boot_menu_sw.png
Sat 18 Nov 2023 11:37:10 PM CET grub/x86_64-efi
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/affs.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/nativedisk.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/zfscrypt.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/hfsplus.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/video.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/ldm.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/cbtime.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/part_amiga.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/cpuid.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/reboot.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/testload.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/crc64.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/romfs.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/reiserfs.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/linux16.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gcry_sha256.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/pgp.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/png.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gcry_rmd160.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/lvm.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/usbms.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/lzopio.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/bsd.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/ahci.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/probe.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/true.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gcry_twofish.mod
Sun 12 Nov 2023 08:32:46 PM CET grub/x86_64-efi/crypto.lst
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/zfsinfo.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/luks.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/luks2.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gfxmenu.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/linux.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/video_colors.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/setjmp.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/hfspluscomp.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/iorw.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/minix3.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/part_sunpc.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/search_fs_file.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/usbtest.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gcry_crc.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/cacheinfo.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/cmp.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/search_fs_uuid.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gcry_des.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/parttool.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/mdraid09.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/udf.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/cpio.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/lsefisystab.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/part_gpt.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/tftp.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/halt.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/password_pbkdf2.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/cpio_be.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/minix_be.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/part_bsd.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/lspci.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/backtrace.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/jfs.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gptsync.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/fixvideo.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/morse.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/plainmount.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/spkmodem.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/test.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/relocator.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/keystatus.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/div_test.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gcry_tiger.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/ntfscomp.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gcry_arcfour.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/hashsum.mod
Sun 12 Nov 2023 08:32:46 PM CET grub/x86_64-efi/grub.efi
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gcry_idea.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gfxterm_menu.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/jpeg.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/exfctest.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/efifwsetup.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/sleep_test.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/normal.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/video_fb.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/bitmap.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/usbserial_pl2303.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/at_keyboard.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/terminfo.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gfxterm.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gcry_rijndael.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/crypto.mod
Sun 12 Nov 2023 08:32:46 PM CET grub/x86_64-efi/command.lst
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/testspeed.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gcry_cast5.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/part_sun.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/appleldr.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/part_plan.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/fshelp.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/ufs2.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/minix2.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/part_dfly.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/configfile.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/ext2.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/boottime.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/datehook.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/cat.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/read.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/geli.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/pcidump.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/functional_test.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/cryptodisk.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/loadbios.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/exfat.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/mpi.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/keylayouts.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/ehci.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/minix.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/signature_test.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/btrfs.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/help.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/loopback.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/cs5536.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/xnu_uuid_test.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/disk.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/cbmemc.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/tpm.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/part_acorn.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/bswap_test.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/bli.mod
Sun 12 Nov 2023 08:32:46 PM CET grub/x86_64-efi/core.efi
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/afsplitter.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/raid5rec.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/sfs.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/cbls.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/pbkdf2.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/xzio.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/pbkdf2_test.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/ls.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/ufs1_be.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/xnu.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/cbfs.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/acpi.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/boot.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/echo.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/afs.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/efinet.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/ctz_test.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/blocklist.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/datetime.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/ata.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/hdparm.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/terminal.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gzio.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/iso9660.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gcry_whirlpool.mod
Sun 12 Nov 2023 08:32:46 PM CET grub/x86_64-efi/partmap.lst
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/mmap.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/zstd.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/serial.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/modinfo.sh
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/pata.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/rdmsr.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/squash4.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/mul_test.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/hfs.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/search_label.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/cmdline_cat_test.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gcry_rfc2268.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/videotest.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/videotest_checksum.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/trig.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/nilfs2.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/ufs1.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/diskfilter.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/json.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gcry_blowfish.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/memdisk.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/tr.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/regexp.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/play.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/dm_nv.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gcry_serpent.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gfxterm_background.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/adler32.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/test_blockarg.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/xnu_uuid.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/strtoull_test.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/lsefimmap.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/lssal.mod
Sun 12 Nov 2023 08:32:46 PM CET grub/x86_64-efi/video.lst
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/archelp.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/progress.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/font.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/smbios.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/bufio.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/efitextmode.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/xfs.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/http.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/msdospart.mod
Tue 31 Oct 2023 06:18:03 PM CET grub/x86_64-efi/gcry_seed.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/gcry_camellia.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/gcry_dsa.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/minicmd.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/gcry_sha1.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/password.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/lsmmap.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/efi_uga.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/tga.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/lsefi.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/div.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/gcry_sha512.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/newc.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/aout.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/part_msdos.mod
Sun 12 Nov 2023 08:32:46 PM CET grub/x86_64-efi/load.cfg
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/priority_queue.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/offsetio.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/ntfs.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/shift_test.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/elf.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/fat.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/random.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/date.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/sleep.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/gcry_md5.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/lsacpi.mod
Sun 12 Nov 2023 08:32:46 PM CET grub/x86_64-efi/moddep.lst
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/gcry_rsa.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/macbless.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/memrw.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/part_apple.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/usb_keyboard.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/multiboot.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/legacy_password_test.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/gcry_md4.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/loadenv.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/setjmp_test.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/gettext.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/syslinuxcfg.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/minix2_be.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/mdraid1x.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/setpci.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/uhci.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/bitmap_scale.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/efi_gop.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/videoinfo.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/usbserial_common.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/search.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/ohci.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/procfs.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/tar.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/cmp_test.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/file.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/all_video.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/usbserial_usbdebug.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/video_bochs.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/odc.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/hexdump.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/video_cirrus.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/scsi.mod
Sun 12 Nov 2023 08:32:46 PM CET grub/x86_64-efi/terminal.lst
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/extcmd.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/mdraid09_be.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/zfs.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/cbtable.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/multiboot2.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/chain.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/usbserial_ftdi.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/net.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/usb.mod
Sun 12 Nov 2023 08:32:46 PM CET grub/x86_64-efi/fs.lst
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/bfs.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/minix3_be.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/f2fs.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/time.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/hello.mod
Sun 12 Nov 2023 08:32:46 PM CET grub/x86_64-efi/parttool.lst
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/wrmsr.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/legacycfg.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/part_dvh.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/raid6rec.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/eval.mod
Tue 31 Oct 2023 06:18:04 PM CET grub/x86_64-efi/macho.mod
Sat 16 Sep 2023 02:02:17 PM CEST grub/grub.cfg
Sun 12 Nov 2023 08:32:42 PM CET grub/unicode.pf2
Sun 05 Nov 2023 12:09:48 AM CET initramfs-linux-zen.img
Thu 01 Jan 1970 01:00:00 AM CET efi
Sun 12 Nov 2023 12:00:00 AM CET efi/EFI
Sat 05 Aug 2023 01:00:00 AM CEST efi/EFI/endeavouros
Sun 29 Oct 2023 01:00:00 AM CEST efi/EFI/endeavouros/grubx64.efi
Sun 05 Nov 2023 12:00:00 AM CET efi/EFI/boot
Sun 05 Nov 2023 12:00:00 AM CET efi/EFI/boot/bootx64.efi
Sun 29 Oct 2023 01:00:00 AM CEST efi/EFI/boot/fbx64.efi
Sun 29 Oct 2023 01:00:00 AM CEST efi/EFI/boot/mmx64.efi
Sun 29 Oct 2023 01:00:00 AM CEST efi/EFI/boot/bkpbootx64.efi
Sat 05 Aug 2023 01:00:00 AM CEST efi/EFI/ubuntu
Sun 29 Oct 2023 01:00:00 AM CEST efi/EFI/ubuntu/grubx64.efi
Sun 29 Oct 2023 01:00:00 AM CEST efi/EFI/ubuntu/shimx64.efi
Sun 29 Oct 2023 01:00:00 AM CEST efi/EFI/ubuntu/mmx64.efi
Sat 05 Aug 2023 01:00:00 AM CEST efi/EFI/ubuntu/BOOTX64.CSV
Sun 29 Oct 2023 01:00:00 AM CEST efi/EFI/ubuntu/grub.cfg
Sun 12 Nov 2023 12:00:00 AM CET efi/EFI/refind
Sun 29 Oct 2023 01:00:00 AM CEST efi/EFI/refind/refind_x64.efi
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/drivers_x64
Sun 29 Oct 2023 01:00:00 AM CEST efi/EFI/refind/drivers_x64/ext4_x64.efi
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/keys
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/keys/refind_local.cer
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/keys/refind_local.crt
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/keys/altlinux.cer
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/keys/canonical-uefi-ca.cer
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/keys/centossecureboot201.cer
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/keys/centossecurebootca2.cer
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/keys/debian.cer
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/keys/fedora-ca.cer
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/keys/microsoft-kekca-public.cer
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/keys/microsoft-pca-public.cer
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/keys/microsoft-uefica-public.cer
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/keys/openSUSE-UEFI-CA-Certificate-4096.cer
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/keys/openSUSE-UEFI-CA-Certificate.cer
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/keys/refind.cer
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/keys/SLES-UEFI-CA-Certificate.cer
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/README
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/arrow_left.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/arrow_right.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/boot_linux.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/boot_win.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/func_about.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/func_bootorder.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/func_csr_rotate.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/func_exit.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/func_firmware.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/func_hidden.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/func_install.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/func_reset.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/func_shutdown.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/mouse.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_arch.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_artful.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_bionic.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_centos.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_chakra.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_chrome.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_clover.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_crunchbang.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_debian.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_devuan.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_elementary.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_fedora.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_freebsd.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_frugalware.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_gentoo.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_gummiboot.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_haiku.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_hwtest.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_kubuntu.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_legacy.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_linux.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_linuxmint.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_lubuntu.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_mac.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_mageia.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_mandriva.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_manjaro.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_netbsd.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_network.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_opensuse.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_redhat.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_refind.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_refit.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_slackware.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_suse.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_systemd.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_trusty.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_ubuntu.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_uefi.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_unknown.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_void.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_win.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_win8.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_xenial.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_xubuntu.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/os_zesty.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/tool_apple_rescue.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/tool_fwupdate.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/tool_memtest.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/tool_mok_tool.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/tool_netboot.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/tool_part.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/tool_rescue.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/tool_shell.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/tool_windows_rescue.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/transparent.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/vol_efi.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/vol_external.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/vol_internal.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/vol_net.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons/vol_optical.png
Sun 29 Oct 2023 01:00:00 AM CEST efi/EFI/refind/refind.conf
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/BOOT.CSV
Sun 12 Nov 2023 12:00:00 AM CET efi/EFI/refind/vars
Sun 12 Nov 2023 12:00:00 AM CET efi/EFI/refind/vars/PreviousBoot
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/README
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/arrow_left.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/arrow_right.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/boot_linux.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/boot_win.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/func_about.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/func_bootorder.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/func_csr_rotate.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/func_exit.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/func_firmware.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/func_hidden.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/func_install.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/func_reset.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/func_shutdown.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/mouse.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_arch.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_artful.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_bionic.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_centos.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_chakra.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_chrome.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_clover.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_crunchbang.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_debian.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_devuan.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_elementary.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_fedora.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_freebsd.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_frugalware.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_gentoo.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_gummiboot.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_haiku.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_hwtest.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_kubuntu.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_legacy.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_linux.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_linuxmint.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_lubuntu.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_mac.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_mageia.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_mandriva.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_manjaro.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_netbsd.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_network.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_opensuse.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_redhat.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_refind.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_refit.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_slackware.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_suse.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_systemd.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_trusty.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_ubuntu.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_uefi.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_unknown.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_void.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_win.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_win8.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_xenial.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_xubuntu.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/os_zesty.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/tool_apple_rescue.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/tool_fwupdate.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/tool_memtest.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/tool_mok_tool.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/tool_netboot.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/tool_part.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/tool_rescue.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/tool_shell.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/tool_windows_rescue.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/transparent.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/vol_efi.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/vol_external.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/vol_internal.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/vol_net.png
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/refind/icons-backup/vol_optical.png
Fri 18 Aug 2023 01:00:00 AM CEST efi/EFI/refind/refind.conf-sample
Mon 07 Aug 2023 01:00:00 AM CEST efi/EFI/tools
Sun 05 Nov 2023 12:00:00 AM CET efi/EFI/systemd
Sun 05 Nov 2023 12:00:00 AM CET efi/EFI/systemd/systemd-bootx64.efi
Sun 05 Nov 2023 12:00:00 AM CET efi/EFI/Linux
Sun 05 Nov 2023 12:00:00 AM CET efi/loader
Sun 05 Nov 2023 12:00:00 AM CET efi/loader/entries
Sun 05 Nov 2023 12:00:00 AM CET efi/loader/loader.conf
Sun 05 Nov 2023 12:00:00 AM CET efi/loader/random-seed
Sun 05 Nov 2023 12:00:00 AM CET efi/loader/entries.srel
Sun 05 Nov 2023 12:09:41 AM CET amd-ucode.img


[root@EndeavourOS /]# find /boot/efi -printf "%Ac %P\n"
Thu 01 Jan 1970 01:00:00 AM CET 
Sun 12 Nov 2023 12:00:00 AM CET EFI
Sat 05 Aug 2023 01:00:00 AM CEST EFI/endeavouros
Sun 29 Oct 2023 01:00:00 AM CEST EFI/endeavouros/grubx64.efi
Sun 05 Nov 2023 12:00:00 AM CET EFI/boot
Sun 05 Nov 2023 12:00:00 AM CET EFI/boot/bootx64.efi
Sun 29 Oct 2023 01:00:00 AM CEST EFI/boot/fbx64.efi
Sun 29 Oct 2023 01:00:00 AM CEST EFI/boot/mmx64.efi
Sun 29 Oct 2023 01:00:00 AM CEST EFI/boot/bkpbootx64.efi
Sat 05 Aug 2023 01:00:00 AM CEST EFI/ubuntu
Sun 29 Oct 2023 01:00:00 AM CEST EFI/ubuntu/grubx64.efi
Sun 29 Oct 2023 01:00:00 AM CEST EFI/ubuntu/shimx64.efi
Sun 29 Oct 2023 01:00:00 AM CEST EFI/ubuntu/mmx64.efi
Sat 05 Aug 2023 01:00:00 AM CEST EFI/ubuntu/BOOTX64.CSV
Sun 29 Oct 2023 01:00:00 AM CEST EFI/ubuntu/grub.cfg
Sun 12 Nov 2023 12:00:00 AM CET EFI/refind
Sun 29 Oct 2023 01:00:00 AM CEST EFI/refind/refind_x64.efi
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/drivers_x64
Sun 29 Oct 2023 01:00:00 AM CEST EFI/refind/drivers_x64/ext4_x64.efi
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/keys
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/keys/refind_local.cer
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/keys/refind_local.crt
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/keys/altlinux.cer
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/keys/canonical-uefi-ca.cer
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/keys/centossecureboot201.cer
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/keys/centossecurebootca2.cer
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/keys/debian.cer
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/keys/fedora-ca.cer
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/keys/microsoft-kekca-public.cer
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/keys/microsoft-pca-public.cer
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/keys/microsoft-uefica-public.cer
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/keys/openSUSE-UEFI-CA-Certificate-4096.cer
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/keys/openSUSE-UEFI-CA-Certificate.cer
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/keys/refind.cer
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/keys/SLES-UEFI-CA-Certificate.cer
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/README
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/arrow_left.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/arrow_right.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/boot_linux.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/boot_win.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/func_about.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/func_bootorder.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/func_csr_rotate.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/func_exit.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/func_firmware.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/func_hidden.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/func_install.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/func_reset.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/func_shutdown.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/mouse.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_arch.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_artful.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_bionic.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_centos.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_chakra.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_chrome.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_clover.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_crunchbang.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_debian.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_devuan.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_elementary.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_fedora.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_freebsd.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_frugalware.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_gentoo.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_gummiboot.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_haiku.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_hwtest.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_kubuntu.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_legacy.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_linux.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_linuxmint.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_lubuntu.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_mac.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_mageia.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_mandriva.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_manjaro.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_netbsd.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_network.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_opensuse.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_redhat.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_refind.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_refit.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_slackware.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_suse.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_systemd.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_trusty.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_ubuntu.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_uefi.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_unknown.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_void.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_win.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_win8.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_xenial.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_xubuntu.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/os_zesty.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/tool_apple_rescue.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/tool_fwupdate.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/tool_memtest.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/tool_mok_tool.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/tool_netboot.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/tool_part.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/tool_rescue.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/tool_shell.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/tool_windows_rescue.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/transparent.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/vol_efi.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/vol_external.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/vol_internal.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/vol_net.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/icons/vol_optical.png
Sun 29 Oct 2023 01:00:00 AM CEST EFI/refind/refind.conf
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/BOOT.CSV
Sun 12 Nov 2023 12:00:00 AM CET EFI/refind/vars
Sun 12 Nov 2023 12:00:00 AM CET EFI/refind/vars/PreviousBoot
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/README
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/arrow_left.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/arrow_right.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/boot_linux.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/boot_win.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/func_about.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/func_bootorder.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/func_csr_rotate.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/func_exit.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/func_firmware.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/func_hidden.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/func_install.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/func_reset.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/func_shutdown.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/mouse.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_arch.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_artful.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_bionic.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_centos.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_chakra.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_chrome.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_clover.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_crunchbang.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_debian.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_devuan.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_elementary.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_fedora.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_freebsd.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_frugalware.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_gentoo.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_gummiboot.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_haiku.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_hwtest.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_kubuntu.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_legacy.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_linux.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_linuxmint.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_lubuntu.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_mac.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_mageia.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_mandriva.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_manjaro.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_netbsd.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_network.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_opensuse.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_redhat.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_refind.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_refit.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_slackware.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_suse.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_systemd.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_trusty.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_ubuntu.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_uefi.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_unknown.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_void.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_win.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_win8.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_xenial.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_xubuntu.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/os_zesty.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/tool_apple_rescue.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/tool_fwupdate.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/tool_memtest.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/tool_mok_tool.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/tool_netboot.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/tool_part.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/tool_rescue.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/tool_shell.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/tool_windows_rescue.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/transparent.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/vol_efi.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/vol_external.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/vol_internal.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/vol_net.png
Mon 07 Aug 2023 01:00:00 AM CEST EFI/refind/icons-backup/vol_optical.png
Fri 18 Aug 2023 01:00:00 AM CEST EFI/refind/refind.conf-sample
Mon 07 Aug 2023 01:00:00 AM CEST EFI/tools
Sun 05 Nov 2023 12:00:00 AM CET EFI/systemd
Sun 05 Nov 2023 12:00:00 AM CET EFI/systemd/systemd-bootx64.efi
Sun 05 Nov 2023 12:00:00 AM CET EFI/Linux
Sun 05 Nov 2023 12:00:00 AM CET loader
Sun 05 Nov 2023 12:00:00 AM CET loader/entries
Sun 05 Nov 2023 12:00:00 AM CET loader/loader.conf
Sun 05 Nov 2023 12:00:00 AM CET loader/random-seed
Sun 05 Nov 2023 12:00:00 AM CET loader/entries.srel


[root@EndeavourOS /]# cat /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod ext2
cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
set root='cryptouuid/d45b515469eb44adbcea303859d89285'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='cryptouuid/d45b515469eb44adbcea303859d89285'  a338010f-6fc8-404a-8e98-6583bef833d8
else
  search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=de_DE
  insmod gettext
fi
terminal_input console
terminal_output gfxterm
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod ext2
cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
set root='cryptouuid/d45b515469eb44adbcea303859d89285'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='cryptouuid/d45b515469eb44adbcea303859d89285'  a338010f-6fc8-404a-8e98-6583bef833d8
else
  search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
fi
insmod png
background_image -m stretch /usr/share/endeavouros/splash.png
if [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=10
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/06_grub-customizer_menu_color_helper ###
### END /etc/grub.d/06_grub-customizer_menu_color_helper ###

### BEGIN /etc/grub.d/10_linux_proxy ###



menuentry "EndeavourOS Linux, with Linux linux-zen" --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-zen-advanced-a338010f-6fc8-404a-8e98-6583bef833d8' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod cryptodisk
		insmod luks
		insmod gcry_rijndael
		insmod gcry_rijndael
		insmod gcry_sha256
		insmod ext2
		cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
		set root='cryptouuid/d45b515469eb44adbcea303859d89285'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='cryptouuid/d45b515469eb44adbcea303859d89285'  a338010f-6fc8-404a-8e98-6583bef833d8
		else
		  search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
		fi
		echo	'Loading Linux linux-zen ...'
		linux	/boot/vmlinuz-linux-zen root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw  nowatchdog nvme_load=YES rd.luks.uuid=d45b5154-69eb-44ad-bcea-303859d89285 loglevel=3
		echo	'Loading initial ramdisk ...'
		initrd	/boot/amd-ucode.img /boot/initramfs-linux-zen.img
}
menuentry "EndeavourOS Linux" --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-a338010f-6fc8-404a-8e98-6583bef833d8' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_gpt
	insmod cryptodisk
	insmod luks
	insmod gcry_rijndael
	insmod gcry_rijndael
	insmod gcry_sha256
	insmod ext2
	cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
	set root='cryptouuid/d45b515469eb44adbcea303859d89285'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='cryptouuid/d45b515469eb44adbcea303859d89285'  a338010f-6fc8-404a-8e98-6583bef833d8
	else
	  search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
	fi
	echo	'Loading Linux linux-zen ...'
	linux	/boot/vmlinuz-linux-zen root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw  nowatchdog nvme_load=YES rd.luks.uuid=d45b5154-69eb-44ad-bcea-303859d89285 loglevel=3
	echo	'Loading initial ramdisk ...'
	initrd	/boot/amd-ucode.img /boot/initramfs-linux-zen.img
}
submenu "Advanced options for EndeavourOS Linux"{
menuentry "EndeavourOS Linux, with Linux linux-zen (fallback initramfs)" --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-zen-fallback-a338010f-6fc8-404a-8e98-6583bef833d8' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod cryptodisk
		insmod luks
		insmod gcry_rijndael
		insmod gcry_rijndael
		insmod gcry_sha256
		insmod ext2
		cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
		set root='cryptouuid/d45b515469eb44adbcea303859d89285'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='cryptouuid/d45b515469eb44adbcea303859d89285'  a338010f-6fc8-404a-8e98-6583bef833d8
		else
		  search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
		fi
		echo	'Loading Linux linux-zen ...'
		linux	/boot/vmlinuz-linux-zen root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw  nowatchdog nvme_load=YES rd.luks.uuid=d45b5154-69eb-44ad-bcea-303859d89285 loglevel=3
		echo	'Loading initial ramdisk ...'
		initrd	/boot/amd-ucode.img /boot/initramfs-linux-zen-fallback.img
}
menuentry "EndeavourOS Linux, with Linux linux-zen (recovery mode)" --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-zen-recovery-a338010f-6fc8-404a-8e98-6583bef833d8' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod cryptodisk
		insmod luks
		insmod gcry_rijndael
		insmod gcry_rijndael
		insmod gcry_sha256
		insmod ext2
		cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
		set root='cryptouuid/d45b515469eb44adbcea303859d89285'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='cryptouuid/d45b515469eb44adbcea303859d89285'  a338010f-6fc8-404a-8e98-6583bef833d8
		else
		  search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
		fi
		echo	'Loading Linux linux-zen ...'
		linux	/boot/vmlinuz-linux-zen root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw single 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/amd-ucode.img /boot/initramfs-linux-zen-fallback.img
}
menuentry "EndeavourOS Linux, with Linux linux" --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-a338010f-6fc8-404a-8e98-6583bef833d8' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod cryptodisk
		insmod luks
		insmod gcry_rijndael
		insmod gcry_rijndael
		insmod gcry_sha256
		insmod ext2
		cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
		set root='cryptouuid/d45b515469eb44adbcea303859d89285'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='cryptouuid/d45b515469eb44adbcea303859d89285'  a338010f-6fc8-404a-8e98-6583bef833d8
		else
		  search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
		fi
		echo	'Loading Linux linux ...'
		linux	/boot/vmlinuz-linux root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw  nowatchdog nvme_load=YES rd.luks.uuid=d45b5154-69eb-44ad-bcea-303859d89285 loglevel=3
		echo	'Loading initial ramdisk ...'
		initrd	/boot/amd-ucode.img /boot/initramfs-linux.img
}
menuentry "EndeavourOS Linux, with Linux linux (fallback initramfs)" --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-a338010f-6fc8-404a-8e98-6583bef833d8' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod cryptodisk
		insmod luks
		insmod gcry_rijndael
		insmod gcry_rijndael
		insmod gcry_sha256
		insmod ext2
		cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
		set root='cryptouuid/d45b515469eb44adbcea303859d89285'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='cryptouuid/d45b515469eb44adbcea303859d89285'  a338010f-6fc8-404a-8e98-6583bef833d8
		else
		  search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
		fi
		echo	'Loading Linux linux ...'
		linux	/boot/vmlinuz-linux root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw  nowatchdog nvme_load=YES rd.luks.uuid=d45b5154-69eb-44ad-bcea-303859d89285 loglevel=3
		echo	'Loading initial ramdisk ...'
		initrd	/boot/amd-ucode.img /boot/initramfs-linux-fallback.img
}
menuentry "EndeavourOS Linux, with Linux linux (recovery mode)" --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-recovery-a338010f-6fc8-404a-8e98-6583bef833d8' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod cryptodisk
		insmod luks
		insmod gcry_rijndael
		insmod gcry_rijndael
		insmod gcry_sha256
		insmod ext2
		cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
		set root='cryptouuid/d45b515469eb44adbcea303859d89285'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='cryptouuid/d45b515469eb44adbcea303859d89285'  a338010f-6fc8-404a-8e98-6583bef833d8
		else
		  search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
		fi
		echo	'Loading Linux linux ...'
		linux	/boot/vmlinuz-linux root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw single 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/amd-ucode.img /boot/initramfs-linux-fallback.img
}
}
### END /etc/grub.d/10_linux_proxy ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/25_bli ###
if [ "$grub_platform" = "efi" ]; then
  insmod bli
fi
### END /etc/grub.d/25_bli ###

### BEGIN /etc/grub.d/30_os-prober_proxy ###

[...]

### END /etc/grub.d/30_os-prober_proxy ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
if [ "$grub_platform" = "efi" ]; then
	fwsetup --is-supported
	if [ "$?" = 0 ]; then
		menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
			fwsetup
		}
	fi
fi
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg
fi
### END /etc/grub.d/41_custom ###
the same as PDF

output of find _boot -printf ‘%Ac %P\n’ and 2 more instructions.pdf (72.0 KB)

Here is /etc/fstab directly after above:

/etc/fstab of chrooted partition via EOS installation ISO

There is a bunch of odd stuff here.

  • You have EndeavourOS grub, Ubuntu grub, refind and systemd-boot installed
  • You have a nearly 8GB ESP
  • You have grub recovery entries in your grub config

But most odd of all is this:

Your kernels are newer than your initrds. Not only that, but the fallbacks have different dates than the normal initrds. That isn’t normal.

Can you try this from the chroot:

rm /boot/vmlinuz* /boot/initramfs*
pacman -S linux linux-zen
ls -l /boot

Back then, I did not have a clue how much would be good. Afterwards I could not shrink it via partition managers.
Is it only wasteful or a real problem?

.

Could that be a result of an incomplete or a failed yay system update?

.

/boot/initramfs* pacman instructions – any highlighting UNintended

_boot_initramfs* pacman instructions.pdf (40.1 KB)

[continuation of former PDF: find _boot -printf ‘%Ac %P\n’ and 2 more instructions.pdf ]

[root@EndeavourOS /]# rm /boot/vmlinuz* /boot/initramfs*
[root@EndeavourOS /]# pacman -S linux linux-zen
warning: linux-6.5.9.arch2-1 is up to date – reinstalling
warning: linux-zen-6.5.9.zen2-1 is up to date – reinstalling
resolving dependencies…
looking for conflicting packages…

Package (2) Old Version New Version Net Change

core/linux 6.5.9.arch2-1 6.5.9.arch2-1 0.00 MiB
extra/linux-zen 6.5.9.zen2-1 6.5.9.zen2-1 0.00 MiB

Total Installed Size: 259.47 MiB
Net Upgrade Size: 0.00 MiB

:: Proceed with installation? [Y/n] Y
(2/2) checking keys in keyring [---------------------------------------------------------] 100%
(2/2) checking package integrity [---------------------------------------------------------] 100%
(2/2) loading package files [---------------------------------------------------------] 100%
(2/2) checking for file conflicts [---------------------------------------------------------] 100%
:: Processing package changes…
(1/2) reinstalling linux [---------------------------------------------------------] 100%
(2/2) reinstalling linux-zen [---------------------------------------------------------] 100%
:: Running post-transaction hooks…
(1/5) Arming ConditionNeedsUpdate…
(2/5) Updating module dependencies…
(3/5) Updating initramfs…
:: Building initramfs for linux (6.5.9-arch2-1)
dracut: Executing: /usr/bin/dracut --force --hostonly --no-hostonly-cmdline /usr/lib/modules/6.5.9-arch2-1/initrd 6.5.9-arch2-1
dracut: dracut module ‘dash’ will not be installed, because command ‘dash’ could not be found!
dracut: dracut module ‘mksh’ will not be installed, because command ‘mksh’ could not be found!
dracut: dracut module ‘busybox’ will not be installed, because command ‘busybox’ could not be found!
dracut: dracut module ‘dbus-broker’ will not be installed, because command ‘dbus-broker’ could not be found!
dracut: dracut module ‘rngd’ will not be installed, because command ‘rngd’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmanctl’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand-wait-online’ could not be found!
dracut: dracut module ‘network-wicked’ will not be installed, because command ‘wicked’ could not be found!
dracut: dracut module ‘dmraid’ will not be installed, because command ‘kpartx’ could not be found!
dracut: dracut module ‘tpm2-tss’ will not be installed, because command ‘tpm2’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsi-iname’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsiadm’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsid’ could not be found!
dracut: dracut module ‘nvmf’ will not be installed, because command ‘nvme’ could not be found!
dracut: dracut module ‘biosdevname’ will not be installed, because command ‘biosdevname’ could not be found!
dracut: dracut module ‘memstrack’ will not be installed, because command ‘memstrack’ could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module ‘squash’ will not be installed, because command ‘mksquashfs’ could not be found!
dracut: dracut module ‘squash’ will not be installed, because command ‘unsquashfs’ could not be found!
dracut: dracut module ‘dash’ will not be installed, because command ‘dash’ could not be found!
dracut: dracut module ‘mksh’ will not be installed, because command ‘mksh’ could not be found!
dracut: dracut module ‘busybox’ will not be installed, because command ‘busybox’ could not be found!
dracut: dracut module ‘dbus-broker’ will not be installed, because command ‘dbus-broker’ could not be found!
dracut: dracut module ‘rngd’ will not be installed, because command ‘rngd’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmanctl’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand-wait-online’ could not be found!
dracut: dracut module ‘network-wicked’ will not be installed, because command ‘wicked’ could not be found!
dracut: dracut module ‘dmraid’ will not be installed, because command ‘kpartx’ could not be found!
dracut: dracut module ‘tpm2-tss’ will not be installed, because command ‘tpm2’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsi-iname’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsiadm’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsid’ could not be found!
dracut: dracut module ‘nvmf’ will not be installed, because command ‘nvme’ could not be found!
dracut: dracut module ‘memstrack’ will not be installed, because command ‘memstrack’ could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module ‘squash’ will not be installed, because command ‘mksquashfs’ could not be found!
dracut: dracut module ‘squash’ will not be installed, because command ‘unsquashfs’ could not be found!
dracut: *** Including module: systemd ***
dracut: *** Including module: systemd-initrd ***
dracut: *** Including module: i18n ***
dracut: *** Including module: crypt ***
dracut: *** Including module: dm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 60-persistent-storage-dm.rules
dracut: Skipping udev rule: 55-dm.rules
dracut: *** Including module: kernel-modules ***
dracut: *** Including module: kernel-modules-extra ***
dracut: *** Including module: rootfs-block ***
dracut: *** Including module: terminfo ***
dracut: *** Including module: udev-rules ***
dracut: Skipping udev rule: 40-redhat.rules
dracut: Skipping udev rule: 50-firmware.rules
dracut: Skipping udev rule: 50-udev.rules
dracut: Skipping udev rule: 91-permissions.rules
dracut: Skipping udev rule: 80-drivers-modprobe.rules
dracut: Skipping udev rule: 70-persistent-net.rules
dracut: *** Including module: dracut-systemd ***
dracut: *** Including module: usrmount ***
dracut: *** Including module: base ***
dracut: *** Including module: fs-lib ***
dracut: *** Including module: shutdown ***
dracut: *** Including modules done ***
dracut: *** Installing kernel module dependencies ***
dracut: *** Installing kernel module dependencies done ***
dracut: *** Resolving executable dependencies ***
dracut: *** Resolving executable dependencies done ***
dracut: *** Hardlinking files ***
dracut: Mode: real
dracut: Method: sha256
dracut: Files: 829
dracut: Linked: 3 files
dracut: Compared: 0 xattrs
dracut: Compared: 39 files
dracut: Saved: 356.78 KiB
dracut: Duration: 0.020663 seconds
dracut: *** Hardlinking files done ***
dracut: *** Generating early-microcode cpio image ***
dracut: *** Constructing AuthenticAMD.bin ***
dracut: *** Store current command line parameters ***
dracut: *** Stripping files ***
dracut: *** Stripping files done ***
dracut: *** Creating image file ‘/usr/lib/modules/6.5.9-arch2-1/initrd’ ***
dracut: *** Creating initramfs image file ‘/usr/lib/modules/6.5.9-arch2-1/initrd’ done ***
:: Building fallback initramfs for linux (6.5.9-arch2-1)
dracut: Executing: /usr/bin/dracut --force --no-hostonly /boot/initramfs-linux-fallback.img 6.5.9-arch2-1
dracut: dracut module ‘dash’ will not be installed, because command ‘dash’ could not be found!
dracut: dracut module ‘mksh’ will not be installed, because command ‘mksh’ could not be found!
dracut: dracut module ‘busybox’ will not be installed, because command ‘busybox’ could not be found!
dracut: dracut module ‘dbus-broker’ will not be installed, because command ‘dbus-broker’ could not be found!
dracut: dracut module ‘rngd’ will not be installed, because command ‘rngd’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmanctl’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand-wait-online’ could not be found!
dracut: dracut module ‘network-wicked’ will not be installed, because command ‘wicked’ could not be found!
dracut: dracut module ‘dmraid’ will not be installed, because command ‘kpartx’ could not be found!
dracut: dracut module ‘multipath’ will not be installed, because command ‘multipath’ could not be found!
dracut: dracut module ‘tpm2-tss’ will not be installed, because command ‘tpm2’ could not be found!
dracut: dracut module ‘fcoe’ will not be installed, because command ‘dcbtool’ could not be found!
dracut: dracut module ‘fcoe’ will not be installed, because command ‘fipvlan’ could not be found!
dracut: dracut module ‘fcoe’ will not be installed, because command ‘lldpad’ could not be found!
dracut: dracut module ‘fcoe’ will not be installed, because command ‘fcoemon’ could not be found!
dracut: dracut module ‘fcoe’ will not be installed, because command ‘fcoeadm’ could not be found!
dracut: dracut module ‘fcoe-uefi’ will not be installed, because command ‘dcbtool’ could not be found!
dracut: dracut module ‘fcoe-uefi’ will not be installed, because command ‘fipvlan’ could not be found!
dracut: dracut module ‘fcoe-uefi’ will not be installed, because command ‘lldpad’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsi-iname’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsiadm’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsid’ could not be found!
dracut: dracut module ‘nbd’ will not be installed, because command ‘nbd-client’ could not be found!
dracut: dracut module ‘nvmf’ will not be installed, because command ‘nvme’ could not be found!
dracut: dracut module ‘biosdevname’ will not be installed, because command ‘biosdevname’ could not be found!
dracut: dracut module ‘memstrack’ will not be installed, because command ‘memstrack’ could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module ‘squash’ will not be installed, because command ‘mksquashfs’ could not be found!
dracut: dracut module ‘squash’ will not be installed, because command ‘unsquashfs’ could not be found!
dracut: *** Including module: systemd ***
dracut: *** Including module: systemd-initrd ***
dracut: *** Including module: modsign ***
dracut: *** Including module: i18n ***
dracut: *** Including module: btrfs ***
dracut: *** Including module: crypt ***
dracut: *** Including module: dm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 60-persistent-storage-dm.rules
dracut: Skipping udev rule: 55-dm.rules
dracut: *** Including module: kernel-modules ***
dracut: *** Including module: kernel-modules-extra ***
dracut: *** Including module: lvm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 56-lvm.rules
dracut: Skipping udev rule: 60-persistent-storage-lvm.rules
dracut: *** Including module: mdraid ***
dracut: Skipping udev rule: 64-md-raid.rules
dracut: *** Including module: nvdimm ***
dracut: *** Including module: qemu ***
dracut: *** Including module: qemu-net ***
dracut: *** Including module: btrfs-snapshot-overlay ***
dracut: *** Including module: lunmask ***
dracut: *** Including module: resume ***
dracut: *** Including module: rootfs-block ***
dracut: *** Including module: terminfo ***
dracut: *** Including module: udev-rules ***
dracut: Skipping udev rule: 40-redhat.rules
dracut: Skipping udev rule: 50-firmware.rules
dracut: Skipping udev rule: 50-udev.rules
dracut: Skipping udev rule: 91-permissions.rules
dracut: Skipping udev rule: 80-drivers-modprobe.rules
dracut: *** Including module: virtiofs ***
dracut: *** Including module: dracut-systemd ***
dracut: *** Including module: usrmount ***
dracut: *** Including module: base ***
dracut: *** Including module: fs-lib ***
dracut: *** Including module: shutdown ***
dracut: *** Including modules done ***
dracut: *** Installing kernel module dependencies ***
dracut: *** Installing kernel module dependencies done ***
dracut: *** Resolving executable dependencies ***
dracut: *** Resolving executable dependencies done ***
dracut: *** Hardlinking files ***
dracut: Mode: real
dracut: Method: sha256
dracut: Files: 2016
dracut: Linked: 9 files
dracut: Compared: 0 xattrs
dracut: Compared: 450 files
dracut: Saved: 1.42 MiB
dracut: Duration: 0.012813 seconds
dracut: *** Hardlinking files done ***
dracut: *** Generating early-microcode cpio image ***
dracut: *** Constructing AuthenticAMD.bin ***
dracut: *** Store current command line parameters ***
dracut: *** Stripping files ***
dracut: *** Stripping files done ***
dracut: *** Creating image file ‘/boot/initramfs-linux-fallback.img’ ***
dracut: *** Creating initramfs image file ‘/boot/initramfs-linux-fallback.img’ done ***
:: Building initramfs for linux-zen (6.5.9-zen2-1-zen)
dracut: Executing: /usr/bin/dracut --force --hostonly --no-hostonly-cmdline /usr/lib/modules/6.5.9-zen2-1-zen/initrd 6.5.9-zen2-1-zen
dracut: dracut module ‘dash’ will not be installed, because command ‘dash’ could not be found!
dracut: dracut module ‘mksh’ will not be installed, because command ‘mksh’ could not be found!
dracut: dracut module ‘busybox’ will not be installed, because command ‘busybox’ could not be found!
dracut: dracut module ‘dbus-broker’ will not be installed, because command ‘dbus-broker’ could not be found!
dracut: dracut module ‘rngd’ will not be installed, because command ‘rngd’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmanctl’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand-wait-online’ could not be found!
dracut: dracut module ‘network-wicked’ will not be installed, because command ‘wicked’ could not be found!
dracut: dracut module ‘dmraid’ will not be installed, because command ‘kpartx’ could not be found!
dracut: dracut module ‘tpm2-tss’ will not be installed, because command ‘tpm2’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsi-iname’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsiadm’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsid’ could not be found!
dracut: dracut module ‘nvmf’ will not be installed, because command ‘nvme’ could not be found!
dracut: dracut module ‘biosdevname’ will not be installed, because command ‘biosdevname’ could not be found!
dracut: dracut module ‘memstrack’ will not be installed, because command ‘memstrack’ could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module ‘squash’ will not be installed, because command ‘mksquashfs’ could not be found!
dracut: dracut module ‘squash’ will not be installed, because command ‘unsquashfs’ could not be found!
dracut: dracut module ‘dash’ will not be installed, because command ‘dash’ could not be found!
dracut: dracut module ‘mksh’ will not be installed, because command ‘mksh’ could not be found!
dracut: dracut module ‘busybox’ will not be installed, because command ‘busybox’ could not be found!
dracut: dracut module ‘dbus-broker’ will not be installed, because command ‘dbus-broker’ could not be found!
dracut: dracut module ‘rngd’ will not be installed, because command ‘rngd’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmanctl’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand-wait-online’ could not be found!
dracut: dracut module ‘network-wicked’ will not be installed, because command ‘wicked’ could not be found!
dracut: dracut module ‘dmraid’ will not be installed, because command ‘kpartx’ could not be found!
dracut: dracut module ‘tpm2-tss’ will not be installed, because command ‘tpm2’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsi-iname’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsiadm’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsid’ could not be found!
dracut: dracut module ‘nvmf’ will not be installed, because command ‘nvme’ could not be found!
dracut: dracut module ‘memstrack’ will not be installed, because command ‘memstrack’ could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module ‘squash’ will not be installed, because command ‘mksquashfs’ could not be found!
dracut: dracut module ‘squash’ will not be installed, because command ‘unsquashfs’ could not be found!
dracut: *** Including module: systemd ***
dracut: *** Including module: systemd-initrd ***
dracut: *** Including module: i18n ***
dracut: *** Including module: crypt ***
dracut: *** Including module: dm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 60-persistent-storage-dm.rules
dracut: Skipping udev rule: 55-dm.rules
dracut: *** Including module: kernel-modules ***
dracut: *** Including module: kernel-modules-extra ***
dracut: *** Including module: rootfs-block ***
dracut: *** Including module: terminfo ***
dracut: *** Including module: udev-rules ***
dracut: Skipping udev rule: 40-redhat.rules
dracut: Skipping udev rule: 50-firmware.rules
dracut: Skipping udev rule: 50-udev.rules
dracut: Skipping udev rule: 91-permissions.rules
dracut: Skipping udev rule: 80-drivers-modprobe.rules
dracut: Skipping udev rule: 70-persistent-net.rules
dracut: *** Including module: dracut-systemd ***
dracut: *** Including module: usrmount ***
dracut: *** Including module: base ***
dracut: *** Including module: fs-lib ***
dracut: *** Including module: shutdown ***
dracut: *** Including modules done ***
dracut: *** Installing kernel module dependencies ***
dracut: *** Installing kernel module dependencies done ***
dracut: *** Resolving executable dependencies ***
dracut: *** Resolving executable dependencies done ***
dracut: *** Hardlinking files ***
dracut: Mode: real
dracut: Method: sha256
dracut: Files: 829
dracut: Linked: 3 files
dracut: Compared: 0 xattrs
dracut: Compared: 45 files
dracut: Saved: 356.78 KiB
dracut: Duration: 0.005396 seconds
dracut: *** Hardlinking files done ***
dracut: *** Generating early-microcode cpio image ***
dracut: *** Constructing AuthenticAMD.bin ***
dracut: *** Store current command line parameters ***
dracut: *** Stripping files ***
dracut: *** Stripping files done ***
dracut: *** Creating image file ‘/usr/lib/modules/6.5.9-zen2-1-zen/initrd’ ***
dracut: *** Creating initramfs image file ‘/usr/lib/modules/6.5.9-zen2-1-zen/initrd’ done ***
:: Building fallback initramfs for linux-zen (6.5.9-zen2-1-zen)
dracut: Executing: /usr/bin/dracut --force --no-hostonly /boot/initramfs-linux-zen-fallback.img 6.5.9-zen2-1-zen
dracut: dracut module ‘dash’ will not be installed, because command ‘dash’ could not be found!
dracut: dracut module ‘mksh’ will not be installed, because command ‘mksh’ could not be found!
dracut: dracut module ‘busybox’ will not be installed, because command ‘busybox’ could not be found!
dracut: dracut module ‘dbus-broker’ will not be installed, because command ‘dbus-broker’ could not be found!
dracut: dracut module ‘rngd’ will not be installed, because command ‘rngd’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmanctl’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand-wait-online’ could not be found!
dracut: dracut module ‘network-wicked’ will not be installed, because command ‘wicked’ could not be found!
dracut: dracut module ‘dmraid’ will not be installed, because command ‘kpartx’ could not be found!
dracut: dracut module ‘multipath’ will not be installed, because command ‘multipath’ could not be found!
dracut: dracut module ‘tpm2-tss’ will not be installed, because command ‘tpm2’ could not be found!
dracut: dracut module ‘fcoe’ will not be installed, because command ‘dcbtool’ could not be found!
dracut: dracut module ‘fcoe’ will not be installed, because command ‘fipvlan’ could not be found!
dracut: dracut module ‘fcoe’ will not be installed, because command ‘lldpad’ could not be found!
dracut: dracut module ‘fcoe’ will not be installed, because command ‘fcoemon’ could not be found!
dracut: dracut module ‘fcoe’ will not be installed, because command ‘fcoeadm’ could not be found!
dracut: dracut module ‘fcoe-uefi’ will not be installed, because command ‘dcbtool’ could not be found!
dracut: dracut module ‘fcoe-uefi’ will not be installed, because command ‘fipvlan’ could not be found!
dracut: dracut module ‘fcoe-uefi’ will not be installed, because command ‘lldpad’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsi-iname’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsiadm’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsid’ could not be found!
dracut: dracut module ‘nbd’ will not be installed, because command ‘nbd-client’ could not be found!
dracut: dracut module ‘nvmf’ will not be installed, because command ‘nvme’ could not be found!
dracut: dracut module ‘biosdevname’ will not be installed, because command ‘biosdevname’ could not be found!
dracut: dracut module ‘memstrack’ will not be installed, because command ‘memstrack’ could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module ‘squash’ will not be installed, because command ‘mksquashfs’ could not be found!
dracut: dracut module ‘squash’ will not be installed, because command ‘unsquashfs’ could not be found!
dracut: *** Including module: systemd ***
dracut: *** Including module: systemd-initrd ***
dracut: *** Including module: modsign ***
dracut: *** Including module: i18n ***
dracut: *** Including module: btrfs ***
dracut: *** Including module: crypt ***
dracut: *** Including module: dm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 60-persistent-storage-dm.rules
dracut: Skipping udev rule: 55-dm.rules
dracut: *** Including module: kernel-modules ***
dracut: *** Including module: kernel-modules-extra ***
dracut: *** Including module: lvm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 56-lvm.rules
dracut: Skipping udev rule: 60-persistent-storage-lvm.rules
dracut: *** Including module: mdraid ***
dracut: Skipping udev rule: 64-md-raid.rules
dracut: *** Including module: nvdimm ***
dracut: *** Including module: qemu ***
dracut: *** Including module: qemu-net ***
dracut: *** Including module: btrfs-snapshot-overlay ***
dracut: *** Including module: lunmask ***
dracut: *** Including module: resume ***
dracut: *** Including module: rootfs-block ***
dracut: *** Including module: terminfo ***
dracut: *** Including module: udev-rules ***
dracut: Skipping udev rule: 40-redhat.rules
dracut: Skipping udev rule: 50-firmware.rules
dracut: Skipping udev rule: 50-udev.rules
dracut: Skipping udev rule: 91-permissions.rules
dracut: Skipping udev rule: 80-drivers-modprobe.rules
dracut: *** Including module: virtiofs ***
dracut: *** Including module: dracut-systemd ***
dracut: *** Including module: usrmount ***
dracut: *** Including module: base ***
dracut: *** Including module: fs-lib ***
dracut: *** Including module: shutdown ***
dracut: *** Including modules done ***
dracut: *** Installing kernel module dependencies ***
dracut: *** Installing kernel module dependencies done ***
dracut: *** Resolving executable dependencies ***
dracut: *** Resolving executable dependencies done ***
dracut: *** Hardlinking files ***
dracut: Mode: real
dracut: Method: sha256
dracut: Files: 2017
dracut: Linked: 9 files
dracut: Compared: 0 xattrs
dracut: Compared: 453 files
dracut: Saved: 1.42 MiB
dracut: Duration: 0.012761 seconds
dracut: *** Hardlinking files done ***
dracut: *** Generating early-microcode cpio image ***
dracut: *** Constructing AuthenticAMD.bin ***
dracut: *** Store current command line parameters ***
dracut: *** Stripping files ***
dracut: *** Stripping files done ***
dracut: *** Creating image file ‘/boot/initramfs-linux-zen-fallback.img’ ***
dracut: *** Creating initramfs image file ‘/boot/initramfs-linux-zen-fallback.img’ done ***
(4/5) Check if user should be informed about rebooting after certain system package upgrades.
System has not been booted with systemd as init system (PID 1). Can’t operate.
Failed to connect to bus: Host is down
(5/5) Checking which packages need to be rebuilt
fatal library error, lookup self
[root@EndeavourOS /]# ls -l /boot
total 152364
-rw-r–r-- 1 root root 81920 Aug 9 22:33 amd-ucode.img
drwxr-xr-x 4 root root 4096 Jan 1 1970 efi
drwxr-xr-x 6 root root 4096 Sep 16 14:02 grub
-rw------- 1 root root 45668481 Nov 19 04:10 initramfs-linux-fallback.img
-rw-r–r-- 1 root root 18546087 Nov 19 04:10 initramfs-linux.img
-rw------- 1 root root 46508726 Nov 19 04:10 initramfs-linux-zen-fallback.img
-rw-r–r-- 1 root root 18667681 Nov 19 04:10 initramfs-linux-zen.img
-rw-r–r-- 1 root root 12790144 Nov 19 04:10 vmlinuz-linux
-rw-r–r-- 1 root root 13741760 Nov 19 04:10 vmlinuz-linux-zen

It is just atypical. Not something the installer would do by default.

It could. But since we have been rebuilding them, it seems strange.

That looks a bit cleaner.

Try running grub-mkconfig -o /boot/grub/grub.cfg

Then see if it boots.

`grub-mkconfig -o /boot/grub/grub.cfg`

grub-mkconfig -o _boot_grub_grub.cfg.pdf (21.7 KB)

[continuation of former PDF: _boot_initramfs* pacman instructions.pdf ]

[root@EndeavourOS /]# grub-mkconfig -o /boot/grub/grub.cfg
Generating grub configuration file …
Found background: /usr/share/endeavouros/splash.png
Found linux image: /boot/vmlinuz-linux-zen
Found initrd image: /boot/amd-ucode.img /boot/initramfs-linux-zen.img
Found fallback initrd image(s) in /boot: amd-ucode.img initramfs-linux-zen-fallback.img
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/amd-ucode.img /boot/initramfs-linux.img
Found fallback initrd image(s) in /boot: amd-ucode.img initramfs-linux-fallback.img
Found linux image: /boot/vmlinuz-linux-zen
Found initrd image: /boot/amd-ucode.img /boot/initramfs-linux-zen.img
Found fallback initrd image(s) in /boot: amd-ucode.img initramfs-linux-zen-fallback.img
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/amd-ucode.img /boot/initramfs-linux.img
Found fallback initrd image(s) in /boot: amd-ucode.img initramfs-linux-fallback.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
ERROR: mkdir /var/lock/dmraid
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.
Found […] on /dev/sda3
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.
Found […] on /dev/sda3
Adding boot menu entry for UEFI Firmware Settings …
done

Looks like os-prober failed but that is hopefully not a huge problem.

I would try rebooting and see if that error is resolved.

There are more GRUB list entries now, mostly duplicate. 2 EOS linux-zen, 2 EOS advanced sub-menu, etc., and the same for the other Linux distri.

I tried six different EOS GRUB entries: 2 x linux-zen, 1 x linux, 2 x fallback initramfs, 1 x linux recovery.

None of the six boot options worked. Every six failed on the exact same step as on the fateful Saturday.

I took photos of GRUB menu and can provide them later.

First, here are the

photos from boot failure console screen's /etc/fstab



.

and second, the latest photos of (now bloated) GRUB menu as mentioned in # 55:

newly bloated GRUB menu, but same submenu (though twice now)


Can I share any further info that might be helpful?

just reinstall it?

1 Like

It is not that easy. The main purpose of that EOS partition is enabling its PC owner to play a huge online game only available on MS Windows 10 onwards. Getting that online game to work on Linux fails on about 5 of 6 attempts. I tried some dozen times.

EOS did run it best by far.

There was also much time and work spent on customizing Task bar, Start menu, other OS GUI elements, AUR programs like a fine modernized Winamp with broad skin support, and the dozens of control elements inside the online game.

Then yay put a coffin lid on it.

But even if I would succeed in both reinstalling it all and customizing it fine, what safeguards the PC owner and me from another EOS updates meltdown?

For becoming able to use EOS in the long term, I need to learn to repair such a disruption.

If you are interested in just getting the partition back right now you could try using testdisk and see if you can restore the partition to a working state.