Hello team,
I have got 2 disks (one for Windows + boot efi, one for Manjaro).
Disk 1(sda): boot + windows partitions. Formatted by mistake, however restored by testdisk. I can see boot folders, files as well as windows folders, files.
Disk 2(sdb): manjaro, not touched, all folders, files.
After I executed testdisk, partitions and data were restored, I can see windows file systems, efi partition with folders and data.
However computer fails to boot. It seems, it does not start grub at all. It tries to boot windows immediately and it fails.
I did re-install of grub 2-3 times, but still no luck, no change. Grub is not loaded. I followed instructions here: https://wiki.manjaro.org/index.php/GRUB/Restore_the_GRUB_Bootloader
If I check the 100MB efi partition, I can see grub and manjaro with recent date, so the grub fix has altered them. But still unable to boot.
Could you help me please ?
[manjaro@manjaro ~]$ sudo parted -l
Model: ATA TOSHIBA MQ02ABF0 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 316MB 315MB primary ntfs boot
2 316MB 420MB 105MB primary fat32
3 555MB 500GB 500GB primary ntfs
Model: ATA ST1000LM014-1EJ1 (scsi)
Disk /dev/sdb: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 1075MB 1074MB linux-swap(v1) swap
2 1075MB 44.0GB 42.9GB ext4
3 44.0GB 108GB 64.4GB ext4
4 108GB 1000GB 892GB ntfs msftdata
Model: SMI USB DISK (scsi)
Disk /dev/sdc: 8179MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
2 4035MB 4039MB 4194kB primary esp
chroot
[manjaro@manjaro ~]$ su
[manjaro manjaro]# manjaro-chroot -a
grub-probe: error: cannot find a GRUB drive for /dev/sdc1. Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sdc1. Check your device.map.
==> Mounting (ManjaroLinux) [/dev/sdb2]
--> mount: [/mnt]
--> mount: [/mnt/boot/efi]
--> mount: [/mnt/home]
[manjaro manjaro]# lsblk --fs --all
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
loop0 squashfs 4.0 0 100% /run/miso/sfs/livefs
loop1 squashfs 4.0 0 100% /run/miso/sfs/mhwdfs
loop2 squashfs 4.0 0 100% /run/miso/sfs/desktopfs
loop3 squashfs 4.0 0 100% /run/miso/sfs/rootfs
loop4 squashfs 4.0 0 100% /var/lib/snapd/snap/core/14784
loop5 0 100% /var/lib/snapd/snap/tree/18
sda
ââsda1 ntfs Obnovenie B2A43F98A43F5E53
ââsda2 vfat FAT32 EC40-E2D4
ââsda3 ntfs 3CE64355E6430F18 362.1G 22% /run/media/manjaro/3CE64355E6430F18
sdb
ââsdb1 swap 1 62a959f8-998a-4b75-8c86-54f4a0461707
ââsdb2 ext4 1.0 1d12580d-22e2-4db1-abf8-cebbb9ee4c49
ââsdb3 ext4 1.0 fcdff842-3f01-43f7-8655-900b7b489fd8
ââsdb4 ntfs 4D9687C37DA18DF1
sdc iso9660 Joliet Extens MANJARO_XFCE_2204 2023-02-22-07-03-31-00 0 100% /run/miso/bootmnt
ââsdc1 iso9660 Joliet Extens MANJARO_XFCE_2204 2023-02-22-07-03-31-00
ââsdc2 vfat FAT12 MISO_EFI 6E2E-A045
[manjaro /]# cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=EC40-E2D4 /boot/efi vfat umask=0077 0 2
UUID=62a959f8-998a-4b75-8c86-54f4a0461707 swap swap defaults,noatime 0 0
UUID=1d12580d-22e2-4db1-abf8-cebbb9ee4c49 / ext4 defaults,noatime 0 1
UUID=fcdff842-3f01-43f7-8655-900b7b489fd8 /home ext4 defaults,noatime 0 2
[manjaro /]# blkid
/dev/loop1: TYPE="squashfs"
/dev/sdb4: BLOCK_SIZE="512" UUID="4D9687C37DA18DF1" TYPE="ntfs" PARTUUID="94daa3cd-4005-48f9-988d-a3b7b253b3fb"
/dev/sdb2: UUID="1d12580d-22e2-4db1-abf8-cebbb9ee4c49" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="c154e254-dd4d-4671-a0bb-2b1e8891e2bf"
/dev/sdb3: UUID="fcdff842-3f01-43f7-8655-900b7b489fd8" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="12fcd9a5-b435-49a0-a747-76e1b19f3cce"
/dev/sdb1: UUID="62a959f8-998a-4b75-8c86-54f4a0461707" TYPE="swap" PARTUUID="694c2280-6a2b-4b4a-a323-82f66bfa223a"
/dev/loop2: TYPE="squashfs"
/dev/loop0: TYPE="squashfs"
/dev/sdc2: SEC_TYPE="msdos" LABEL_FATBOOT="MISO_EFI" LABEL="MISO_EFI" UUID="6E2E-A045" BLOCK_SIZE="512" TYPE="vfat"
/dev/sdc1: BLOCK_SIZE="2048" UUID="2023-02-22-07-03-31-00" LABEL="MANJARO_XFCE_2204" TYPE="iso9660"
/dev/sda2: UUID="EC40-E2D4" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="4c67e213-02"
/dev/sda3: BLOCK_SIZE="512" UUID="3CE64355E6430F18" TYPE="ntfs" PARTUUID="4c67e213-03"
/dev/sda1: LABEL="Obnovenie" BLOCK_SIZE="512" UUID="B2A43F98A43F5E53" TYPE="ntfs" PARTUUID="4c67e213-01"
/dev/loop3: TYPE="squashfs"
[manjaro /]# findmnt --verify
Success, no errors or warnings detected
[manjaro /]# mount
/dev/sdb2 on / type ext4 (rw,relatime)
/dev/sda2 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
/dev/sdb3 on /home type ext4 (rw,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (ro,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=1909684k,nr_inodes=477421,mode=755,inode64)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
shm on /dev/shm type tmpfs (rw,nosuid,nodev,relatime,inode64)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755,inode64)
tmp on /tmp type tmpfs (rw,nosuid,nodev,inode64)
overlay on /etc/resolv.conf type overlay (rw,relatime,lowerdir=/run/miso/sfs/livefs:/run/miso/sfs/mhwdfs:/run/miso/sfs/desktopfs:/run/miso/sfs/rootfs,upperdir=/run/miso/overlay_root/upper,workdir=/run/miso/overlay_root/work,index=off,xino=off)
[manjaro /]# pacman -Syu grub
:: Synchronizing package databases...
core is up to date
extra is up to date
community 7.6 MiB 9.09 MiB/s 00:01 [##############################################] 100%
multilib is up to date
warning: grub-2.06.r261.g2f4430cc0-3 is up to date -- reinstalling
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
Packages (1) grub-2.06.r261.g2f4430cc0-3
Total Installed Size: 46.84 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring [##############################################] 100%
(1/1) checking package integrity [##############################################] 100%
(1/1) loading package files [##############################################] 100%
(1/1) checking for file conflicts [##############################################] 100%
(1/1) checking available disk space [##############################################] 100%
:: Running pre-transaction hooks...
(1/1) Creating Timeshift snapshot before upgrade...
==> skipping timeshift-autosnap due skipRsyncAutosnap in /etc/timeshift-autosnap.conf set to TRUE.
:: Processing package changes...
(1/1) reinstalling grub [##############################################] 100%
:: GRUB no longer supports side-loading modules when secure boot is
enabled. Thus booting will fail unless you have a 'grubx64.efi'
executable with bundled modules.
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Refreshing PackageKit...
Error connecting: Could not connect: No such file or directory
error: command failed to execute correctly
(3/3) Updating the info directory file...
[manjaro /]# grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck
Installing for x86_64-efi platform.
Installation finished. No error reported.
[manjaro /]# grub-mkconfig -o /boot/grub/grub.cfg
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-5.15-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-5.15-x86_64.img
Found initrd fallback image: /boot/initramfs-5.15-x86_64-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/sdc1. Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sdc1. Check your device.map.
Adding boot menu entry for UEFI Firmware Settings ...
Root filesystem isn't btrfs
If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
Found memtest86+ image: /boot/memtest86+/memtest.bin
done
[manjaro /]# lsblk -o PATH,PTTYPE,PARTTYPE,FSTYPE,PARTTYPENAME
PATH PTTYPE PARTTYPE FSTYPE PARTTYPENAME
/dev/loop0
/dev/loop1
/dev/loop2
/dev/loop3
/dev/sda
/dev/sda1
/dev/sda2
/dev/sda3
/dev/sdb
/dev/sdb1
/dev/sdb2
/dev/sdb3
/dev/sdb4
/dev/sdc
/dev/sdc1
/dev/sdc2
[manjaro /]# ls /sys/firmware/efi
config_table efivars fw_platform_size fw_vendor runtime runtime-map systab
efi partition
[manjaro /]# ls -lh /boot
total 59M
drwxr-xr-x 3 root root 1.0K Jan 1 1970 efi
drwxr-xr-x 6 root root 4.0K Feb 28 11:02 grub
-rw------- 1 root root 34M Feb 27 16:02 initramfs-5.15-x86_64-fallback.img
-rw------- 1 root root 8.9M Feb 27 16:02 initramfs-5.15-x86_64.img
-rw-r--r-- 1 root root 5.5M Nov 8 20:02 intel-ucode.img
-rw-r--r-- 1 root root 22 Feb 14 20:44 linux515-x86_64.kver
drwxr-xr-x 2 root root 4.0K Feb 15 15:09 memtest86+
drwxr-xr-x 2 root root 4.0K Feb 17 20:22 syslinux
-rw-r--r-- 1 root root 11M Feb 27 16:02 vmlinuz-5.15-x86_64
[manjaro /]# find /boot -type f -exec ls -lh {} +
-rwxr-xr-x 1 root root 1.7M Nov 25 2021 /boot/efi/EFI/Boot/_grubx64.efi
-rwxr-xr-x 1 root root 934K Dec 3 2021 /boot/efi/EFI/Boot/bkpbootx64.efi
-rwxr-xr-x 1 root root 152K Oct 19 23:25 /boot/efi/EFI/Boot/bootx64.efi
-rwxr-xr-x 1 root root 84K Dec 3 2021 /boot/efi/EFI/Boot/fbx64.efi
-rwxr-xr-x 1 root root 837K Dec 3 2021 /boot/efi/EFI/Boot/mmx64.efi
-rwxr-xr-x 1 root root 36K Dec 5 21:27 /boot/efi/EFI/Microsoft/Boot/BCD
-rwxr-xr-x 1 root root 32K Sep 30 2021 /boot/efi/EFI/Microsoft/Boot/BCD.LOG
-rwxr-xr-x 1 root root 0 Sep 30 2021 /boot/efi/EFI/Microsoft/Boot/BCD.LOG1
-rwxr-xr-x 1 root root 0 Sep 30 2021 /boot/efi/EFI/Microsoft/Boot/BCD.LOG2
-rwxr-xr-x 1 root root 64K Sep 30 2021 /boot/efi/EFI/Microsoft/Boot/BOOTSTAT.DAT
-rwxr-xr-x 1 root root 3.6M Oct 3 19:41 /boot/efi/EFI/Microsoft/Boot/Fonts/chs_boot.ttf
-rwxr-xr-x 1 root root 3.7M Oct 3 19:41 /boot/efi/EFI/Microsoft/Boot/Fonts/cht_boot.ttf
-rwxr-xr-x 1 root root 1.9M Oct 3 19:41 /boot/efi/EFI/Microsoft/Boot/Fonts/jpn_boot.ttf
-rwxr-xr-x 1 root root 2.3M Oct 3 19:41 /boot/efi/EFI/Microsoft/Boot/Fonts/kor_boot.ttf
-rwxr-xr-x 1 root root 174K Oct 3 19:41 /boot/efi/EFI/Microsoft/Boot/Fonts/malgun_boot.ttf
-rwxr-xr-x 1 root root 172K Oct 3 19:41 /boot/efi/EFI/Microsoft/Boot/Fonts/malgunn_boot.ttf
-rwxr-xr-x 1 root root 141K Oct 3 19:41 /boot/efi/EFI/Microsoft/Boot/Fonts/meiryo_boot.ttf
-rwxr-xr-x 1 root root 140K Oct 3 19:41 /boot/efi/EFI/Microsoft/Boot/Fonts/meiryon_boot.ttf
-rwxr-xr-x 1 root root 161K Oct 3 19:41 /boot/efi/EFI/Microsoft/Boot/Fonts/msjh_boot.ttf
-rwxr-xr-x 1 root root 159K Oct 3 19:41 /boot/efi/EFI/Microsoft/Boot/Fonts/msjhn_boot.ttf
-rwxr-xr-x 1 root root 153K Oct 3 19:41 /boot/efi/EFI/Microsoft/Boot/Fonts/msyh_boot.ttf
-rwxr-xr-x 1 root root 149K Oct 3 19:41 /boot/efi/EFI/Microsoft/Boot/Fonts/msyhn_boot.ttf
-rwxr-xr-x 1 root root 45K Oct 3 19:41 /boot/efi/EFI/Microsoft/Boot/Fonts/segmono_boot.ttf
-rwxr-xr-x 1 root root 85K Oct 3 19:41 /boot/efi/EFI/Microsoft/Boot/Fonts/segoe_slboot.ttf
-rwxr-xr-x 1 root root 85K Oct 3 19:41 /boot/efi/EFI/Microsoft/Boot/Fonts/segoen_slboot.ttf
-rwxr-xr-x 1 root root 49K Oct 3 19:40 /boot/efi/EFI/Microsoft/Boot/Fonts/wgl4_boot.ttf
-rwxr-xr-x 1 root root 18K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/Resources/bootres.dll
-rwxr-xr-x 1 root root 12K Nov 21 2014 /boot/efi/EFI/Microsoft/Boot/Resources/en-US/bootres.dll.mui
-rwxr-xr-x 1 root root 76K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/bg-BG/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 76K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/bg-BG/bootmgr.efi.mui
-rwxr-xr-x 1 root root 4.9K Feb 16 2022 /boot/efi/EFI/Microsoft/Boot/boot.stl
-rwxr-xr-x 1 root root 1.6M Jun 28 2022 /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
-rwxr-xr-x 1 root root 1.6M Jun 28 2022 /boot/efi/EFI/Microsoft/Boot/bootmgr.efi
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/cs-CZ/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/cs-CZ/bootmgr.efi.mui
-rwxr-xr-x 1 root root 45K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/cs-CZ/memtest.efi.mui
-rwxr-xr-x 1 root root 74K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/da-DK/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 74K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/da-DK/bootmgr.efi.mui
-rwxr-xr-x 1 root root 45K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/da-DK/memtest.efi.mui
-rwxr-xr-x 1 root root 77K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/de-DE/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 77K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/de-DE/bootmgr.efi.mui
-rwxr-xr-x 1 root root 45K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/de-DE/memtest.efi.mui
-rwxr-xr-x 1 root root 78K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/el-GR/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 78K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/el-GR/bootmgr.efi.mui
-rwxr-xr-x 1 root root 46K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/el-GR/memtest.efi.mui
-rwxr-xr-x 1 root root 72K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/en-GB/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 72K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/en-GB/bootmgr.efi.mui
-rwxr-xr-x 1 root root 72K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/en-US/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 72K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/en-US/bootmgr.efi.mui
-rwxr-xr-x 1 root root 45K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/en-US/memtest.efi.mui
-rwxr-xr-x 1 root root 76K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/es-ES/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 76K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/es-ES/bootmgr.efi.mui
-rwxr-xr-x 1 root root 45K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/es-ES/memtest.efi.mui
-rwxr-xr-x 1 root root 73K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/et-EE/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 73K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/et-EE/bootmgr.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/fi-FI/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/fi-FI/bootmgr.efi.mui
-rwxr-xr-x 1 root root 45K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/fi-FI/memtest.efi.mui
-rwxr-xr-x 1 root root 77K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/fr-FR/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 77K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/fr-FR/bootmgr.efi.mui
-rwxr-xr-x 1 root root 45K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/fr-FR/memtest.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/hr-HR/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/hr-HR/bootmgr.efi.mui
-rwxr-xr-x 1 root root 77K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/hu-HU/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 77K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/hu-HU/bootmgr.efi.mui
-rwxr-xr-x 1 root root 45K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/hu-HU/memtest.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/it-IT/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/it-IT/bootmgr.efi.mui
-rwxr-xr-x 1 root root 45K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/it-IT/memtest.efi.mui
-rwxr-xr-x 1 root root 66K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/ja-JP/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 66K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/ja-JP/bootmgr.efi.mui
-rwxr-xr-x 1 root root 42K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/ja-JP/memtest.efi.mui
-rwxr-xr-x 1 root root 66K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/ko-KR/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 66K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/ko-KR/bootmgr.efi.mui
-rwxr-xr-x 1 root root 42K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/ko-KR/memtest.efi.mui
-rwxr-xr-x 1 root root 74K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/lt-LT/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 74K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/lt-LT/bootmgr.efi.mui
-rwxr-xr-x 1 root root 74K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/lv-LV/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 74K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/lv-LV/bootmgr.efi.mui
-rwxr-xr-x 1 root root 1.5M Sep 30 2015 /boot/efi/EFI/Microsoft/Boot/memtest.efi
-rwxr-xr-x 1 root root 74K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/nb-NO/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 74K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/nb-NO/bootmgr.efi.mui
-rwxr-xr-x 1 root root 45K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/nb-NO/memtest.efi.mui
-rwxr-xr-x 1 root root 76K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/nl-NL/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 76K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/nl-NL/bootmgr.efi.mui
-rwxr-xr-x 1 root root 45K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/nl-NL/memtest.efi.mui
-rwxr-xr-x 1 root root 76K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/pl-PL/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 76K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/pl-PL/bootmgr.efi.mui
-rwxr-xr-x 1 root root 45K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/pl-PL/memtest.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/pt-BR/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/pt-BR/bootmgr.efi.mui
-rwxr-xr-x 1 root root 45K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/pt-BR/memtest.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/pt-PT/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/pt-PT/bootmgr.efi.mui
-rwxr-xr-x 1 root root 45K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/pt-PT/memtest.efi.mui
-rwxr-xr-x 1 root root 72K Nov 21 2014 /boot/efi/EFI/Microsoft/Boot/qps-ploc/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 72K Nov 21 2014 /boot/efi/EFI/Microsoft/Boot/qps-ploc/bootmgr.efi.mui
-rwxr-xr-x 1 root root 45K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/qps-ploc/memtest.efi.mui
-rwxr-xr-x 1 root root 74K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/ro-RO/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 74K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/ro-RO/bootmgr.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/ru-RU/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/ru-RU/bootmgr.efi.mui
-rwxr-xr-x 1 root root 44K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/ru-RU/memtest.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/sk-SK/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/sk-SK/bootmgr.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/sl-SI/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/sl-SI/bootmgr.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/sr-Latn-CS/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/sr-Latn-CS/bootmgr.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/sr-Latn-RS/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/sr-Latn-RS/bootmgr.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/sv-SE/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/sv-SE/bootmgr.efi.mui
-rwxr-xr-x 1 root root 45K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/sv-SE/memtest.efi.mui
-rwxr-xr-x 1 root root 74K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/tr-TR/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 74K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/tr-TR/bootmgr.efi.mui
-rwxr-xr-x 1 root root 45K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/tr-TR/memtest.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/uk-UA/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 75K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/uk-UA/bootmgr.efi.mui
-rwxr-xr-x 1 root root 63K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/zh-CN/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 63K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/zh-CN/bootmgr.efi.mui
-rwxr-xr-x 1 root root 42K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/zh-CN/memtest.efi.mui
-rwxr-xr-x 1 root root 63K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/zh-HK/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 63K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/zh-HK/bootmgr.efi.mui
-rwxr-xr-x 1 root root 42K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/zh-HK/memtest.efi.mui
-rwxr-xr-x 1 root root 63K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/zh-TW/bootmgfw.efi.mui
-rwxr-xr-x 1 root root 63K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/zh-TW/bootmgr.efi.mui
-rwxr-xr-x 1 root root 42K Aug 22 2013 /boot/efi/EFI/Microsoft/Boot/zh-TW/memtest.efi.mui
-rwxr-xr-x 1 root root 152K Feb 28 11:02 /boot/efi/EFI/manjaro/grubx64.efi
-rw-r--r-- 1 root root 2.3M Feb 28 11:02 /boot/grub/fonts/unicode.pf2
-rw------- 1 root root 7.4K Feb 27 16:39 /boot/grub/grub.cf
-rw------- 1 root root 7.4K Feb 28 11:02 /boot/grub/grub.cfg
-rw-r--r-- 1 root root 1.0K Oct 19 21:29 /boot/grub/grubenv
-rw-r--r-- 1 root root 126K Feb 28 11:02 /boot/grub/locale/ast.mo
-rw-r--r-- 1 root root 126K Feb 28 11:02 /boot/grub/locale/ca.mo
-rw-r--r-- 1 root root 117K Feb 28 11:02 /boot/grub/locale/da.mo
-rw-r--r-- 1 root root 133K Feb 28 11:02 /boot/grub/locale/de.mo
-rw-r--r-- 1 root root 199K Feb 28 11:02 /boot/grub/locale/de@hebrew.mo
-rw-r--r-- 1 root root 133K Feb 28 11:02 /boot/grub/locale/de_CH.mo
-rw-r--r-- 1 root root 168K Feb 28 11:02 /boot/grub/locale/en@arabic.mo
-rw-r--r-- 1 root root 159K Feb 28 11:02 /boot/grub/locale/en@cyrillic.mo
-rw-r--r-- 1 root root 159K Feb 28 11:02 /boot/grub/locale/en@greek.mo
-rw-r--r-- 1 root root 183K Feb 28 11:02 /boot/grub/locale/en@hebrew.mo
-rw-r--r-- 1 root root 141K Feb 28 11:02 /boot/grub/locale/en@piglatin.mo
-rw-r--r-- 1 root root 124K Feb 28 11:02 /boot/grub/locale/en@quot.mo
-rw-r--r-- 1 root root 43K Feb 28 11:02 /boot/grub/locale/eo.mo
-rw-r--r-- 1 root root 129K Feb 28 11:02 /boot/grub/locale/es.mo
-rw-r--r-- 1 root root 131K Feb 28 11:02 /boot/grub/locale/fi.mo
-rw-r--r-- 1 root root 139K Feb 28 11:02 /boot/grub/locale/fr.mo
-rw-r--r-- 1 root root 102K Feb 28 11:02 /boot/grub/locale/gl.mo
-rw-r--r-- 1 root root 129K Feb 28 11:02 /boot/grub/locale/hr.mo
-rw-r--r-- 1 root root 130K Feb 28 11:02 /boot/grub/locale/hu.mo
-rw-r--r-- 1 root root 28K Feb 28 11:02 /boot/grub/locale/id.mo
-rw-r--r-- 1 root root 116K Feb 28 11:02 /boot/grub/locale/it.mo
-rw-r--r-- 1 root root 45K Feb 28 11:02 /boot/grub/locale/ja.mo
-rw-r--r-- 1 root root 133K Feb 28 11:02 /boot/grub/locale/ka.mo
-rw-r--r-- 1 root root 137K Feb 28 11:02 /boot/grub/locale/ko.mo
-rw-r--r-- 1 root root 8.2K Feb 28 11:02 /boot/grub/locale/lg.mo
-rw-r--r-- 1 root root 100K Feb 28 11:02 /boot/grub/locale/lt.mo
-rw-r--r-- 1 root root 126K Feb 28 11:02 /boot/grub/locale/nb.mo
-rw-r--r-- 1 root root 125K Feb 28 11:02 /boot/grub/locale/nl.mo
-rw-r--r-- 1 root root 61K Feb 28 11:02 /boot/grub/locale/pa.mo
-rw-r--r-- 1 root root 132K Feb 28 11:02 /boot/grub/locale/pl.mo
-rw-r--r-- 1 root root 130K Feb 28 11:02 /boot/grub/locale/pt.mo
-rw-r--r-- 1 root root 82K Feb 28 11:02 /boot/grub/locale/pt_BR.mo
-rw-r--r-- 1 root root 48K Feb 28 11:02 /boot/grub/locale/ro.mo
-rw-r--r-- 1 root root 168K Feb 28 11:02 /boot/grub/locale/ru.mo
-rw-r--r-- 1 root root 93K Feb 28 11:02 /boot/grub/locale/sl.mo
-rw-r--r-- 1 root root 167K Feb 28 11:02 /boot/grub/locale/sr.mo
-rw-r--r-- 1 root root 127K Feb 28 11:02 /boot/grub/locale/sv.mo
-rw-r--r-- 1 root root 83K Feb 28 11:02 /boot/grub/locale/tr.mo
-rw-r--r-- 1 root root 175K Feb 28 11:02 /boot/grub/locale/uk.mo
-rw-r--r-- 1 root root 143K Feb 28 11:02 /boot/grub/locale/vi.mo
-rw-r--r-- 1 root root 123K Feb 28 11:02 /boot/grub/locale/zh_CN.mo
-rw-r--r-- 1 root root 30K Feb 28 11:02 /boot/grub/locale/zh_TW.mo
-rw-r--r-- 1 root root 20K Feb 28 11:02 /boot/grub/themes/starfield/COPYING.CC-BY-SA-3.0
-rw-r--r-- 1 root root 1.2K Feb 28 11:02 /boot/grub/themes/starfield/README
-rw-r--r-- 1 root root 836 Feb 28 11:02 /boot/grub/themes/starfield/blob_w.png
-rw-r--r-- 1 root root 178 Feb 28 11:02 /boot/grub/themes/starfield/boot_menu_c.png
-rw-r--r-- 1 root root 193 Feb 28 11:02 /boot/grub/themes/starfield/boot_menu_e.png
-rw-r--r-- 1 root root 103 Feb 28 11:02 /boot/grub/themes/starfield/boot_menu_n.png
-rw-r--r-- 1 root root 193 Feb 28 11:02 /boot/grub/themes/starfield/boot_menu_ne.png
-rw-r--r-- 1 root root 184 Feb 28 11:02 /boot/grub/themes/starfield/boot_menu_nw.png
-rw-r--r-- 1 root root 102 Feb 28 11:02 /boot/grub/themes/starfield/boot_menu_s.png
-rw-r--r-- 1 root root 198 Feb 28 11:02 /boot/grub/themes/starfield/boot_menu_se.png
-rw-r--r-- 1 root root 196 Feb 28 11:02 /boot/grub/themes/starfield/boot_menu_sw.png
-rw-r--r-- 1 root root 96 Feb 28 11:02 /boot/grub/themes/starfield/boot_menu_w.png
-rw-r--r-- 1 root root 150K Feb 28 11:02 /boot/grub/themes/starfield/dejavu_10.pf2
-rw-r--r-- 1 root root 166K Feb 28 11:02 /boot/grub/themes/starfield/dejavu_12.pf2
-rw-r--r-- 1 root root 182K Feb 28 11:02 /boot/grub/themes/starfield/dejavu_14.pf2
-rw-r--r-- 1 root root 200K Feb 28 11:02 /boot/grub/themes/starfield/dejavu_16.pf2
-rw-r--r-- 1 root root 189K Feb 28 11:02 /boot/grub/themes/starfield/dejavu_bold_14.pf2
-rw-r--r-- 1 root root 197 Feb 28 11:02 /boot/grub/themes/starfield/slider_c.png
-rw-r--r-- 1 root root 265 Feb 28 11:02 /boot/grub/themes/starfield/slider_n.png
-rw-r--r-- 1 root root 269 Feb 28 11:02 /boot/grub/themes/starfield/slider_s.png
-rw-r--r-- 1 root root 1.9M Feb 28 11:02 /boot/grub/themes/starfield/starfield.png
-rw-r--r-- 1 root root 178 Feb 28 11:02 /boot/grub/themes/starfield/terminal_box_c.png
-rw-r--r-- 1 root root 94 Feb 28 11:02 /boot/grub/themes/starfield/terminal_box_e.png
-rw-r--r-- 1 root root 194 Feb 28 11:02 /boot/grub/themes/starfield/terminal_box_n.png
-rw-r--r-- 1 root root 128 Feb 28 11:02 /boot/grub/themes/starfield/terminal_box_ne.png
-rw-r--r-- 1 root root 210 Feb 28 11:02 /boot/grub/themes/starfield/terminal_box_nw.png
-rw-r--r-- 1 root root 101 Feb 28 11:02 /boot/grub/themes/starfield/terminal_box_s.png
-rw-r--r-- 1 root root 126 Feb 28 11:02 /boot/grub/themes/starfield/terminal_box_se.png
-rw-r--r-- 1 root root 123 Feb 28 11:02 /boot/grub/themes/starfield/terminal_box_sw.png
-rw-r--r-- 1 root root 97 Feb 28 11:02 /boot/grub/themes/starfield/terminal_box_w.png
-rw-r--r-- 1 root root 2.2K Feb 28 11:02 /boot/grub/themes/starfield/theme.txt
-rw-r--r-- 1 root root 17K Feb 28 11:02 /boot/grub/x86_64-efi/acpi.mod
-rw-r--r-- 1 root root 1.8K Feb 28 11:02 /boot/grub/x86_64-efi/adler32.mod
-rw-r--r-- 1 root root 8.8K Feb 28 11:02 /boot/grub/x86_64-efi/affs.mod
-rw-r--r-- 1 root root 9.3K Feb 28 11:02 /boot/grub/x86_64-efi/afs.mod
-rw-r--r-- 1 root root 2.2K Feb 28 11:02 /boot/grub/x86_64-efi/afsplitter.mod
-rw-r--r-- 1 root root 22K Feb 28 11:02 /boot/grub/x86_64-efi/ahci.mod
-rw-r--r-- 1 root root 704 Feb 28 11:02 /boot/grub/x86_64-efi/all_video.mod
-rw-r--r-- 1 root root 1.4K Feb 28 11:02 /boot/grub/x86_64-efi/aout.mod
-rw-r--r-- 1 root root 5.2K Feb 28 11:02 /boot/grub/x86_64-efi/appleldr.mod
-rw-r--r-- 1 root root 4.9K Feb 28 11:02 /boot/grub/x86_64-efi/archelp.mod
-rw-r--r-- 1 root root 6.3K Feb 28 11:02 /boot/grub/x86_64-efi/at_keyboard.mod
-rw-r--r-- 1 root root 8.5K Feb 28 11:02 /boot/grub/x86_64-efi/ata.mod
-rw-r--r-- 1 root root 2.4K Feb 28 11:02 /boot/grub/x86_64-efi/backtrace.mod
-rw-r--r-- 1 root root 11K Feb 28 11:02 /boot/grub/x86_64-efi/bfs.mod
-rw-r--r-- 1 root root 3.2K Feb 28 11:02 /boot/grub/x86_64-efi/bitmap.mod
-rw-r--r-- 1 root root 5.2K Feb 28 11:02 /boot/grub/x86_64-efi/bitmap_scale.mod
-rw-r--r-- 1 root root 2.9K Feb 28 11:02 /boot/grub/x86_64-efi/blocklist.mod
-rw-r--r-- 1 root root 3.7K Feb 28 11:02 /boot/grub/x86_64-efi/boot.mod
-rw-r--r-- 1 root root 1.9K Feb 28 11:02 /boot/grub/x86_64-efi/boottime.mod
-rw-r--r-- 1 root root 50K Feb 28 11:02 /boot/grub/x86_64-efi/bsd.mod
-rw-r--r-- 1 root root 3.1K Feb 28 11:02 /boot/grub/x86_64-efi/bswap_test.mod
-rw-r--r-- 1 root root 30K Feb 28 11:02 /boot/grub/x86_64-efi/btrfs.mod
-rw-r--r-- 1 root root 2.9K Feb 28 11:02 /boot/grub/x86_64-efi/bufio.mod
-rw-r--r-- 1 root root 2.1K Feb 28 11:02 /boot/grub/x86_64-efi/cacheinfo.mod
-rw-r--r-- 1 root root 4.2K Feb 28 11:02 /boot/grub/x86_64-efi/cat.mod
-rw-r--r-- 1 root root 5.9K Feb 28 11:02 /boot/grub/x86_64-efi/cbfs.mod
-rw-r--r-- 1 root root 5.5K Feb 28 11:02 /boot/grub/x86_64-efi/cbls.mod
-rw-r--r-- 1 root root 3.7K Feb 28 11:02 /boot/grub/x86_64-efi/cbmemc.mod
-rw-r--r-- 1 root root 1.5K Feb 28 11:02 /boot/grub/x86_64-efi/cbtable.mod
-rw-r--r-- 1 root root 4.3K Feb 28 11:02 /boot/grub/x86_64-efi/cbtime.mod
-rw-r--r-- 1 root root 8.9K Feb 28 11:02 /boot/grub/x86_64-efi/chain.mod
-rw-r--r-- 1 root root 4.4K Feb 28 11:02 /boot/grub/x86_64-efi/cmdline_cat_test.mod
-rw-r--r-- 1 root root 3.0K Feb 28 11:02 /boot/grub/x86_64-efi/cmp.mod
-rw-r--r-- 1 root root 6.1K Feb 28 11:02 /boot/grub/x86_64-efi/cmp_test.mod
-rw-r--r-- 1 root root 3.6K Feb 28 11:02 /boot/grub/x86_64-efi/command.lst
-rw-r--r-- 1 root root 3.1K Feb 28 11:02 /boot/grub/x86_64-efi/configfile.mod
-rw-r--r-- 1 root root 152K Feb 28 11:02 /boot/grub/x86_64-efi/core.efi
-rw-r--r-- 1 root root 4.5K Feb 28 11:02 /boot/grub/x86_64-efi/cpio.mod
-rw-r--r-- 1 root root 4.5K Feb 28 11:02 /boot/grub/x86_64-efi/cpio_be.mod
-rw-r--r-- 1 root root 2.5K Feb 28 11:02 /boot/grub/x86_64-efi/cpuid.mod
-rw-r--r-- 1 root root 2.0K Feb 28 11:02 /boot/grub/x86_64-efi/crc64.mod
-rw-r--r-- 1 root root 936 Feb 28 11:02 /boot/grub/x86_64-efi/crypto.lst
-rw-r--r-- 1 root root 7.3K Feb 28 11:02 /boot/grub/x86_64-efi/crypto.mod
-rw-r--r-- 1 root root 22K Feb 28 11:02 /boot/grub/x86_64-efi/cryptodisk.mod
-rw-r--r-- 1 root root 3.8K Feb 28 11:02 /boot/grub/x86_64-efi/cs5536.mod
-rw-r--r-- 1 root root 2.5K Feb 28 11:02 /boot/grub/x86_64-efi/ctz_test.mod
-rw-r--r-- 1 root root 3.1K Feb 28 11:02 /boot/grub/x86_64-efi/date.mod
-rw-r--r-- 1 root root 2.9K Feb 28 11:02 /boot/grub/x86_64-efi/datehook.mod
-rw-r--r-- 1 root root 2.9K Feb 28 11:02 /boot/grub/x86_64-efi/datetime.mod
-rw-r--r-- 1 root root 3.1K Feb 28 11:02 /boot/grub/x86_64-efi/disk.mod
-rw-r--r-- 1 root root 14K Feb 28 11:02 /boot/grub/x86_64-efi/diskfilter.mod
-rw-r--r-- 1 root root 1.3K Feb 28 11:02 /boot/grub/x86_64-efi/div.mod
-rw-r--r-- 1 root root 7.7K Feb 28 11:02 /boot/grub/x86_64-efi/div_test.mod
-rw-r--r-- 1 root root 2.8K Feb 28 11:02 /boot/grub/x86_64-efi/dm_nv.mod
-rw-r--r-- 1 root root 3.0K Feb 28 11:02 /boot/grub/x86_64-efi/echo.mod
-rw-r--r-- 1 root root 13K Feb 28 11:02 /boot/grub/x86_64-efi/efi_gop.mod
-rw-r--r-- 1 root root 6.9K Feb 28 11:02 /boot/grub/x86_64-efi/efi_uga.mod
-rw-r--r-- 1 root root 2.0K Feb 28 11:02 /boot/grub/x86_64-efi/efifwsetup.mod
-rw-r--r-- 1 root root 7.1K Feb 28 11:02 /boot/grub/x86_64-efi/efinet.mod
-rw-r--r-- 1 root root 26K Feb 28 11:02 /boot/grub/x86_64-efi/ehci.mod
-rw-r--r-- 1 root root 6.2K Feb 28 11:02 /boot/grub/x86_64-efi/elf.mod
-rw-r--r-- 1 root root 2.2K Feb 28 11:02 /boot/grub/x86_64-efi/eval.mod
-rw-r--r-- 1 root root 9.0K Feb 28 11:02 /boot/grub/x86_64-efi/exfat.mod
-rw-r--r-- 1 root root 2.0K Feb 28 11:02 /boot/grub/x86_64-efi/exfctest.mod
-rw-r--r-- 1 root root 9.2K Feb 28 11:02 /boot/grub/x86_64-efi/ext2.mod
-rw-r--r-- 1 root root 7.7K Feb 28 11:02 /boot/grub/x86_64-efi/extcmd.mod
-rw-r--r-- 1 root root 11K Feb 28 11:02 /boot/grub/x86_64-efi/f2fs.mod
-rw-r--r-- 1 root root 9.0K Feb 28 11:02 /boot/grub/x86_64-efi/fat.mod
-rw-r--r-- 1 root root 27K Feb 28 11:02 /boot/grub/x86_64-efi/file.mod
-rw-r--r-- 1 root root 2.8K Feb 28 11:02 /boot/grub/x86_64-efi/fixvideo.mod
-rw-r--r-- 1 root root 20K Feb 28 11:02 /boot/grub/x86_64-efi/font.mod
-rw-r--r-- 1 root root 219 Feb 28 11:02 /boot/grub/x86_64-efi/fs.lst
-rw-r--r-- 1 root root 4.5K Feb 28 11:02 /boot/grub/x86_64-efi/fshelp.mod
-rw-r--r-- 1 root root 46K Feb 28 11:02 /boot/grub/x86_64-efi/functional_test.mod
-rw-r--r-- 1 root root 2.3K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_arcfour.mod
-rw-r--r-- 1 root root 9.1K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_blowfish.mod
-rw-r--r-- 1 root root 28K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_camellia.mod
-rw-r--r-- 1 root root 15K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_cast5.mod
-rw-r--r-- 1 root root 12K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_crc.mod
-rw-r--r-- 1 root root 16K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_des.mod
-rw-r--r-- 1 root root 3.3K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_dsa.mod
-rw-r--r-- 1 root root 3.8K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_idea.mod
-rw-r--r-- 1 root root 4.0K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_md4.mod
-rw-r--r-- 1 root root 4.4K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_md5.mod
-rw-r--r-- 1 root root 3.0K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_rfc2268.mod
-rw-r--r-- 1 root root 20K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_rijndael.mod
-rw-r--r-- 1 root root 7.7K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_rmd160.mod
-rw-r--r-- 1 root root 3.2K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_rsa.mod
-rw-r--r-- 1 root root 13K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_seed.mod
-rw-r--r-- 1 root root 16K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_serpent.mod
-rw-r--r-- 1 root root 7.9K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_sha1.mod
-rw-r--r-- 1 root root 5.0K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_sha256.mod
-rw-r--r-- 1 root root 5.9K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_sha512.mod
-rw-r--r-- 1 root root 13K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_tiger.mod
-rw-r--r-- 1 root root 33K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_twofish.mod
-rw-r--r-- 1 root root 23K Feb 28 11:02 /boot/grub/x86_64-efi/gcry_whirlpool.mod
-rw-r--r-- 1 root root 8.6K Feb 28 11:02 /boot/grub/x86_64-efi/geli.mod
-rw-r--r-- 1 root root 8.4K Feb 28 11:02 /boot/grub/x86_64-efi/gettext.mod
-rw-r--r-- 1 root root 63K Feb 28 11:02 /boot/grub/x86_64-efi/gfxmenu.mod
-rw-r--r-- 1 root root 17K Feb 28 11:02 /boot/grub/x86_64-efi/gfxterm.mod
-rw-r--r-- 1 root root 4.3K Feb 28 11:02 /boot/grub/x86_64-efi/gfxterm_background.mod
-rw-r--r-- 1 root root 7.5K Feb 28 11:02 /boot/grub/x86_64-efi/gfxterm_menu.mod
-rw-r--r-- 1 root root 5.2K Feb 28 11:02 /boot/grub/x86_64-efi/gptsync.mod
-rw-r--r-- 1 root root 152K Feb 28 11:02 /boot/grub/x86_64-efi/grub.efi
-rw-r--r-- 1 root root 13K Feb 28 11:02 /boot/grub/x86_64-efi/gzio.mod
-rw-r--r-- 1 root root 7.4K Feb 28 11:02 /boot/grub/x86_64-efi/halt.mod
-rw-r--r-- 1 root root 8.5K Feb 28 11:02 /boot/grub/x86_64-efi/hashsum.mod
-rw-r--r-- 1 root root 11K Feb 28 11:02 /boot/grub/x86_64-efi/hdparm.mod
-rw-r--r-- 1 root root 1.8K Feb 28 11:02 /boot/grub/x86_64-efi/hello.mod
-rw-r--r-- 1 root root 3.9K Feb 28 11:02 /boot/grub/x86_64-efi/help.mod
-rw-r--r-- 1 root root 4.3K Feb 28 11:02 /boot/grub/x86_64-efi/hexdump.mod
-rw-r--r-- 1 root root 11K Feb 28 11:02 /boot/grub/x86_64-efi/hfs.mod
-rw-r--r-- 1 root root 13K Feb 28 11:02 /boot/grub/x86_64-efi/hfsplus.mod
-rw-r--r-- 1 root root 4.4K Feb 28 11:02 /boot/grub/x86_64-efi/hfspluscomp.mod
-rw-r--r-- 1 root root 9.6K Feb 28 11:02 /boot/grub/x86_64-efi/http.mod
-rw-r--r-- 1 root root 4.2K Feb 28 11:02 /boot/grub/x86_64-efi/iorw.mod
-rw-r--r-- 1 root root 14K Feb 28 11:02 /boot/grub/x86_64-efi/iso9660.mod
-rw-r--r-- 1 root root 9.2K Feb 28 11:02 /boot/grub/x86_64-efi/jfs.mod
-rw-r--r-- 1 root root 11K Feb 28 11:02 /boot/grub/x86_64-efi/jpeg.mod
-rw-r--r-- 1 root root 4.8K Feb 28 11:02 /boot/grub/x86_64-efi/json.mod
-rw-r--r-- 1 root root 6.3K Feb 28 11:02 /boot/grub/x86_64-efi/keylayouts.mod
-rw-r--r-- 1 root root 2.9K Feb 28 11:02 /boot/grub/x86_64-efi/keystatus.mod
-rw-r--r-- 1 root root 11K Feb 28 11:02 /boot/grub/x86_64-efi/ldm.mod
-rw-r--r-- 1 root root 16K Feb 28 11:02 /boot/grub/x86_64-efi/legacy_password_test.mod
-rw-r--r-- 1 root root 46K Feb 28 11:02 /boot/grub/x86_64-efi/legacycfg.mod
-rw-r--r-- 1 root root 20K Feb 28 11:02 /boot/grub/x86_64-efi/linux.mod
-rw-r--r-- 1 root root 8.3K Feb 28 11:02 /boot/grub/x86_64-efi/linux16.mod
-rw-r--r-- 1 root root 98 Feb 28 11:02 /boot/grub/x86_64-efi/load.cfg
-rw-r--r-- 1 root root 4.5K Feb 28 11:02 /boot/grub/x86_64-efi/loadbios.mod
-rw-r--r-- 1 root root 9.3K Feb 28 11:02 /boot/grub/x86_64-efi/loadenv.mod
-rw-r--r-- 1 root root 4.8K Feb 28 11:02 /boot/grub/x86_64-efi/loopback.mod
-rw-r--r-- 1 root root 6.4K Feb 28 11:02 /boot/grub/x86_64-efi/ls.mod
-rw-r--r-- 1 root root 6.9K Feb 28 11:02 /boot/grub/x86_64-efi/lsacpi.mod
-rw-r--r-- 1 root root 5.1K Feb 28 11:02 /boot/grub/x86_64-efi/lsefi.mod
-rw-r--r-- 1 root root 3.7K Feb 28 11:02 /boot/grub/x86_64-efi/lsefimmap.mod
-rw-r--r-- 1 root root 4.4K Feb 28 11:02 /boot/grub/x86_64-efi/lsefisystab.mod
-rw-r--r-- 1 root root 2.8K Feb 28 11:02 /boot/grub/x86_64-efi/lsmmap.mod
-rw-r--r-- 1 root root 7.0K Feb 28 11:02 /boot/grub/x86_64-efi/lspci.mod
-rw-r--r-- 1 root root 3.7K Feb 28 11:02 /boot/grub/x86_64-efi/lssal.mod
-rw-r--r-- 1 root root 6.2K Feb 28 11:02 /boot/grub/x86_64-efi/luks.mod
-rw-r--r-- 1 root root 20K Feb 28 11:02 /boot/grub/x86_64-efi/luks2.mod
-rw-r--r-- 1 root root 14K Feb 28 11:02 /boot/grub/x86_64-efi/lvm.mod
-rw-r--r-- 1 root root 7.2K Feb 28 11:02 /boot/grub/x86_64-efi/lzopio.mod
-rw-r--r-- 1 root root 4.8K Feb 28 11:02 /boot/grub/x86_64-efi/macbless.mod
-rw-r--r-- 1 root root 12K Feb 28 11:02 /boot/grub/x86_64-efi/macho.mod
-rw-r--r-- 1 root root 2.8K Feb 28 11:02 /boot/grub/x86_64-efi/mdraid09.mod
-rw-r--r-- 1 root root 2.9K Feb 28 11:02 /boot/grub/x86_64-efi/mdraid09_be.mod
-rw-r--r-- 1 root root 2.6K Feb 28 11:02 /boot/grub/x86_64-efi/mdraid1x.mod
-rw-r--r-- 1 root root 3.1K Feb 28 11:02 /boot/grub/x86_64-efi/memdisk.mod
-rw-r--r-- 1 root root 4.2K Feb 28 11:02 /boot/grub/x86_64-efi/memrw.mod
-rw-r--r-- 1 root root 5.7K Feb 28 11:02 /boot/grub/x86_64-efi/minicmd.mod
-rw-r--r-- 1 root root 5.6K Feb 28 11:02 /boot/grub/x86_64-efi/minix.mod
-rw-r--r-- 1 root root 5.8K Feb 28 11:02 /boot/grub/x86_64-efi/minix2.mod
-rw-r--r-- 1 root root 5.9K Feb 28 11:02 /boot/grub/x86_64-efi/minix2_be.mod
-rw-r--r-- 1 root root 5.8K Feb 28 11:02 /boot/grub/x86_64-efi/minix3.mod
-rw-r--r-- 1 root root 5.9K Feb 28 11:02 /boot/grub/x86_64-efi/minix3_be.mod
-rw-r--r-- 1 root root 5.7K Feb 28 11:02 /boot/grub/x86_64-efi/minix_be.mod
-rw-r--r-- 1 root root 9.8K Feb 28 11:02 /boot/grub/x86_64-efi/mmap.mod
-rw-r--r-- 1 root root 5.2K Feb 28 11:02 /boot/grub/x86_64-efi/moddep.lst
-rw-r--r-- 1 root root 2.5K Feb 28 11:02 /boot/grub/x86_64-efi/modinfo.sh
-rw-r--r-- 1 root root 3.1K Feb 28 11:02 /boot/grub/x86_64-efi/morse.mod
-rw-r--r-- 1 root root 44K Feb 28 11:02 /boot/grub/x86_64-efi/mpi.mod
-rw-r--r-- 1 root root 3.6K Feb 28 11:02 /boot/grub/x86_64-efi/msdospart.mod
-rw-r--r-- 1 root root 2.3K Feb 28 11:02 /boot/grub/x86_64-efi/mul_test.mod
-rw-r--r-- 1 root root 21K Feb 28 11:02 /boot/grub/x86_64-efi/multiboot.mod
-rw-r--r-- 1 root root 24K Feb 28 11:02 /boot/grub/x86_64-efi/multiboot2.mod
-rw-r--r-- 1 root root 7.1K Feb 28 11:02 /boot/grub/x86_64-efi/nativedisk.mod
-rw-r--r-- 1 root root 82K Feb 28 11:02 /boot/grub/x86_64-efi/net.mod
-rw-r--r-- 1 root root 4.7K Feb 28 11:02 /boot/grub/x86_64-efi/newc.mod
-rw-r--r-- 1 root root 11K Feb 28 11:02 /boot/grub/x86_64-efi/nilfs2.mod
-rw-r--r-- 1 root root 182K Feb 28 11:02 /boot/grub/x86_64-efi/normal.mod
-rw-r--r-- 1 root root 16K Feb 28 11:02 /boot/grub/x86_64-efi/ntfs.mod
-rw-r--r-- 1 root root 5.6K Feb 28 11:02 /boot/grub/x86_64-efi/ntfscomp.mod
-rw-r--r-- 1 root root 4.5K Feb 28 11:02 /boot/grub/x86_64-efi/odc.mod
-rw-r--r-- 1 root root 2.3K Feb 28 11:02 /boot/grub/x86_64-efi/offsetio.mod
-rw-r--r-- 1 root root 16K Feb 28 11:02 /boot/grub/x86_64-efi/ohci.mod
-rw-r--r-- 1 root root 2.2K Feb 28 11:02 /boot/grub/x86_64-efi/part_acorn.mod
-rw-r--r-- 1 root root 2.5K Feb 28 11:02 /boot/grub/x86_64-efi/part_amiga.mod
-rw-r--r-- 1 root root 2.9K Feb 28 11:02 /boot/grub/x86_64-efi/part_apple.mod
-rw-r--r-- 1 root root 4.0K Feb 28 11:02 /boot/grub/x86_64-efi/part_bsd.mod
-rw-r--r-- 1 root root 2.6K Feb 28 11:02 /boot/grub/x86_64-efi/part_dfly.mod
-rw-r--r-- 1 root root 2.1K Feb 28 11:02 /boot/grub/x86_64-efi/part_dvh.mod
-rw-r--r-- 1 root root 3.1K Feb 28 11:02 /boot/grub/x86_64-efi/part_gpt.mod
-rw-r--r-- 1 root root 2.9K Feb 28 11:02 /boot/grub/x86_64-efi/part_msdos.mod
-rw-r--r-- 1 root root 2.4K Feb 28 11:02 /boot/grub/x86_64-efi/part_plan.mod
-rw-r--r-- 1 root root 2.2K Feb 28 11:02 /boot/grub/x86_64-efi/part_sun.mod
-rw-r--r-- 1 root root 2.6K Feb 28 11:02 /boot/grub/x86_64-efi/part_sunpc.mod
-rw-r--r-- 1 root root 111 Feb 28 11:02 /boot/grub/x86_64-efi/partmap.lst
-rw-r--r-- 1 root root 17 Feb 28 11:02 /boot/grub/x86_64-efi/parttool.lst
-rw-r--r-- 1 root root 7.7K Feb 28 11:02 /boot/grub/x86_64-efi/parttool.mod
-rw-r--r-- 1 root root 2.9K Feb 28 11:02 /boot/grub/x86_64-efi/password.mod
-rw-r--r-- 1 root root 4.9K Feb 28 11:02 /boot/grub/x86_64-efi/password_pbkdf2.mod
-rw-r--r-- 1 root root 7.2K Feb 28 11:02 /boot/grub/x86_64-efi/pata.mod
-rw-r--r-- 1 root root 2.0K Feb 28 11:02 /boot/grub/x86_64-efi/pbkdf2.mod
-rw-r--r-- 1 root root 3.3K Feb 28 11:02 /boot/grub/x86_64-efi/pbkdf2_test.mod
-rw-r--r-- 1 root root 3.4K Feb 28 11:02 /boot/grub/x86_64-efi/pcidump.mod
-rw-r--r-- 1 root root 20K Feb 28 11:02 /boot/grub/x86_64-efi/pgp.mod
-rw-r--r-- 1 root root 3.8K Feb 28 11:02 /boot/grub/x86_64-efi/play.mod
-rw-r--r-- 1 root root 11K Feb 28 11:02 /boot/grub/x86_64-efi/png.mod
-rw-r--r-- 1 root root 2.5K Feb 28 11:02 /boot/grub/x86_64-efi/priority_queue.mod
-rw-r--r-- 1 root root 5.8K Feb 28 11:02 /boot/grub/x86_64-efi/probe.mod
-rw-r--r-- 1 root root 3.7K Feb 28 11:02 /boot/grub/x86_64-efi/procfs.mod
-rw-r--r-- 1 root root 3.0K Feb 28 11:02 /boot/grub/x86_64-efi/progress.mod
-rw-r--r-- 1 root root 2.1K Feb 28 11:02 /boot/grub/x86_64-efi/raid5rec.mod
-rw-r--r-- 1 root root 3.5K Feb 28 11:02 /boot/grub/x86_64-efi/raid6rec.mod
-rw-r--r-- 1 root root 3.6K Feb 28 11:02 /boot/grub/x86_64-efi/random.mod
-rw-r--r-- 1 root root 3.0K Feb 28 11:02 /boot/grub/x86_64-efi/rdmsr.mod
-rw-r--r-- 1 root root 2.8K Feb 28 11:02 /boot/grub/x86_64-efi/read.mod
-rw-r--r-- 1 root root 1.5K Feb 28 11:02 /boot/grub/x86_64-efi/reboot.mod
-rw-r--r-- 1 root root 78K Feb 28 11:02 /boot/grub/x86_64-efi/regexp.mod
-rw-r--r-- 1 root root 15K Feb 28 11:02 /boot/grub/x86_64-efi/reiserfs.mod
-rw-r--r-- 1 root root 27K Feb 28 11:02 /boot/grub/x86_64-efi/relocator.mod
-rw-r--r-- 1 root root 6.0K Feb 28 11:02 /boot/grub/x86_64-efi/romfs.mod
-rw-r--r-- 1 root root 7.3K Feb 28 11:02 /boot/grub/x86_64-efi/scsi.mod
-rw-r--r-- 1 root root 5.5K Feb 28 11:02 /boot/grub/x86_64-efi/search.mod
-rw-r--r-- 1 root root 4.9K Feb 28 11:02 /boot/grub/x86_64-efi/search_fs_file.mod
-rw-r--r-- 1 root root 5.1K Feb 28 11:02 /boot/grub/x86_64-efi/search_fs_uuid.mod
-rw-r--r-- 1 root root 5.1K Feb 28 11:02 /boot/grub/x86_64-efi/search_label.mod
-rw-r--r-- 1 root root 15K Feb 28 11:02 /boot/grub/x86_64-efi/serial.mod
-rw-r--r-- 1 root root 912 Feb 28 11:02 /boot/grub/x86_64-efi/setjmp.mod
-rw-r--r-- 1 root root 2.5K Feb 28 11:02 /boot/grub/x86_64-efi/setjmp_test.mod
-rw-r--r-- 1 root root 8.0K Feb 28 11:02 /boot/grub/x86_64-efi/setpci.mod
-rw-r--r-- 1 root root 9.0K Feb 28 11:02 /boot/grub/x86_64-efi/sfs.mod
-rw-r--r-- 1 root root 3.0K Feb 28 11:02 /boot/grub/x86_64-efi/shift_test.mod
-rw-r--r-- 1 root root 8.2K Feb 28 11:02 /boot/grub/x86_64-efi/signature_test.mod
-rw-r--r-- 1 root root 3.2K Feb 28 11:02 /boot/grub/x86_64-efi/sleep.mod
-rw-r--r-- 1 root root 3.0K Feb 28 11:02 /boot/grub/x86_64-efi/sleep_test.mod
-rw-r--r-- 1 root root 8.3K Feb 28 11:02 /boot/grub/x86_64-efi/smbios.mod
-rw-r--r-- 1 root root 2.9K Feb 28 11:02 /boot/grub/x86_64-efi/spkmodem.mod
-rw-r--r-- 1 root root 11K Feb 28 11:02 /boot/grub/x86_64-efi/squash4.mod
-rw-r--r-- 1 root root 3.1K Feb 28 11:02 /boot/grub/x86_64-efi/strtoull_test.mod
-rw-r--r-- 1 root root 31K Feb 28 11:02 /boot/grub/x86_64-efi/syslinuxcfg.mod
-rw-r--r-- 1 root root 5.1K Feb 28 11:02 /boot/grub/x86_64-efi/tar.mod
-rw-r--r-- 1 root root 162 Feb 28 11:02 /boot/grub/x86_64-efi/terminal.lst
-rw-r--r-- 1 root root 6.5K Feb 28 11:02 /boot/grub/x86_64-efi/terminal.mod
-rw-r--r-- 1 root root 19K Feb 28 11:02 /boot/grub/x86_64-efi/terminfo.mod
-rw-r--r-- 1 root root 7.4K Feb 28 11:02 /boot/grub/x86_64-efi/test.mod
-rw-r--r-- 1 root root 2.0K Feb 28 11:02 /boot/grub/x86_64-efi/test_blockarg.mod
-rw-r--r-- 1 root root 3.8K Feb 28 11:02 /boot/grub/x86_64-efi/testload.mod
-rw-r--r-- 1 root root 3.5K Feb 28 11:02 /boot/grub/x86_64-efi/testspeed.mod
-rw-r--r-- 1 root root 7.4K Feb 28 11:02 /boot/grub/x86_64-efi/tftp.mod
-rw-r--r-- 1 root root 5.9K Feb 28 11:02 /boot/grub/x86_64-efi/tga.mod
-rw-r--r-- 1 root root 2.3K Feb 28 11:02 /boot/grub/x86_64-efi/time.mod
-rw-r--r-- 1 root root 6.4K Feb 28 11:02 /boot/grub/x86_64-efi/tpm.mod
-rw-r--r-- 1 root root 3.6K Feb 28 11:02 /boot/grub/x86_64-efi/tr.mod
-rw-r--r-- 1 root root 1.9K Feb 28 11:02 /boot/grub/x86_64-efi/trig.mod
-rw-r--r-- 1 root root 1.8K Feb 28 11:02 /boot/grub/x86_64-efi/true.mod
-rw-r--r-- 1 root root 14K Feb 28 11:02 /boot/grub/x86_64-efi/udf.mod
-rw-r--r-- 1 root root 8.2K Feb 28 11:02 /boot/grub/x86_64-efi/ufs1.mod
-rw-r--r-- 1 root root 8.4K Feb 28 11:02 /boot/grub/x86_64-efi/ufs1_be.mod
-rw-r--r-- 1 root root 8.2K Feb 28 11:02 /boot/grub/x86_64-efi/ufs2.mod
-rw-r--r-- 1 root root 9.8K Feb 28 11:02 /boot/grub/x86_64-efi/uhci.mod
-rw-r--r-- 1 root root 19K Feb 28 11:02 /boot/grub/x86_64-efi/usb.mod
-rw-r--r-- 1 root root 5.7K Feb 28 11:02 /boot/grub/x86_64-efi/usb_keyboard.mod
-rw-r--r-- 1 root root 12K Feb 28 11:02 /boot/grub/x86_64-efi/usbms.mod
-rw-r--r-- 1 root root 2.9K Feb 28 11:02 /boot/grub/x86_64-efi/usbserial_common.mod
-rw-r--r-- 1 root root 3.3K Feb 28 11:02 /boot/grub/x86_64-efi/usbserial_ftdi.mod
-rw-r--r-- 1 root root 3.6K Feb 28 11:02 /boot/grub/x86_64-efi/usbserial_pl2303.mod
-rw-r--r-- 1 root root 2.2K Feb 28 11:02 /boot/grub/x86_64-efi/usbserial_usbdebug.mod
-rw-r--r-- 1 root root 5.7K Feb 28 11:02 /boot/grub/x86_64-efi/usbtest.mod
-rw-r--r-- 1 root root 41 Feb 28 11:02 /boot/grub/x86_64-efi/video.lst
-rw-r--r-- 1 root root 8.7K Feb 28 11:02 /boot/grub/x86_64-efi/video.mod
-rw-r--r-- 1 root root 8.3K Feb 28 11:02 /boot/grub/x86_64-efi/video_bochs.mod
-rw-r--r-- 1 root root 8.7K Feb 28 11:02 /boot/grub/x86_64-efi/video_cirrus.mod
-rw-r--r-- 1 root root 9.7K Feb 28 11:02 /boot/grub/x86_64-efi/video_colors.mod
-rw-r--r-- 1 root root 28K Feb 28 11:02 /boot/grub/x86_64-efi/video_fb.mod
-rw-r--r-- 1 root root 5.1K Feb 28 11:02 /boot/grub/x86_64-efi/videoinfo.mod
-rw-r--r-- 1 root root 5.2K Feb 28 11:02 /boot/grub/x86_64-efi/videotest.mod
-rw-r--r-- 1 root root 3.5K Feb 28 11:02 /boot/grub/x86_64-efi/videotest_checksum.mod
-rw-r--r-- 1 root root 2.3K Feb 28 11:02 /boot/grub/x86_64-efi/wrmsr.mod
-rw-r--r-- 1 root root 11K Feb 28 11:02 /boot/grub/x86_64-efi/xfs.mod
-rw-r--r-- 1 root root 44K Feb 28 11:02 /boot/grub/x86_64-efi/xnu.mod
-rw-r--r-- 1 root root 3.2K Feb 28 11:02 /boot/grub/x86_64-efi/xnu_uuid.mod
-rw-r--r-- 1 root root 3.0K Feb 28 11:02 /boot/grub/x86_64-efi/xnu_uuid_test.mod
-rw-r--r-- 1 root root 20K Feb 28 11:02 /boot/grub/x86_64-efi/xzio.mod
-rw-r--r-- 1 root root 60K Feb 28 11:02 /boot/grub/x86_64-efi/zfs.mod
-rw-r--r-- 1 root root 8.4K Feb 28 11:02 /boot/grub/x86_64-efi/zfscrypt.mod
-rw-r--r-- 1 root root 11K Feb 28 11:02 /boot/grub/x86_64-efi/zfsinfo.mod
-rw-r--r-- 1 root root 78K Feb 28 11:02 /boot/grub/x86_64-efi/zstd.mod
-rw------- 1 root root 34M Feb 27 16:02 /boot/initramfs-5.15-x86_64-fallback.img
-rw------- 1 root root 8.9M Feb 27 16:02 /boot/initramfs-5.15-x86_64.img
-rw-r--r-- 1 root root 5.5M Nov 8 20:02 /boot/intel-ucode.img
-rw-r--r-- 1 root root 22 Feb 14 20:44 /boot/linux515-x86_64.kver
-rw-r--r-- 1 root root 141K Feb 9 22:50 /boot/memtest86+/memtest.bin
-rw-r--r-- 1 root root 2.3K Nov 21 2019 /boot/syslinux/syslinux.cfg
-rw-r--r-- 1 root root 11M Feb 27 16:02 /boot/vmlinuz-5.15-x86_64
[manjaro /]# date
Tue Feb 28 11:22:47 CET 2023
[manjaro /]# du /boot
153 /boot/efi/EFI/Microsoft/Boot/bg-BG
196 /boot/efi/EFI/Microsoft/Boot/cs-CZ
194 /boot/efi/EFI/Microsoft/Boot/da-DK
200 /boot/efi/EFI/Microsoft/Boot/de-DE
203 /boot/efi/EFI/Microsoft/Boot/el-GR
145 /boot/efi/EFI/Microsoft/Boot/en-GB
190 /boot/efi/EFI/Microsoft/Boot/en-US
198 /boot/efi/EFI/Microsoft/Boot/es-ES
147 /boot/efi/EFI/Microsoft/Boot/et-EE
196 /boot/efi/EFI/Microsoft/Boot/fi-FI
200 /boot/efi/EFI/Microsoft/Boot/fr-FR
151 /boot/efi/EFI/Microsoft/Boot/hr-HR
200 /boot/efi/EFI/Microsoft/Boot/hu-HU
196 /boot/efi/EFI/Microsoft/Boot/it-IT
175 /boot/efi/EFI/Microsoft/Boot/ja-JP
175 /boot/efi/EFI/Microsoft/Boot/ko-KR
149 /boot/efi/EFI/Microsoft/Boot/lt-LT
149 /boot/efi/EFI/Microsoft/Boot/lv-LV
194 /boot/efi/EFI/Microsoft/Boot/nb-NO
198 /boot/efi/EFI/Microsoft/Boot/nl-NL
198 /boot/efi/EFI/Microsoft/Boot/pl-PL
196 /boot/efi/EFI/Microsoft/Boot/pt-BR
196 /boot/efi/EFI/Microsoft/Boot/pt-PT
190 /boot/efi/EFI/Microsoft/Boot/qps-ploc
149 /boot/efi/EFI/Microsoft/Boot/ro-RO
195 /boot/efi/EFI/Microsoft/Boot/ru-RU
151 /boot/efi/EFI/Microsoft/Boot/sk-SK
151 /boot/efi/EFI/Microsoft/Boot/sl-SI
151 /boot/efi/EFI/Microsoft/Boot/sr-Latn-CS
151 /boot/efi/EFI/Microsoft/Boot/sr-Latn-RS
196 /boot/efi/EFI/Microsoft/Boot/sv-SE
194 /boot/efi/EFI/Microsoft/Boot/tr-TR
151 /boot/efi/EFI/Microsoft/Boot/uk-UA
169 /boot/efi/EFI/Microsoft/Boot/zh-CN
169 /boot/efi/EFI/Microsoft/Boot/zh-HK
169 /boot/efi/EFI/Microsoft/Boot/zh-TW
13175 /boot/efi/EFI/Microsoft/Boot/Fonts
13 /boot/efi/EFI/Microsoft/Boot/Resources/en-US
32 /boot/efi/EFI/Microsoft/Boot/Resources
24403 /boot/efi/EFI/Microsoft/Boot
24404 /boot/efi/EFI/Microsoft
3702 /boot/efi/EFI/Boot
153 /boot/efi/EFI/manjaro
28260 /boot/efi/EFI
28261 /boot/efi
148 /boot/memtest86+
2344 /boot/grub/fonts
2872 /boot/grub/themes/starfield
2876 /boot/grub/themes
5024 /boot/grub/locale
3492 /boot/grub/x86_64-efi
13760 /boot/grub
8 /boot/syslinux
101625 /boot
[manjaro manjaro]# efibootmgr --verbose
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0004,0003,2001
Boot0000* EFI Network 0 for IPv4 (20-89-84-FE-A0-61) PciRoot(0x0)/Pci(0x1c,0x0)/Pci(0x0,0x0)/MAC(208984fea061,0)/IPv4(0.0.0.00.0.0.0,0,0)RC
dp: 02 01 0c 00 d0 41 03 0a 00 00 00 00 / 01 01 06 00 00 1c / 01 01 06 00 00 00 / 03 0b 25 00 20 89 84 fe a0 61 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 / 03 0c 1b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 / 7f ff 04 00
data: 52 43
Boot0001* EFI USB Device (SMI USB DISK) PciRoot(0x0)/Pci(0x1d,0x0)/USB(0,0)/USB(0,0)/HD(1,MBR,0x0,0x78400c,0x2000)RC
dp: 02 01 0c 00 d0 41 03 0a 00 00 00 00 / 01 01 06 00 00 1d / 03 05 06 00 00 00 / 03 05 06 00 00 00 / 04 01 2a 00 01 00 00 00 0c 40 78 00 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 01 / 7f ff 04 00
data: 52 43
Boot0002* EFI Network 0 for IPv6 (20-89-84-FE-A0-61) PciRoot(0x0)/Pci(0x1c,0x0)/Pci(0x0,0x0)/MAC(208984fea061,0)/IPv6([::]:<->[::]:,0,0)RC
dp: 02 01 0c 00 d0 41 03 0a 00 00 00 00 / 01 01 06 00 00 1c / 01 01 06 00 00 00 / 03 0b 25 00 20 89 84 fe a0 61 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 / 03 0d 3c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 / 7f ff 04 00
data: 52 43
Boot0003* Windows Boot Manager HD(2,MBR,0x4c67e213,0x96800,0x32000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
dp: 04 01 2a 00 02 00 00 00 00 68 09 00 00 00 00 00 00 20 03 00 00 00 00 00 13 e2 67 4c 00 00 00 00 00 00 00 00 00 00 00 00 01 01 / 04 04 46 00 5c 00 45 00 46 00 49 00 5c 00 4d 00 69 00 63 00 72 00 6f 00 73 00 6f 00 66 00 74 00 5c 00 42 00 6f 00 6f 00 74 00 5c 00 62 00 6f 00 6f 00 74 00 6d 00 67 00 66 00 77 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
data: 52 43
Boot0004* manjaro HD(2,MBR,0x4c67e213,0x96800,0x32000)/File(\EFI\manjaro\grubx64.efi)
dp: 04 01 2a 00 02 00 00 00 00 68 09 00 00 00 00 00 00 20 03 00 00 00 00 00 13 e2 67 4c 00 00 00 00 00 00 00 00 00 00 00 00 01 01 / 04 04 36 00 5c 00 45 00 46 00 49 00 5c 00 6d 00 61 00 6e 00 6a 00 61 00 72 00 6f 00 5c 00 67 00 72 00 75 00 62 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
Boot2001* EFI USB Device RC
dp: 7f ff 04 00
data: 52 43