Not when the root file system is properly mounted. It appears he mounted the btrfs volume and not the root subvolume.
I should mount ext4 volume…
mount /dev/nvme0n1p7 /mnt
Then which volume should I mount?
NO
That would be the /boot file system
That image shows the content of /mnt/home, not /mnt/root
As I stated above, after mounting /dev/nvme0n1p8 at /mnt then simply alter the steps 5 & 6 as noted and continue.
Even after completly executing the commands, after rebooting i am in the same old kernel and kernel panic is still same.
Even though some new kernels are updated to system, there are not showing up in the grub menu while loading up.
Is there any way to re-create the grub contents, while in live-environment.
One doubt, after clicking on reboot button in live enivornment, i should remove the bootable fedora pendrive right?
For referencing: View the commands output
iveuser@localhost-live:~$ su
root@localhost-live:/home/liveuser# ls -l
total 0
drwxr-xr-x. 2 liveuser liveuser 40 Feb 26 20:33 Desktop
drwxr-xr-x. 2 liveuser liveuser 40 Feb 26 20:33 Documents
drwxr-xr-x. 2 liveuser liveuser 40 Feb 26 20:33 Downloads
drwxr-xr-x. 2 liveuser liveuser 40 Feb 26 20:33 Music
drwxr-xr-x. 2 liveuser liveuser 40 Feb 26 20:33 Pictures
drwxr-xr-x. 2 liveuser liveuser 40 Feb 26 20:33 Public
drwxr-xr-x. 2 liveuser liveuser 40 Feb 26 20:33 Templates
drwxr-xr-x. 2 liveuser liveuser 40 Feb 26 20:33 Videos
root@localhost-live:/home/liveuser# cd /mnt
root@localhost-live:/mnt# ls -l
total 0
root@localhost-live:/mnt# lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
loop0 squashfs 4.0 0 100% /run/rootfsbase
sda iso9660 Joliet Extension Fedora-WS-Live-41-1-4 2024-10-24-15-04-27-00
├─sda1 iso9660 Joliet Extension Fedora-WS-Live-41-1-4 2024-10-24-15-04-27-00 0 100% /run/initramfs/live
├─sda2 vfat FAT16 ANACONDA 1F44-A258
└─sda3
zram0 [SWAP]
nvme0n1
├─nvme0n1p1 vfat FAT32 ESP A0B0-9EE6
├─nvme0n1p2
├─nvme0n1p3 ntfs OS 1A28B21B28B1F63B
├─nvme0n1p4 ntfs WINRETOOLS 468AB2718AB25CDD
├─nvme0n1p5 ntfs Image 32ACB2FAACB2B7A5
├─nvme0n1p6 ntfs DELLSUPPORT A808B33808B303FA
├─nvme0n1p7 ext4 1.0 057b960c-b0c8-49a2-aaa8-7b65dc73be5f
└─nvme0n1p8 btrfs fedora c63f46e1-d9c4-4d59-ae23-2bfc380f109f
root@localhost-live:/mnt# mount /dev/nvme0n1p8 /mnt
root@localhost-live:/mnt# ls -l
total 0
root@localhost-live:/mnt# ls /dev/nvme0n1p8
/dev/nvme0n1p8
root@localhost-live:/mnt# mount /dev/nvme0n1p8/root /mnt
mount: /mnt: fsconfig system call failed: /dev/nvme0n1p8/root: Can't lookup blockdev.
dmesg(1) may have more information after failed mount system call.
root@localhost-live:/mnt# fdisk -l
Disk /dev/nvme0n1: 476.94 GiB, 512110190592 bytes, 1000215216 sectors
Disk model: KBG40ZNS512G NVMe KIOXIA 512GB
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 4D8F2105-AEBB-4FA8-8264-FEF89837AF62
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 1026047 1024000 500M EFI System
/dev/nvme0n1p2 1026048 1288191 262144 128M Microsoft reserved
/dev/nvme0n1p3 1288192 693272575 691984384 330G Microsoft basic data
/dev/nvme0n1p4 955416576 957444095 2027520 990M Windows recovery environment
/dev/nvme0n1p5 957444096 997306367 39862272 19G Windows recovery environment
/dev/nvme0n1p6 997306368 1000175615 2869248 1.4G Windows recovery environment
/dev/nvme0n1p7 693272576 695369727 2097152 1G Linux extended boot
/dev/nvme0n1p8 695369728 955416575 260046848 124G Linux filesystem
Partition table entries are not in disk order.
GPT PMBR size mismatch (4801147 != 30287871) will be corrected by write.
Disk /dev/sda: 14.44 GiB, 15507390464 bytes, 30287872 sectors
Disk model: Storage Media
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 7C243D72-530F-4837-9421-263ADB58FD3A
Device Start End Sectors Size Type
/dev/sda1 64 4774623 4774560 2.3G Microsoft basic data
/dev/sda2 4774624 4800483 25860 12.6M EFI System
/dev/sda3 4800484 4801083 600 300K Microsoft basic data
Disk /dev/loop0: 2.1 GiB, 2259664896 bytes, 4413408 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/zram0: 7.54 GiB, 8100249600 bytes, 1977600 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
root@localhost-live:/mnt# mount /dev/nvme0n1p8 /mnt
root@localhost-live:/mnt# cd /mnt
root@localhost-live:/mnt# ls -l
total 0
drwxr-xr-x. 1 root root 28 Jul 16 2024 home
dr-xr-xr-x. 1 root root 158 Jan 9 03:18 root
root@localhost-live:/mnt# ls -l root
total 16
dr-xr-xr-x. 1 root root 0 Jul 16 2024 afs
lrwxrwxrwx. 1 root root 7 Jul 16 2024 bin -> usr/bin
drwxr-xr-x. 1 root root 0 Sep 7 01:15 boot
drwxr-xr-x. 1 root root 0 Sep 7 01:15 dev
drwxr-xr-x. 1 root root 5150 Feb 25 11:14 etc
drwxr-xr-x. 1 root root 0 Sep 7 01:15 home
lrwxrwxrwx. 1 root root 7 Jul 16 2024 lib -> usr/lib
lrwxrwxrwx. 1 root root 9 Jul 16 2024 lib64 -> usr/lib64
drwx------. 1 root root 0 Apr 14 2024 lost+found
drwxr-xr-x. 1 root root 0 Jul 16 2024 media
drwxr-xr-x. 1 root root 0 Jul 16 2024 mnt
drwxr-xr-x. 1 root root 102 Dec 17 10:06 opt
drwxr-xr-x. 1 root root 0 Sep 7 01:15 proc
dr-xr-x---. 1 root root 230 Dec 23 12:23 root
drwxr-xr-x. 1 root root 0 Sep 7 01:15 run
lrwxrwxrwx. 1 root root 8 Jul 16 2024 sbin -> usr/sbin
drwxr-xr-x. 1 root root 0 Jul 16 2024 srv
drwxr-xr-x. 1 root root 0 Sep 7 01:15 sys
drwxrwxrwt. 1 root root 74 Feb 25 11:14 tmp
drwxr-xr-x. 1 root root 168 Oct 30 05:31 usr
drwxr-xr-x. 1 root root 200 Oct 30 10:17 var
root@localhost-live:/mnt# ls root -l
total 16
dr-xr-xr-x. 1 root root 0 Jul 16 2024 afs
lrwxrwxrwx. 1 root root 7 Jul 16 2024 bin -> usr/bin
drwxr-xr-x. 1 root root 0 Sep 7 01:15 boot
drwxr-xr-x. 1 root root 0 Sep 7 01:15 dev
drwxr-xr-x. 1 root root 5150 Feb 25 11:14 etc
drwxr-xr-x. 1 root root 0 Sep 7 01:15 home
lrwxrwxrwx. 1 root root 7 Jul 16 2024 lib -> usr/lib
lrwxrwxrwx. 1 root root 9 Jul 16 2024 lib64 -> usr/lib64
drwx------. 1 root root 0 Apr 14 2024 lost+found
drwxr-xr-x. 1 root root 0 Jul 16 2024 media
drwxr-xr-x. 1 root root 0 Jul 16 2024 mnt
drwxr-xr-x. 1 root root 102 Dec 17 10:06 opt
drwxr-xr-x. 1 root root 0 Sep 7 01:15 proc
dr-xr-x---. 1 root root 230 Dec 23 12:23 root
drwxr-xr-x. 1 root root 0 Sep 7 01:15 run
lrwxrwxrwx. 1 root root 8 Jul 16 2024 sbin -> usr/sbin
drwxr-xr-x. 1 root root 0 Jul 16 2024 srv
drwxr-xr-x. 1 root root 0 Sep 7 01:15 sys
drwxrwxrwt. 1 root root 74 Feb 25 11:14 tmp
drwxr-xr-x. 1 root root 168 Oct 30 05:31 usr
drwxr-xr-x. 1 root root 200 Oct 30 10:17 var
root@localhost-live:/mnt# root ls -l
bash: root: command not found...
root@localhost-live:/mnt# ls root -l
total 16
dr-xr-xr-x. 1 root root 0 Jul 16 2024 afs
lrwxrwxrwx. 1 root root 7 Jul 16 2024 bin -> usr/bin
drwxr-xr-x. 1 root root 0 Sep 7 01:15 boot
drwxr-xr-x. 1 root root 0 Sep 7 01:15 dev
drwxr-xr-x. 1 root root 5150 Feb 25 11:14 etc
drwxr-xr-x. 1 root root 0 Sep 7 01:15 home
lrwxrwxrwx. 1 root root 7 Jul 16 2024 lib -> usr/lib
lrwxrwxrwx. 1 root root 9 Jul 16 2024 lib64 -> usr/lib64
drwx------. 1 root root 0 Apr 14 2024 lost+found
drwxr-xr-x. 1 root root 0 Jul 16 2024 media
drwxr-xr-x. 1 root root 0 Jul 16 2024 mnt
drwxr-xr-x. 1 root root 102 Dec 17 10:06 opt
drwxr-xr-x. 1 root root 0 Sep 7 01:15 proc
dr-xr-x---. 1 root root 230 Dec 23 12:23 root
drwxr-xr-x. 1 root root 0 Sep 7 01:15 run
lrwxrwxrwx. 1 root root 8 Jul 16 2024 sbin -> usr/sbin
drwxr-xr-x. 1 root root 0 Jul 16 2024 srv
drwxr-xr-x. 1 root root 0 Sep 7 01:15 sys
drwxrwxrwt. 1 root root 74 Feb 25 11:14 tmp
drwxr-xr-x. 1 root root 168 Oct 30 05:31 usr
drwxr-xr-x. 1 root root 200 Oct 30 10:17 var
root@localhost-live:/mnt# ls /boot
config-6.11.4-301.fc41.x86_64 efi grub2 initramfs-6.11.4-301.fc41.x86_64.img loader symvers-6.11.4-301.fc41.x86_64.xz System.map-6.11.4-301.fc41.x86_64 vmlinuz-6.11.4-301.fc41.x86_64
root@localhost-live:/mnt# ls /dev/nvme0n1p7
/dev/nvme0n1p7
root@localhost-live:/mnt# mount /dev/nvme0n1p7 /mnt
root@localhost-live:/mnt# cd /mnt
root@localhost-live:/mnt# ls -l
total 376596
-rw-r--r--. 1 root root 279730 Feb 17 19:00 config-6.12.15-200.fc41.x86_64
-rw-r--r--. 1 root root 279756 Jan 1 19:00 config-6.12.8-200.fc41.x86_64
drwxr-xr-x. 2 root root 4096 Sep 7 01:15 efi
drwxr-xr-x. 2 root root 4096 Dec 11 12:32 grub
drwx------. 4 root root 4096 Feb 25 12:51 grub2
-rw-------. 1 root root 171231653 Jan 14 02:00 initramfs-0-rescue-6733922cac6648a6b08f0b2973e53815.img
-rw-------. 1 root root 70588318 Feb 25 11:13 initramfs-6.12.15-200.fc41.x86_64.img
-rw-------. 1 root root 71014593 Jan 14 01:59 initramfs-6.12.8-200.fc41.x86_64.img
drwxr-xr-x. 3 root root 4096 Sep 7 01:18 loader
drwx------. 2 root root 16384 Sep 7 01:15 lost+found
-rw-r--r--. 1 root root 183000 Feb 25 11:13 symvers-6.12.15-200.fc41.x86_64.xz
-rw-r--r--. 1 root root 183188 Jan 14 02:00 symvers-6.12.8-200.fc41.x86_64.xz
-rw-r--r--. 1 root root 10943980 Feb 17 19:00 System.map-6.12.15-200.fc41.x86_64
-rw-r--r--. 1 root root 10934052 Jan 1 19:00 System.map-6.12.8-200.fc41.x86_64
-rwxr-xr-x. 1 root root 16664936 Jan 14 01:59 vmlinuz-0-rescue-6733922cac6648a6b08f0b2973e53815
-rwxr-xr-x. 1 root root 16607592 Feb 17 19:00 vmlinuz-6.12.15-200.fc41.x86_64
-rwxr-xr-x. 1 root root 16664936 Jan 1 19:00 vmlinuz-6.12.8-200.fc41.x86_64
root@localhost-live:/mnt# mount /dev/nvme0n1p8 /mnt
root@localhost-live:/mnt# cd /mnt
root@localhost-live:/mnt# ls -ls
total 0
0 drwxr-xr-x. 1 root root 28 Jul 16 2024 home
0 dr-xr-xr-x. 1 root root 158 Jan 9 03:18 root
root@localhost-live:/mnt# for F in sys proc run dev sys/firmware/efi/efivars ; do mount -o bind /$F /mnt/$F ; done
mount: /mnt/sys: mount point does not exist.
dmesg(1) may have more information after failed mount system call.
mount: /mnt/proc: mount point does not exist.
dmesg(1) may have more information after failed mount system call.
mount: /mnt/run: mount point does not exist.
dmesg(1) may have more information after failed mount system call.
mount: /mnt/dev: mount point does not exist.
dmesg(1) may have more information after failed mount system call.
mount: /mnt/sys/firmware/efi/efivars: mount point does not exist.
dmesg(1) may have more information after failed mount system call.
root@localhost-live:/mnt#
root@localhost-live:/mnt# ls -l
total 0
drwxr-xr-x. 1 root root 28 Jul 16 2024 home
dr-xr-xr-x. 1 root root 158 Jan 9 03:18 root
root@localhost-live:/mnt# ls root
afs bin boot dev etc home lib lib64 lost+found media mnt opt proc root run sbin srv sys tmp usr var
root@localhost-live:/mnt# for F in sys proc run dev sys/firmware/efi/efivars ; do mount -o bind /$F /mnt/root/$F ; done
root@localhost-live:/mnt# ls -l
total 0
drwxr-xr-x. 1 root root 28 Jul 16 2024 home
dr-xr-xr-x. 1 root root 158 Jan 9 03:18 root
root@localhost-live:/mnt# ls root -l
total 16
dr-xr-xr-x. 1 root root 0 Jul 16 2024 afs
lrwxrwxrwx. 1 root root 7 Jul 16 2024 bin -> usr/bin
drwxr-xr-x. 1 root root 0 Sep 7 01:15 boot
drwxr-xr-x. 22 root root 4480 Feb 26 2025 dev
drwxr-xr-x. 1 root root 5150 Feb 25 11:14 etc
drwxr-xr-x. 1 root root 0 Sep 7 01:15 home
lrwxrwxrwx. 1 root root 7 Jul 16 2024 lib -> usr/lib
lrwxrwxrwx. 1 root root 9 Jul 16 2024 lib64 -> usr/lib64
drwx------. 1 root root 0 Apr 14 2024 lost+found
drwxr-xr-x. 1 root root 0 Jul 16 2024 media
drwxr-xr-x. 1 root root 0 Jul 16 2024 mnt
drwxr-xr-x. 1 root root 102 Dec 17 10:06 opt
dr-xr-xr-x. 379 root root 0 Feb 26 2025 proc
dr-xr-x---. 1 root root 230 Dec 23 12:23 root
drwxr-xr-x. 59 root root 1540 Feb 26 2025 run
lrwxrwxrwx. 1 root root 8 Jul 16 2024 sbin -> usr/sbin
drwxr-xr-x. 1 root root 0 Jul 16 2024 srv
dr-xr-xr-x. 13 root root 0 Feb 26 2025 sys
drwxrwxrwt. 1 root root 74 Feb 25 11:14 tmp
drwxr-xr-x. 1 root root 168 Oct 30 05:31 usr
drwxr-xr-x. 1 root root 200 Oct 30 10:17 var
root@localhost-live:/mnt# chroot /mnt/root
root@localhost-live:/# mount -a
root@localhost-live:/# ls -l
total 20
dr-xr-xr-x. 1 root root 0 Jul 17 2024 afs
lrwxrwxrwx. 1 root root 7 Jul 17 2024 bin -> usr/bin
dr-xr-xr-x. 8 root root 4096 Feb 25 21:43 boot
drwxr-xr-x. 22 root root 4480 Feb 27 2025 dev
drwxr-xr-x. 1 root root 5150 Feb 25 21:44 etc
drwxr-xr-x. 1 root root 28 Jul 17 2024 home
lrwxrwxrwx. 1 root root 7 Jul 17 2024 lib -> usr/lib
lrwxrwxrwx. 1 root root 9 Jul 17 2024 lib64 -> usr/lib64
drwx------. 1 root root 0 Apr 15 2024 lost+found
drwxr-xr-x. 1 root root 0 Jul 17 2024 media
drwxr-xr-x. 1 root root 0 Jul 17 2024 mnt
drwxr-xr-x. 1 root root 102 Dec 17 20:36 opt
dr-xr-xr-x. 389 root root 0 Feb 27 2025 proc
dr-xr-x---. 1 root root 230 Dec 23 22:53 root
drwxr-xr-x. 59 root root 1540 Feb 27 2025 run
lrwxrwxrwx. 1 root root 8 Jul 17 2024 sbin -> usr/sbin
drwxr-xr-x. 1 root root 0 Jul 17 2024 srv
dr-xr-xr-x. 13 root root 0 Feb 27 2025 sys
drwxrwxrwt. 1 root root 74 Feb 25 21:44 tmp
drwxr-xr-x. 1 root root 168 Oct 30 15:01 usr
drwxr-xr-x. 1 root root 200 Oct 30 19:47 var
root@localhost-live:/# dnf update
Updating and loading repositories:
Fedora 41 - x86_64 - Updates 100% | 5.5 KiB/s | 7.6 KiB | 00m01s
Fedora 41 - x86_64 - Updates 100% | 658.5 KiB/s | 2.8 MiB | 00m04s
Repositories loaded.
Package Arch Version Repository Size
Removing:
kernel x86_64 6.12.7-200.fc41 updates 0.0 B
kernel-core x86_64 6.12.7-200.fc41 updates 73.6 MiB
kernel-devel x86_64 6.12.7-200.fc41 updates 76.7 MiB
kernel-modules x86_64 6.12.7-200.fc41 updates 62.5 MiB
kernel-modules-core x86_64 6.12.7-200.fc41 updates 37.1 MiB
Removing dependent packages:
kmod-nvidia-6.12.7-200.fc41.x86_64 x86_64 3:565.77-1.fc41 @commandline 52.9 MiB
Upgrading:
container-selinux noarch 4:2.235.0-2.fc41 updates 72.1 KiB
replacing container-selinux noarch 2:2.234.2-1.fc41 updates 72.1 KiB
criu x86_64 4.0-4.fc41 updates 1.5 MiB
replacing criu x86_64 4.0-2.fc41 <unknown> 1.5 MiB
criu-libs x86_64 4.0-4.fc41 updates 84.7 KiB
replacing criu-libs x86_64 4.0-2.fc41 <unknown> 84.8 KiB
elfutils x86_64 0.192-9.fc41 updates 2.7 MiB
replacing elfutils x86_64 0.192-7.fc41 updates 2.6 MiB
elfutils-debuginfod-client i686 0.192-9.fc41 updates 82.5 KiB
replacing elfutils-debuginfod-client i686 0.192-7.fc41 updates 79.8 KiB
elfutils-debuginfod-client x86_64 0.192-9.fc41 updates 84.2 KiB
replacing elfutils-debuginfod-client x86_64 0.192-7.fc41 73.9 MiB
kernel-devel x86_64 6.13.4-200.fc41 updates 77.3 MiB
kernel-modules x86_64 6.13.4-200.fc41 updates 63.4 MiB
kernel-modules-core x86_64 6.13.4-200.fc41 updates 37.4 MiB
Transaction Summary:
Installing: 5 packages
Upgrading: 27 packages
Replacing: 27 packages
Removing: 6 packages
Total size of inbound packages is 155 MiB. Need to download 155 MiB.
After this operation, 51 MiB will be freed (install 294 MiB, remove 344 MiB).
Is this ok [y/N]: y
[ 1/32] container-selinux-4:2.235.0-2.fc41.noarch
>>> Running post-transaction scriptlet: kernel-core-0:6.13.4-200.fc41.x86_64
>>> Finished post-transaction scriptlet: kernel-core-0:6.13.4-200.fc41.x86_64
>>> Scriptlet output:
>>> /usr/sbin/grub2-probe: error: cannot find a device for / (is /dev mounted?).
>>> grub2-probe: error: cannot find a device for / (is /dev mounted?).
>>> No path or device is specified.
>>> Usage: grub2-probe [OPTION...] [OPTION]... [PATH|DEVICE]
>>> Try 'grub2-probe --help' or 'grub2-probe --usage' for more information.
>>>
>>> Running trigger-install scriptlet: systemd-udev-0:256.11-1.fc41.x86_64
>>> Finished trigger-install scriptlet: systemd-udev-0:256.11-1.fc41.x86_64
>>> Scriptlet output:
>>> Running in chroot, ignoring request.
>>>
>>> Running trigger-install scriptlet: systemd-0:256.11-1.fc41.x86_64
>>> Finished trigger-install scriptlet: systemd-0:256.11-1.fc41.x86_64
>>> Scriptlet output:
>>> Running in chroot, ignoring command 'daemon-reload'
>>> Running in chroot, ignoring command 'reload-or-restart'
>>>
>>> Running trigger-install scriptlet: systemd-0:256.11-1.fc41.x86_64
>>> Finished trigger-install scriptlet: systemd-0:256.11-1.fc41.x86_64
>>> Scriptlet output:
>>> Running in chroot, ignoring command 'list-units'
>>>
>>> Running trigger-post-uninstall scriptlet: systemd-0:256.11-1.fc41.x86_64
>>> Finished trigger-post-uninstall scriptlet: systemd-0:256.11-1.fc41.x86_64
>>> Scriptlet output:
>>> Running in chroot, ignoring command 'daemon-reload'
>>>
>>> Running trigger-post-uninstall scriptlet: systemd-0:256.11-1.fc41.x86_64
>>> Finished trigger-post-uninstall scriptlet: systemd-0:256.11-1.fc41.x86_64
>>> Scriptlet output:
>>> Running in chroot, ignoring command 'list-units'
>>>
>>> Running trigger-post-uninstall scriptlet: systemd-0:256.11-1.fc41.x86_64
>>> Finished trigger-post-uninstall scriptlet: systemd-0:256.11-1.fc41.x86_64
>>> Scriptlet output:
>>> Running in chroot, ignoring command 'reload-or-restart'
>>>
>>> Running trigger-post-uninstall scriptlet: systemd-0:256.11-1.fc41.x86_64
>>> Finished trigger-post-uninstall scriptlet: systemd-0:256.11-1.fc41.x86_64
>>> Scriptlet output:
>>> Running in chroot, ignoring command 'list-units'
>>>
Complete!
root@localhost-live:/# ^C
root@localhost-live:/#
Your root filesystem is at /mnt/root
instead of /mnt
, so you will need to change
for F in sys proc run dev sys/firmware/efi/efivars ; do mount -o bind /$F /mnt/$F ; done
to
for F in sys proc run dev sys/firmware/efi/efivars ; do mount -o bind /$F /mnt/root/$F ; done
Also change chroot /mnt
to chroot /mnt/root
.
(It looks like Jeff already mentioned this Kernel Panic - #20 by computersavvy)
I am following the same as @computersavvy mentioned, i have did the same.
The doubt i have is should i remove the pendrive after typing reboot in terminal, so that i will open the grub menu to load the kernel?
Yes, you will want to remove your pendrive when you are ready to test booting your system normally.
The above error probably prevented the process from working. I suspect the reason it failed is because you ran the initial mount command (mount /dev/nvme0n1p8 /mnt
) multiple times while you were in the directory you were mounting (/mnt
). That is a bit of a gotcha. You need to run the mount command before you run cd /mnt
. Doing it the other way around is causing confusion because ls
(and maybe other commands) are seeing the contents of /mnt
as they were when you first cd
ed into that directory.
Be careful to only run mount /dev/nvme0n1p8 /mnt
once. (And also only run the for
loop once.)
liveuser@localhost-live:~$ su
root@localhost-live:/home/liveuser# lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
loop0 squashfs 4.0 0 100% /run/rootfsbase
sda iso9660 Joliet Extension Fedora-WS-Live-41-1-4 2024-10-24-15-04-27-00
├─sda1 iso9660 Joliet Extension Fedora-WS-Live-41-1-4 2024-10-24-15-04-27-00 0 100% /run/initramfs/live
├─sda2 vfat FAT16 ANACONDA 1F44-A258
└─sda3
zram0 [SWAP]
nvme0n1
├─nvme0n1p1 vfat FAT32 ESP A0B0-9EE6
├─nvme0n1p2
├─nvme0n1p3 ntfs OS 1A28B21B28B1F63B
├─nvme0n1p4 ntfs WINRETOOLS 468AB2718AB25CDD
├─nvme0n1p5 ntfs Image 32ACB2FAACB2B7A5
├─nvme0n1p6 ntfs DELLSUPPORT A808B33808B303FA
├─nvme0n1p7 ext4 1.0 057b960c-b0c8-49a2-aaa8-7b65dc73be5f
└─nvme0n1p8 btrfs fedora c63f46e1-d9c4-4d59-ae23-2bfc380f109f
root@localhost-live:/home/liveuser# ls nvme0n1p8 -l
ls: cannot access 'nvme0n1p8': No such file or directory
root@localhost-live:/home/liveuser# ls /dev/nvme0n1p8
/dev/nvme0n1p8
root@localhost-live:/home/liveuser# mount /dev/nvme0n1p8 /mnt
root@localhost-live:/home/liveuser# cd /mnt
root@localhost-live:/mnt# ls -l
total 0
drwxr-xr-x. 1 root root 28 Jul 16 2024 home
dr-xr-xr-x. 1 root root 158 Jan 9 03:18 root
root@localhost-live:/mnt# ls root
afs bin boot dev etc home lib lib64 lost+found media mnt opt proc root run sbin srv sys tmp usr var
root@localhost-live:/mnt# for F in sys proc run dev sys/firmware/efi/efivars ; do mount -o bind /$F /mnt/root/$F ; done
root@localhost-live:/mnt# chroot /mnt/root
root@localhost-live:/# mount -a
root@localhost-live:/# dnf update
Updating and loading repositories:
Repositories loaded.
Nothing to do.
root@localhost-live:/# exit
exit
root@localhost-live:/mnt# reboot
That was much better, but since there were no new kernels to install this time, it is unlikely that any boot menu entries were updated/fixed. You might need to use dnf reinstall kernel-core
instead of dnf update
to get it to update the boot menu.
(Or kernel-install ...
, but I don’t know the right parameters for the Grub boot loader.)
This looks like it worked perfectly.
The dnf update failed since there was nothing to be updated.
Gregory gave a suggestion on what to do in that case.
YOu also may want to run dnf list --installed kernel*
so we can see exactly what kernels are installed, and ls /boot
so we can see the content of that directory and verify the content with the installed kernels.
root@localhost-live:/# dnf list --installed kernel*
Installed packages
kernel.x86_64 6.12.8-200.fc41 updates
kernel.x86_64 6.12.15-200.fc41 updates
kernel.x86_64 6.13.4-200.fc41 updates
kernel-core.x86_64 6.12.8-200.fc41 updates
kernel-core.x86_64 6.12.15-200.fc41 updates
kernel-core.x86_64 6.13.4-200.fc41 updates
kernel-devel.x86_64 6.12.8-200.fc41 updates
kernel-devel.x86_64 6.12.15-200.fc41 updates
kernel-devel.x86_64 6.13.4-200.fc41 updates
kernel-devel-matched.x86_64 6.13.4-200.fc41 updates
kernel-headers.x86_64 6.13.3-200.fc41 updates
kernel-modules.x86_64 6.12.8-200.fc41 updates
kernel-modules.x86_64 6.12.15-200.fc41 updates
kernel-modules.x86_64 6.13.4-200.fc41 updates
kernel-modules-core.x86_64 6.12.8-200.fc41 updates
kernel-modules-core.x86_64 6.12.15-200.fc41 updates
kernel-modules-core.x86_64 6.13.4-200.fc41 updates
kernel-srpm-macros.noarch 1.0-24.fc41 <unknown>
kernel-tools.x86_64 6.13.4-200.fc41 updates
kernel-tools-libs.x86_64 6.13.4-200.fc41 updates
root@localhost-live:/# ls /boot
config-6.12.15-200.fc41.x86_64 grub2 loader System.map-6.12.15-200.fc41.x86_64 vmlinuz-6.12.8-200.fc41.x86_64
config-6.12.8-200.fc41.x86_64 initramfs-0-rescue-6733922cac6648a6b08f0b2973e53815.img lost+found System.map-6.12.8-200.fc41.x86_64 vmlinuz-6.13.4-200.fc41.x86_64
config-6.13.4-200.fc41.x86_64 initramfs-6.12.15-200.fc41.x86_64.img symvers-6.12.15-200.fc41.x86_64.xz System.map-6.13.4-200.fc41.x86_64
efi initramfs-6.12.8-200.fc41.x86_64.img symvers-6.12.8-200.fc41.x86_64.xz vmlinuz-0-rescue-6733922cac6648a6b08f0b2973e53815
grub initramfs-6.13.4-200.fc41.x86_64.img symvers-6.13.4-200.fc41.x86_64.xz vmlinuz-6.12.15-200.fc41.x86_64
root@localhost-live:/#
root@localhost-live:/# dnf reinstall kernel-core
Updating and loading repositories:
Repositories loaded.
Package Arch Version Repository Size
Reinstalling:
kernel-core x86_64 6.13.4-200.fc41 updates 73.9 MiB
replacing kernel-core x86_64 6.13.4-200.fc41 updates 73.9 MiB
Transaction Summary:
Reinstalling: 1 package
Replacing: 1 package
Total size of inbound packages is 18 MiB. Need to download 0 B.
After this operation, 0 B extra will be used (install 74 MiB, remove 74 MiB).
Is this ok [y/N]: y
[1/1] kernel-core-0:6.13.4-200.fc41.x86_64 100% | 0.0 B/s | 0.0 B | 00m00s
>>> Already downloaded
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[1/1] Total 100% | 0.0 B/s | 0.0 B | 00m00s
Running transaction
Transaction failed: Rpm transaction failed.
- installing package kernel-core-6.13.4-200.fc41.x86_64 needs 50MB more space on the /boot filesystem
root@localhost-live:/#
root@localhost-live:/# ls -Slrh /boot
total 463M
drwxr-xr-x. 3 root root 4.0K Sep 7 10:48 loader
drwx------. 4 root root 4.0K Feb 26 23:22 grub2
drwxr-xr-x. 2 root root 4.0K Dec 11 23:02 grub
drwx------. 5 root root 4.0K Jan 1 1970 efi
drwx------. 2 root root 16K Sep 7 10:45 lost+found
-rw-r--r--. 1 root root 179K Feb 25 21:43 symvers-6.12.15-200.fc41.x86_64.xz
-rw-r--r--. 1 root root 179K Jan 14 12:30 symvers-6.12.8-200.fc41.x86_64.xz
-rw-r--r--. 1 root root 181K Feb 26 20:50 symvers-6.13.4-200.fc41.x86_64.xz
-rw-r--r--. 1 root root 274K Feb 18 05:30 config-6.12.15-200.fc41.x86_64
-rw-r--r--. 1 root root 274K Jan 2 05:30 config-6.12.8-200.fc41.x86_64
-rw-r--r--. 1 root root 276K Feb 22 05:30 config-6.13.4-200.fc41.x86_64
-rw-r--r--. 1 root root 11M Jan 2 05:30 System.map-6.12.8-200.fc41.x86_64
-rw-r--r--. 1 root root 11M Feb 18 05:30 System.map-6.12.15-200.fc41.x86_64
-rw-r--r--. 1 root root 11M Feb 22 05:30 System.map-6.13.4-200.fc41.x86_64
-rwxr-xr-x. 1 root root 16M Feb 18 05:30 vmlinuz-6.12.15-200.fc41.x86_64
-rwxr-xr-x. 1 root root 16M Jan 2 05:30 vmlinuz-6.12.8-200.fc41.x86_64
-rwxr-xr-x. 1 root root 16M Jan 14 12:29 vmlinuz-0-rescue-6733922cac6648a6b08f0b2973e53815
-rwxr-xr-x. 1 root root 16M Feb 22 05:30 vmlinuz-6.13.4-200.fc41.x86_64
-rw-------. 1 root root 68M Feb 25 21:43 initramfs-6.12.15-200.fc41.x86_64.img
-rw-------. 1 root root 68M Feb 26 20:50 initramfs-6.13.4-200.fc41.x86_64.img
-rw-------. 1 root root 68M Jan 14 12:29 initramfs-6.12.8-200.fc41.x86_64.img
-rw-------. 1 root root 164M Jan 14 12:30 initramfs-0-rescue-6733922cac6648a6b08f0b2973e53815.img
Please show df -h
and lsblk -f
It appears that /boot may be full and partition sizes may need to be adjusted
root@localhost-live:/# df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 1.6G 136M 1.4G 9% /run
devtmpfs 4.0M 0 4.0M 0% /dev
efivarfs 374K 253K 117K 69% /sys/firmware/efi/efivars
/dev/nvme0n1p7 974M 931M 0 100% /boot
/dev/nvme0n1p1 496M 100M 397M 21% /boot/efi
/dev/nvme0n1p8 124G 33G 89G 28% /home
root@localhost-live:/# lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
loop0 squashfs 4.0
sda iso9660 Joliet Extension Fedora-WS-Live-41-1-4 2024-10-24-15-04-27-00
├─sda1 iso9660 Joliet Extension Fedora-WS-Live-41-1-4 2024-10-24-15-04-27-00
├─sda2 vfat FAT16 ANACONDA 1F44-A258
└─sda3
zram0 [SWAP]
nvme0n1
├─nvme0n1p1 vfat FAT32 ESP A0B0-9EE6 396.1M 20% /boot/efi
├─nvme0n1p2
├─nvme0n1p3 ntfs OS 1A28B21B28B1F63B
├─nvme0n1p4 ntfs WINRETOOLS 468AB2718AB25CDD
├─nvme0n1p5 ntfs Image 32ACB2FAACB2B7A5
├─nvme0n1p6 ntfs DELLSUPPORT A808B33808B303FA
├─nvme0n1p7 ext4 1.0 057b960c-b0c8-49a2-aaa8-7b65dc73be5f 0 96% /boot
└─nvme0n1p8 btrfs fedora c63f46e1-d9c4-4d59-ae23-2bfc380f109f 88.5G 26% /home
root@localhost-live:/#
Definitely too much in /boot
Please show ls -lR /boot
Yes, way too much
root@localhost-live:/# ls -lR /boot
/boot:
total 473164
-rw-r--r--. 1 root root 279730 Feb 18 05:30 config-6.12.15-200.fc41.x86_64
-rw-r--r--. 1 root root 279756 Jan 2 05:30 config-6.12.8-200.fc41.x86_64
-rw-r--r--. 1 root root 281770 Feb 22 05:30 config-6.13.4-200.fc41.x86_64
drwx------. 5 root root 4096 Jan 1 1970 efi
drwxr-xr-x. 2 root root 4096 Dec 11 23:02 grub
drwx------. 4 root root 4096 Feb 26 23:22 grub2
-rw-------. 1 root root 171231653 Jan 14 12:30 initramfs-0-rescue-6733922cac6648a6b08f0b2973e53815.img
-rw-------. 1 root root 70588318 Feb 25 21:43 initramfs-6.12.15-200.fc41.x86_64.img
-rw-------. 1 root root 71014593 Jan 14 12:29 initramfs-6.12.8-200.fc41.x86_64.img
-rw-------. 1 root root 70677841 Feb 26 20:50 initramfs-6.13.4-200.fc41.x86_64.img
drwxr-xr-x. 3 root root 4096 Sep 7 10:48 loader
drwx------. 2 root root 16384 Sep 7 10:45 lost+found
-rw-r--r--. 1 root root 183000 Feb 25 21:43 symvers-6.12.15-200.fc41.x86_64.xz
-rw-r--r--. 1 root root 183188 Jan 14 12:30 symvers-6.12.8-200.fc41.x86_64.xz
-rw-r--r--. 1 root root 184444 Feb 26 20:50 symvers-6.13.4-200.fc41.x86_64.xz
-rw-r--r--. 1 root root 10943980 Feb 18 05:30 System.map-6.12.15-200.fc41.x86_64
-rw-r--r--. 1 root root 10934052 Jan 2 05:30 System.map-6.12.8-200.fc41.x86_64
-rw-r--r--. 1 root root 11041786 Feb 22 05:30 System.map-6.13.4-200.fc41.x86_64
-rwxr-xr-x. 1 root root 16664936 Jan 14 12:29 vmlinuz-0-rescue-6733922cac6648a6b08f0b2973e53815
-rwxr-xr-x. 1 root root 16607592 Feb 18 05:30 vmlinuz-6.12.15-200.fc41.x86_64
-rwxr-xr-x. 1 root root 16664936 Jan 2 05:30 vmlinuz-6.12.8-200.fc41.x86_64
-rwxr-xr-x. 1 root root 16685416 Feb 22 05:30 vmlinuz-6.13.4-200.fc41.x86_64
/boot/efi:
total 16
drwx------. 7 root root 4096 Jul 19 2024 EFI
-rwx------. 1 root root 34 Jul 18 2024 mach_kernel
drwx------. 3 root root 4096 Jul 18 2024 System
drwx------. 2 root root 4096 Jul 22 2024 'System Volume Information'
/boot/efi/EFI:
total 20
drwx------. 2 root root 4096 Jul 19 2024 Boot
drwx------. 4 root root 4096 Apr 12 2021 dell
drwx------. 2 root root 4096 Dec 5 07:56 fedora
drwx------. 4 root root 4096 Jul 22 2024 Microsoft
drwx------. 5 root root 4096 Apr 12 2021 PEBoot
/boot/efi/EFI/Boot:
total 1820
-rwx------. 1 root root 747681 Mar 19 2024 BOOTIA32.EFI
-rwx------. 1 root root 949424 Mar 19 2024 bootx64.efi
-rwx------. 1 root root 70360 Mar 19 2024 fbia32.efi
-rwx------. 1 root root 87816 Mar 19 2024 fbx64.efi
/boot/efi/EFI/dell:
total 12
drwx------. 3 root root 4096 Apr 12 2021 bios
drwx------. 40 root root 8192 Apr 12 2021 SOS
/boot/efi/EFI/dell/bios:
total 4
drwx------. 2 root root 4096 Apr 12 2021 recovery
/boot/efi/EFI/dell/bios/recovery:
total 14464
-rwx------. 1 root root 14810195 Apr 12 2021 bios_cur.rcv
/boot/efi/EFI/dell/SOS:
total 7440
-rwx------. 1 root root 49152 Jul 22 2024 BCD
-rwx------. 1 root root 65536 Apr 12 2021 BCD.LOG
-rwx------. 1 root root 0 Apr 12 2021 BCD.LOG1
-rwx------. 1 root root 0 Apr 12 2021 BCD.LOG2
drwx------. 2 root root 4096 Apr 12 2021 bg-BG
-rwx------. 1 root root 1558344 Mar 16 2021 bootmgfw.efi
-rwx------. 1 root root 1541960 Mar 16 2021 bootmgr.efi
-rwx------. 1 root root 65536 Apr 12 2021 BOOTSTAT.DAT
-rwx------. 1 root root 5023 Dec 7 2019 boot.stl
-rwx------. 1 root root 1558344 Mar 16 2021 bootx64.efi
drwx------. 2 root root 4096 Apr 12 2021 cs-CZ
drwx------. 2 root root 4096 Apr 12 2021 da-DK
drwx------. 2 root root 4096 Apr 12 2021 de-DE
drwx------. 2 root root 4096 Apr 12 2021 el-GR
drwx------. 2 root root 4096 Apr 12 2021 en-GB
drwx------. 2 root root 4096 Apr 12 2021 en-US
drwx------. 2 root root 4096 Apr 12 2021 es-ES
drwx------. 2 root root 4096 Apr 12 2021 es-MX
drwx------. 2 root root 4096 Apr 12 2021 et-EE
drwx------. 2 root root 4096 Apr 12 2021 fi-FI
drwx------. 2 root root 4096 Apr 12 2021 Fonts
drwx------. 2 root root 4096 Apr 12 2021 fr-CA
drwx------. 2 root root 4096 Apr 12 2021 fr-FR
drwx------. 2 root root 4096 Apr 12 2021 hr-HR
drwx------. 2 root root 4096 Apr 12 2021 hu-HU
drwx------. 2 root root 4096 Apr 12 2021 it-IT
drwx------. 2 root root 4096 Apr 12 2021 ja-JP
-rwx------. 1 root root 31544 Dec 7 2019 kd_02_10df.dll
-rwx------. 1 root root 379192 Dec 7 2019 kd_02_10ec.dll
-rwx------. 1 root root 26424 Dec 7 2019 kd_02_1137.dll
-rwx------. 1 root root 239928 Dec 7 2019 kd_02_14e4.dll
-rwx------. 1 root root 44344 Dec 7 2019 kd_02_15b3.dll
-rwx------. 1 root root 44344 Dec 7 2019 kd_02_1969.dll
-rwx------. 1 root root 31544 Dec 7 2019 kd_02_19a2.dll
-rwx------. 1 root root 20280 Dec 7 2019 kd_02_1af4.dll
-rwx------. 1 root root 298296 Dec 7 2019 kd_02_8086.dll
-rwx------. 1 root root 18960 Dec 7 2019 kd_07_1415.dll
-rwx------. 1 root root 48952 Dec 7 2019 kd_0C_8086.dll
-rwx------. 1 root root 17720 Dec 7 2019 kdnet_uart16550.dll
-rwx------. 1 root root 27448 Dec 7 2019 kdstub.dll
drwx------. 2 root root 4096 Apr 12 2021 ko-KR
drwx------. 2 root root 4096 Apr 12 2021 lt-LT
drwx------. 2 root root 4096 Apr 12 2021 lv-LV
-rwx------. 1 root root 1349448 Mar 16 2021 memtest.efi
drwx------. 2 root root 4096 Apr 12 2021 nb-NO
drwx------. 2 root root 4096 Apr 12 2021 nl-NL
drwx------. 2 root root 4096 Apr 12 2021 pl-PL
drwx------. 2 root root 4096 Apr 12 2021 pt-BR
drwx------. 2 root root 4096 Apr 12 2021 pt-PT
drwx------. 2 root root 4096 Apr 12 2021 qps-ploc
drwx------. 3 root root 4096 Apr 12 2021 Resources
drwx------. 2 root root 4096 Apr 12 2021 ro-RO
drwx------. 2 root root 4096 Apr 12 2021 ru-RU
drwx------. 2 root root 4096 Apr 12 2021 sk-SK
drwx------. 2 root root 4096 Apr 12 2021 sl-SI
drwx------. 2 root root 4096 Apr 12 2021 sr-Latn-RS
drwx------. 2 root root 4096 Apr 12 2021 sv-SE
drwx------. 2 root root 4096 Apr 12 2021 tr-TR
drwx------. 2 root root 4096 Apr 12 2021 uk-UA
-rwx------. 1 root root 9796 Dec 7 2019 winsipolicy.p7b
drwx------. 2 root root 4096 Apr 12 2021 zh-CN
drwx------. 2 root root 4096 Apr 12 2021 zh-TW
/boot/efi/EFI/dell/SOS/bg-BG:
total 160
-rwx------. 1 root root 81448 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 81424 Dec 7 2019 bootmgr.efi.mui
/boot/efi/EFI/dell/SOS/cs-CZ:
total 208
-rwx------. 1 root root 80184 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 80400 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 45576 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/da-DK:
total 208
-rwx------. 1 root root 79160 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 79160 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 45584 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/de-DE:
total 216
-rwx------. 1 root root 83256 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 83472 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 46120 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/el-GR:
total 216
-rwx------. 1 root root 84280 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 84496 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 46600 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/en-GB:
total 152
-rwx------. 1 root root 77320 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 77320 Dec 7 2019 bootmgr.efi.mui
/boot/efi/EFI/dell/SOS/en-US:
total 200
-rwx------. 1 root root 77112 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 77112 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 45072 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/es-ES:
total 208
-rwx------. 1 root root 81208 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 81424 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 45880 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/es-MX:
total 160
-rwx------. 1 root root 81208 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 81424 Dec 7 2019 bootmgr.efi.mui
/boot/efi/EFI/dell/SOS/et-EE:
total 160
-rwx------. 1 root root 78136 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 78136 Dec 7 2019 bootmgr.efi.mui
/boot/efi/EFI/dell/SOS/fi-FI:
total 208
-rwx------. 1 root root 80184 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 80424 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 45584 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/Fonts:
total 13192
-rwx------. 1 root root 3695830 Dec 7 2019 chs_boot.ttf
-rwx------. 1 root root 3878309 Dec 7 2019 cht_boot.ttf
-rwx------. 1 root root 1985767 Dec 7 2019 jpn_boot.ttf
-rwx------. 1 root root 2372900 Dec 7 2019 kor_boot.ttf
-rwx------. 1 root root 177888 Dec 7 2019 malgun_boot.ttf
-rwx------. 1 root root 175429 Dec 7 2019 malgunn_boot.ttf
-rwx------. 1 root root 145684 Dec 7 2019 meiryo_boot.ttf
-rwx------. 1 root root 144017 Dec 7 2019 meiryon_boot.ttf
-rwx------. 1 root root 165524 Dec 7 2019 msjh_boot.ttf
-rwx------. 1 root root 163496 Dec 7 2019 msjhn_boot.ttf
-rwx------. 1 root root 157064 Dec 7 2019 msyh_boot.ttf
-rwx------. 1 root root 155438 Dec 7 2019 msyhn_boot.ttf
-rwx------. 1 root root 44760 Dec 7 2019 segmono_boot.ttf
-rwx------. 1 root root 85764 Dec 7 2019 segoen_slboot.ttf
-rwx------. 1 root root 86077 Dec 7 2019 segoe_slboot.ttf
-rwx------. 1 root root 48992 Dec 7 2019 wgl4_boot.ttf
/boot/efi/EFI/dell/SOS/fr-CA:
total 168
-rwx------. 1 root root 82744 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 82960 Dec 7 2019 bootmgr.efi.mui
/boot/efi/EFI/dell/SOS/fr-FR:
total 216
-rwx------. 1 root root 83256 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 83472 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 46096 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/hr-HR:
total 160
-rwx------. 1 root root 80184 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 80400 Dec 7 2019 bootmgr.efi.mui
/boot/efi/EFI/dell/SOS/hu-HU:
total 216
-rwx------. 1 root root 83256 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 83472 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 46096 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/it-IT:
total 208
-rwx------. 1 root root 80696 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 80936 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 45584 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/ja-JP:
total 184
-rwx------. 1 root root 69432 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 69664 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 43016 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/ko-KR:
total 180
-rwx------. 1 root root 68920 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 69136 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 43024 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/lt-LT:
total 160
-rwx------. 1 root root 79160 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 79400 Dec 7 2019 bootmgr.efi.mui
/boot/efi/EFI/dell/SOS/lv-LV:
total 160
-rwx------. 1 root root 79160 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 79376 Dec 7 2019 bootmgr.efi.mui
/boot/efi/EFI/dell/SOS/nb-NO:
total 208
-rwx------. 1 root root 78648 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 78864 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 45584 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/nl-NL:
total 208
-rwx------. 1 root root 81208 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 81424 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 45368 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/pl-PL:
total 208
-rwx------. 1 root root 81720 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 81720 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 46096 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/pt-BR:
total 208
-rwx------. 1 root root 80184 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 80184 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 45584 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/pt-PT:
total 208
-rwx------. 1 root root 80184 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 80400 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 46096 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/qps-ploc:
total 56
-rwx------. 1 root root 54072 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/Resources:
total 96
-rwx------. 1 root root 92472 Dec 7 2019 bootres.dll
drwx------. 2 root root 4096 Apr 12 2021 en-US
/boot/efi/EFI/dell/SOS/Resources/en-US:
total 16
-rwx------. 1 root root 12816 Dec 7 2019 bootres.dll.mui
/boot/efi/EFI/dell/SOS/ro-RO:
total 160
-rwx------. 1 root root 79672 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 79880 Dec 7 2019 bootmgr.efi.mui
/boot/efi/EFI/dell/SOS/ru-RU:
total 204
-rwx------. 1 root root 80696 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 80912 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 44856 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/sk-SK:
total 160
-rwx------. 1 root root 80696 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 80904 Dec 7 2019 bootmgr.efi.mui
/boot/efi/EFI/dell/SOS/sl-SI:
total 160
-rwx------. 1 root root 79672 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 79880 Dec 7 2019 bootmgr.efi.mui
/boot/efi/EFI/dell/SOS/sr-Latn-RS:
total 160
-rwx------. 1 root root 80696 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 80912 Dec 7 2019 bootmgr.efi.mui
/boot/efi/EFI/dell/SOS/sv-SE:
total 208
-rwx------. 1 root root 79672 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 79888 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 45072 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/tr-TR:
total 208
-rwx------. 1 root root 79160 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 79376 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 45584 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/uk-UA:
total 160
-rwx------. 1 root root 80184 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 80184 Dec 7 2019 bootmgr.efi.mui
/boot/efi/EFI/dell/SOS/zh-CN:
total 172
-rwx------. 1 root root 64824 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 65040 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 42512 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/dell/SOS/zh-TW:
total 172
-rwx------. 1 root root 65040 Dec 7 2019 bootmgfw.efi.mui
-rwx------. 1 root root 64824 Dec 7 2019 bootmgr.efi.mui
-rwx------. 1 root root 42512 Dec 7 2019 memtest.efi.mui
/boot/efi/EFI/fedora:
total 17948
-rwx------. 1 root root 112 Mar 19 2024 BOOTIA32.CSV
-rwx------. 1 root root 110 Mar 19 2024 BOOTX64.CSV
-rwx------. 1 root root 3022144 Nov 21 16:00 gcdia32.efi
-rwx------. 1 root root 4066624 Nov 21 16:00 gcdx64.efi
-rwx------. 1 root root 159 Sep 11 07:41 grub.cfg
-rwx------. 1 root root 6854 Sep 7 12:18 grub.cfg.rpmsave
-rwx------. 1 root root 3022144 Nov 21 16:00 grubia32.efi
-rwx------. 1 root root 4066624 Nov 21 16:00 grubx64.efi
-rwx------. 1 root root 673992 Mar 19 2024 mmia32.efi
-rwx------. 1 root root 848080 Mar 19 2024 mmx64.efi
-rwx------. 1 root root 949424 Mar 19 2024 shim.efi
-rwx------. 1 root root 747681 Mar 19 2024 shimia32.efi
-rwx------. 1 root root 949424 Mar 19 2024 shimx64.efi
/boot/efi/EFI/Microsoft:
total 12
drwx------. 40 root root 8192 Jul 22 2024 Boot
drwx------. 2 root root 4096 Jul 22 2024 Recovery
/boot/efi/EFI/Microsoft/Boot:
total 6456
-rwx------. 1 root root 32768 Feb 27 12:12 BCD
-rwx------. 1 root root 32768 Jul 22 2024 BCD.LOG
-rwx------. 1 root root 0 Jul 22 2024 BCD.LOG1
-rwx------. 1 root root 0 Jul 22 2024 BCD.LOG2
drwx------. 2 root root 4096 Jul 22 2024 bg-BG
-rwx------. 1 root root 1598968 Feb 16 22:46 bootmgfw.efi
-rwx------. 1 root root 1582576 Feb 16 22:46 bootmgr.efi
-rwx------. 1 root root 65536 Feb 17 09:22 BOOTSTAT.DAT
-rwx------. 1 root root 11030 Jul 23 2024 boot.stl
drwx------. 2 root root 4096 Jul 22 2024 cs-CZ
drwx------. 2 root root 4096 Jul 22 2024 da-DK
drwx------. 2 root root 4096 Jul 22 2024 de-DE
drwx------. 2 root root 4096 Jul 22 2024 el-GR
drwx------. 2 root root 4096 Jul 22 2024 en-GB
drwx------. 2 root root 4096 Jul 22 2024 en-US
drwx------. 2 root root 4096 Jul 22 2024 es-ES
drwx------. 2 root root 4096 Jul 22 2024 es-MX
drwx------. 2 root root 4096 Jul 22 2024 et-EE
drwx------. 2 root root 4096 Jul 22 2024 fi-FI
drwx------. 2 root root 4096 Jul 22 2024 Fonts
drwx------. 2 root root 4096 Jul 22 2024 fr-CA
drwx------. 2 root root 4096 Jul 22 2024 fr-FR
-rwx------. 1 root root 100000 Aug 15 2024 FveTcg_0.log
-rwx------. 1 root root 100000 Jul 23 2024 FveTcg_1.log
-rwx------. 1 root root 100000 Jul 23 2024 FveTcg_2.log
drwx------. 2 root root 4096 Jul 22 2024 hr-HR
drwx------. 2 root root 4096 Jul 22 2024 hu-HU
drwx------. 2 root root 4096 Jul 22 2024 it-IT
drwx------. 2 root root 4096 Jul 22 2024 ja-JP
-rwx------. 1 root root 32744 Jul 23 2024 kd_02_10df.dll
-rwx------. 1 root root 380376 Jul 23 2024 kd_02_10ec.dll
-rwx------. 1 root root 27624 Jul 23 2024 kd_02_1137.dll
-rwx------. 1 root root 241112 Jul 23 2024 kd_02_14e4.dll
-rwx------. 1 root root 45552 Jul 23 2024 kd_02_15b3.dll
-rwx------. 1 root root 45544 Jul 23 2024 kd_02_1969.dll
-rwx------. 1 root root 32728 Jul 23 2024 kd_02_19a2.dll
-rwx------. 1 root root 21480 Jul 23 2024 kd_02_1af4.dll
-rwx------. 1 root root 299496 Jul 23 2024 kd_02_8086.dll
-rwx------. 1 root root 19936 Jul 23 2024 kd_07_1415.dll
-rwx------. 1 root root 50144 Jul 23 2024 kd_0C_8086.dll
-rwx------. 1 root root 18920 Jul 23 2024 kdnet_uart16550.dll
-rwx------. 1 root root 28648 Jul 23 2024 kdstub.dll
drwx------. 2 root root 4096 Jul 22 2024 ko-KR
drwx------. 2 root root 4096 Jul 22 2024 lt-LT
drwx------. 2 root root 4096 Jul 22 2024 lv-LV
-rwx------. 1 root root 1376240 Feb 16 22:46 memtest.efi
drwx------. 2 root root 4096 Jul 22 2024 nb-NO
drwx------. 2 root root 4096 Jul 22 2024 nl-NL
drwx------. 2 root root 4096 Jul 22 2024 pl-PL
drwx------. 2 root root 4096 Jul 22 2024 pt-BR
drwx------. 2 root root 4096 Jul 22 2024 pt-PT
drwx------. 2 root root 4096 Jul 22 2024 qps-ploc
drwx------. 3 root root 4096 Jul 22 2024 Resources
drwx------. 2 root root 4096 Jul 22 2024 ro-RO
drwx------. 2 root root 4096 Jul 22 2024 ru-RU
-rwx------. 1 root root 162192 Feb 16 22:46 SecureBootRecovery.efi
drwx------. 2 root root 4096 Jul 22 2024 sk-SK
drwx------. 2 root root 4096 Jul 22 2024 sl-SI
drwx------. 2 root root 4096 Jul 22 2024 sr-Latn-RS
drwx------. 2 root root 4096 Jul 22 2024 sv-SE
drwx------. 2 root root 4096 Jul 22 2024 tr-TR
drwx------. 2 root root 4096 Jul 22 2024 uk-UA
-rwx------. 1 root root 9796 Dec 8 2019 winsipolicy.p7b
drwx------. 2 root root 4096 Jul 22 2024 zh-CN
drwx------. 2 root root 4096 Jul 22 2024 zh-TW
/boot/efi/EFI/Microsoft/Boot/bg-BG:
total 168
-rwx------. 1 root root 82312 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 82304 Jul 23 2024 bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/cs-CZ:
total 208
-rwx------. 1 root root 81264 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 81392 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 45576 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/da-DK:
total 208
-rwx------. 1 root root 80240 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 80352 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 45584 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/de-DE:
total 216
-rwx------. 1 root root 84464 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 84464 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 46120 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/el-GR:
total 216
-rwx------. 1 root root 85368 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 85376 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 46600 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/en-GB:
total 160
-rwx------. 1 root root 78320 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 78304 Jul 23 2024 bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/en-US:
total 208
-rwx------. 1 root root 78320 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 78192 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 45072 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/es-ES:
total 216
-rwx------. 1 root root 82400 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 82304 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 45880 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/es-MX:
total 168
-rwx------. 1 root root 82296 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 82304 Jul 23 2024 bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/et-EE:
total 160
-rwx------. 1 root root 79232 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 79328 Jul 23 2024 bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/fi-FI:
total 208
-rwx------. 1 root root 81280 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 81280 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 45584 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/Fonts:
total 13192
-rwx------. 1 root root 3695830 Dec 7 2019 chs_boot.ttf
-rwx------. 1 root root 3878309 Dec 7 2019 cht_boot.ttf
-rwx------. 1 root root 1985767 Dec 7 2019 jpn_boot.ttf
-rwx------. 1 root root 2372900 Dec 7 2019 kor_boot.ttf
-rwx------. 1 root root 177888 Dec 7 2019 malgun_boot.ttf
-rwx------. 1 root root 175429 Dec 7 2019 malgunn_boot.ttf
-rwx------. 1 root root 145684 Dec 7 2019 meiryo_boot.ttf
-rwx------. 1 root root 144017 Dec 7 2019 meiryon_boot.ttf
-rwx------. 1 root root 165524 Dec 7 2019 msjh_boot.ttf
-rwx------. 1 root root 163496 Dec 7 2019 msjhn_boot.ttf
-rwx------. 1 root root 157064 Dec 7 2019 msyh_boot.ttf
-rwx------. 1 root root 155438 Dec 7 2019 msyhn_boot.ttf
-rwx------. 1 root root 44760 Dec 7 2019 segmono_boot.ttf
-rwx------. 1 root root 85764 Dec 7 2019 segoen_slboot.ttf
-rwx------. 1 root root 86077 Dec 7 2019 segoe_slboot.ttf
-rwx------. 1 root root 48992 Dec 7 2019 wgl4_boot.ttf
/boot/efi/EFI/Microsoft/Boot/fr-CA:
total 168
-rwx------. 1 root root 83840 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 83952 Jul 23 2024 bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/fr-FR:
total 216
-rwx------. 1 root root 84352 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 84464 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 46096 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/hr-HR:
total 160
-rwx------. 1 root root 81272 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 81280 Jul 23 2024 bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/hu-HU:
total 216
-rwx------. 1 root root 84464 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 84448 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 46096 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/it-IT:
total 208
-rwx------. 1 root root 81800 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 81888 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 45584 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/ja-JP:
total 188
-rwx------. 1 root root 70512 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 70536 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 43016 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/ko-KR:
total 188
-rwx------. 1 root root 70008 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 70000 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 43024 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/lt-LT:
total 160
-rwx------. 1 root root 80256 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 80368 Jul 23 2024 bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/lv-LV:
total 160
-rwx------. 1 root root 80248 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 80240 Jul 23 2024 bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/nb-NO:
total 208
-rwx------. 1 root root 79752 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 79752 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 45584 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/nl-NL:
total 216
-rwx------. 1 root root 82400 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 82288 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 45368 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/pl-PL:
total 216
-rwx------. 1 root root 82808 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 82912 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 46096 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/pt-BR:
total 208
-rwx------. 1 root root 81272 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 81280 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 45584 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/pt-PT:
total 208
-rwx------. 1 root root 81288 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 81376 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 46096 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/qps-ploc:
total 56
-rwx------. 1 root root 54072 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/Resources:
total 96
-rwx------. 1 root root 92472 Dec 7 2019 bootres.dll
drwx------. 2 root root 4096 Jul 22 2024 en-US
/boot/efi/EFI/Microsoft/Boot/Resources/en-US:
total 16
-rwx------. 1 root root 12816 Dec 7 2019 bootres.dll.mui
/boot/efi/EFI/Microsoft/Boot/ro-RO:
total 160
-rwx------. 1 root root 80864 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 80880 Jul 23 2024 bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/ru-RU:
total 204
-rwx------. 1 root root 81776 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 81888 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 44856 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/sk-SK:
total 160
-rwx------. 1 root root 81800 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 81888 Jul 23 2024 bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/sl-SI:
total 160
-rwx------. 1 root root 80768 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 80768 Jul 23 2024 bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/sr-Latn-RS:
total 160
-rwx------. 1 root root 81904 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 81776 Jul 23 2024 bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/sv-SE:
total 208
-rwx------. 1 root root 80760 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 80880 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 45072 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/tr-TR:
total 208
-rwx------. 1 root root 80240 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 80352 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 45584 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/uk-UA:
total 160
-rwx------. 1 root root 81784 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 81888 Jul 23 2024 bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-CN:
total 180
-rwx------. 1 root root 66016 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 65904 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 42512 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-TW:
total 180
-rwx------. 1 root root 65904 Jul 23 2024 bootmgfw.efi.mui
-rwx------. 1 root root 66016 Jul 23 2024 bootmgr.efi.mui
-rwx------. 1 root root 42512 Dec 8 2019 memtest.efi.mui
/boot/efi/EFI/Microsoft/Recovery:
total 32
-rwx------. 1 root root 16384 Jul 23 2024 BCD
-rwx------. 1 root root 16384 Jul 22 2024 BCD.LOG
-rwx------. 1 root root 0 Jul 22 2024 BCD.LOG1
-rwx------. 1 root root 0 Jul 22 2024 BCD.LOG2
/boot/efi/EFI/PEBoot:
total 1560
-rwx------. 1 root root 12288 Apr 12 2021 bcd
-rwx------. 1 root root 12288 Apr 12 2021 bcd.LOG
-rwx------. 1 root root 0 Apr 12 2021 bcd.LOG1
-rwx------. 1 root root 0 Apr 12 2021 bcd.LOG2
-rwx------. 1 root root 1557304 Feb 2 2021 bootx64.efi
drwx------. 2 root root 4096 Feb 2 2021 en-us
drwx------. 2 root root 4096 Apr 12 2021 Fonts
drwx------. 2 root root 4096 Apr 12 2021 Resources
/boot/efi/EFI/PEBoot/en-us:
total 76
-rwx------. 1 root root 77112 Feb 2 2021 bootx64.efi.mui
/boot/efi/EFI/PEBoot/Fonts:
total 12464
-rwx------. 1 root root 3694080 Feb 2 2021 chs_boot.ttf
-rwx------. 1 root root 3876772 Feb 2 2021 cht_boot.ttf
-rwx------. 1 root root 1984228 Feb 2 2021 jpn_boot.ttf
-rwx------. 1 root root 2371360 Feb 2 2021 kor_boot.ttf
-rwx------. 1 root root 178400 Feb 2 2021 malgun_boot.ttf
-rwx------. 1 root root 144736 Feb 2 2021 meiryo_boot.ttf
-rwx------. 1 root root 161416 Feb 2 2021 msjh_boot.ttf
-rwx------. 1 root root 157576 Feb 2 2021 msyh_boot.ttf
-rwx------. 1 root root 43836 Feb 2 2021 segmono_boot.ttf
-rwx------. 1 root root 85156 Feb 2 2021 segoe_slboot.ttf
-rwx------. 1 root root 47452 Feb 2 2021 wgl4_boot.ttf
/boot/efi/EFI/PEBoot/Resources:
total 92
-rwx------. 1 root root 92472 Feb 2 2021 bootres.dll
/boot/efi/System:
total 4
drwx------. 3 root root 4096 Jul 18 2024 Library
/boot/efi/System/Library:
total 4
drwx------. 2 root root 4096 Oct 31 01:37 CoreServices
/boot/efi/System/Library/CoreServices:
total 4
-rwx------. 1 root root 384 Jul 18 2024 SystemVersion.plist
'/boot/efi/System Volume Information':
total 0
/boot/grub:
total 0
/boot/grub2:
total 24
drwx------. 2 root root 4096 Dec 4 21:26 fonts
-rw-------. 1 root root 7006 Feb 26 23:22 grub.cfg
-rw-------. 1 root root 1024 Feb 26 20:50 grubenv
drwxr-xr-x. 2 root root 4096 Sep 7 01:53 themes
-rw-r--r--. 1 root root 150 Nov 5 23:45 unicode.pf2
/boot/grub2/fonts:
total 2340
-rwx------. 1 root root 2394108 Nov 21 05:30 unicode.pf2
/boot/grub2/themes:
total 0
/boot/loader:
total 4
drwx------. 2 root root 4096 Feb 26 20:50 entries
/boot/loader/entries:
total 16
-rw-r--r--. 1 root root 471 Jan 14 12:30 6733922cac6648a6b08f0b2973e53815-0-rescue.conf
-rw-r--r--. 1 root root 427 Feb 25 21:43 6733922cac6648a6b08f0b2973e53815-6.12.15-200.fc41.x86_64.conf
-rw-r--r--. 1 root root 423 Jan 14 12:30 6733922cac6648a6b08f0b2973e53815-6.12.8-200.fc41.x86_64.conf
-rw-r--r--. 1 root root 423 Feb 26 20:50 6733922cac6648a6b08f0b2973e53815-6.13.4-200.fc41.x86_64.conf
/boot/lost+found:
total 0
root@localhost-live:/#