You are not logged in.

#1 2021-10-14 10:05:36

NadiaHenderson
Member
Registered: 2021-04-13
Posts: 8

Multiple kernels, kernel errors on boot after update (DKMS / Refined)

I have 2 kernels installed: the zen and the lts kernel.
Both work fine, however I always have issues after updates that include DKMS shenangigans and I need to change the boot kernel to the other kernel via F2 on my Refined boot menu in order to boot properly. If not I run into an error for that kernel.

Example:
Right now, I am running the zen kernel, which is configured in my Refined config.
wyuOaYC.png
CrgssR0.png

So, upon boot, I do not need to do anything. It just boots correctly.

With my next update, however, something happens that breaks something,which I do not know, that makes the kernel not bootable and I have to fallback to my lts kernel via F2 on my Refined boot menu.

This is the error I am facing. zen kernel not longer bootable
Sf3KgpW.png
I cannot do anthing here in this emergency shell. Even typing does not work.

I need to hard restart and change to lts via F2 in order to boot.
3euVVO4.png

I would do this (boot into lts kernel via F2) until another update hits that reverses that error somehow and I can boot normally into zen kernel again. This cycle repeats again and again in a cycle. I was not able to identify the issue yet.

The question now is what the actual problem is. Is it a DKMS update or just a normal kernel update? Or maybe something that I do not even think of. I do not know.

Help please.

Offline

#2 2021-10-14 13:32:47

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: Multiple kernels, kernel errors on boot after update (DKMS / Refined)

Sounds like refind picks the wrong initramfs depending on which was updated. Did you make sure to follow https://wiki.archlinux.org/title/REFInd … _by_rEFInd and added the extra_kernel_version string for all kernels in use.

What makes you think DKMS is involved? Which DKMS packages do you use and did you include any of the DKMS modules in your initramfs?

Last edited by V1del (2021-10-14 13:33:55)

Online

#3 2021-10-15 04:33:01

NadiaHenderson
Member
Registered: 2021-04-13
Posts: 8

Re: Multiple kernels, kernel errors on boot after update (DKMS / Refined)

I am letting rEFInd autodetect my kernels. I therefore only use refind_linux.conf in my /boot/ folder
01BA1kp.png

My refind_linux.conf looks like this:
gbpBFE1.png

My refind.conf , which I only use for theming, looks like this:
oess9IQ.png

I added the extra_kernel_version_strings but it did not do anything.

DKMS was just a blind guess, because it does not happen with every update and I thought a update that includes a DKMS trigger would maybe change what rEFInd detects or so.

Offline

#4 2021-10-15 08:14:30

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: Multiple kernels, kernel errors on boot after update (DKMS / Refined)

Please post text as text rather than screenshots: https://wiki.archlinux.org/title/Genera … s_and_code

What could also happen that you somehow shadow a different initramfs due to wrong mounting assumptions. Where is your ESP mounted (from the above assuming /boot/efi) but was that always the case? What's your output for

mount
tree /boot #Install the tree package if you haven't
pacman -Qs linux-zen
file /boot/vmlinuz-linux-zen

Online

#5 2021-10-16 05:36:19

NadiaHenderson
Member
Registered: 2021-04-13
Posts: 8

Re: Multiple kernels, kernel errors on boot after update (DKMS / Refined)

Thank you for your help.
I will post text as text from now on.

Where is your ESP mounted (from the above assuming /boot/efi) but was that always the case?

I run Windows/Linux dual boot.
I think the ESP is mounted at /boot/efi, but I am not sure. I did not actively choose that path.

Output for "mount":

proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=8123124k,nr_inodes=2030781,mode=755,inode64)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755,inode64)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
/dev/nvme0n1p6 on / type ext4 (rw,relatime)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
none on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=15801)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,nr_inodes=409600,inode64)
/dev/nvme0n1p2 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
/dev/sda2 on /home/erik/storage type ext4 (rw,relatime)
net_cls on /sys/fs/cgroup/net_cls type cgroup (rw,relatime,net_cls)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=1626596k,nr_inodes=406649,mode=700,uid=1000,gid=1000,inode64)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)

Output for "tree /boot"

/boot
├── efi
│   ├── EFI
│   │   ├── Boot
│   │   │   └── bootx64.efi
│   │   ├── Microsoft
│   │   │   ├── Boot
│   │   │   │   ├── BCD
│   │   │   │   ├── BCD.LOG
│   │   │   │   ├── BCD.LOG1
│   │   │   │   ├── BCD.LOG2
│   │   │   │   ├── bg-BG
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   └── bootmgr.efi.mui
│   │   │   │   ├── BOOT.CSV
│   │   │   │   ├── bootmgfw.efi
│   │   │   │   ├── bootmgr.efi
│   │   │   │   ├── BOOTSTAT.DAT
│   │   │   │   ├── boot.stl
│   │   │   │   ├── cs-CZ
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── da-DK
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── de-DE
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── drivers_x64
│   │   │   │   │   └── ext4_x64.efi
│   │   │   │   ├── el-GR
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── en-GB
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   └── bootmgr.efi.mui
│   │   │   │   ├── en-US
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── es-ES
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── es-MX
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   └── bootmgr.efi.mui
│   │   │   │   ├── et-EE
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   └── bootmgr.efi.mui
│   │   │   │   ├── fi-FI
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── Fonts
│   │   │   │   │   ├── chs_boot.ttf
│   │   │   │   │   ├── cht_boot.ttf
│   │   │   │   │   ├── jpn_boot.ttf
│   │   │   │   │   ├── kor_boot.ttf
│   │   │   │   │   ├── malgun_boot.ttf
│   │   │   │   │   ├── malgunn_boot.ttf
│   │   │   │   │   ├── meiryo_boot.ttf
│   │   │   │   │   ├── meiryon_boot.ttf
│   │   │   │   │   ├── msjh_boot.ttf
│   │   │   │   │   ├── msjhn_boot.ttf
│   │   │   │   │   ├── msyh_boot.ttf
│   │   │   │   │   ├── msyhn_boot.ttf
│   │   │   │   │   ├── segmono_boot.ttf
│   │   │   │   │   ├── segoen_slboot.ttf
│   │   │   │   │   ├── segoe_slboot.ttf
│   │   │   │   │   └── wgl4_boot.ttf
│   │   │   │   ├── fr-CA
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   └── bootmgr.efi.mui
│   │   │   │   ├── fr-FR
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── hr-HR
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   └── bootmgr.efi.mui
│   │   │   │   ├── hu-HU
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── icons
│   │   │   │   │   ├── arrow_left.png
│   │   │   │   │   ├── arrow_right.png
│   │   │   │   │   ├── boot_linux.png
│   │   │   │   │   ├── boot_win.png
│   │   │   │   │   ├── func_about.png
│   │   │   │   │   ├── func_bootorder.png
│   │   │   │   │   ├── func_csr_rotate.png
│   │   │   │   │   ├── func_exit.png
│   │   │   │   │   ├── func_firmware.png
│   │   │   │   │   ├── func_hidden.png
│   │   │   │   │   ├── func_install.png
│   │   │   │   │   ├── func_reset.png
│   │   │   │   │   ├── func_shutdown.png
│   │   │   │   │   ├── mouse.png
│   │   │   │   │   ├── os_arch.png
│   │   │   │   │   ├── os_artful.png
│   │   │   │   │   ├── os_bionic.png
│   │   │   │   │   ├── os_centos.png
│   │   │   │   │   ├── os_chakra.png
│   │   │   │   │   ├── os_chrome.png
│   │   │   │   │   ├── os_clover.png
│   │   │   │   │   ├── os_crunchbang.png
│   │   │   │   │   ├── os_debian.png
│   │   │   │   │   ├── os_devuan.png
│   │   │   │   │   ├── os_elementary.png
│   │   │   │   │   ├── os_fedora.png
│   │   │   │   │   ├── os_freebsd.png
│   │   │   │   │   ├── os_frugalware.png
│   │   │   │   │   ├── os_gentoo.png
│   │   │   │   │   ├── os_gummiboot.png
│   │   │   │   │   ├── os_haiku.png
│   │   │   │   │   ├── os_hwtest.png
│   │   │   │   │   ├── os_kubuntu.png
│   │   │   │   │   ├── os_legacy.png
│   │   │   │   │   ├── os_linuxmint.png
│   │   │   │   │   ├── os_linux.png
│   │   │   │   │   ├── os_lubuntu.png
│   │   │   │   │   ├── os_mac.png
│   │   │   │   │   ├── os_mageia.png
│   │   │   │   │   ├── os_mandriva.png
│   │   │   │   │   ├── os_manjaro.png
│   │   │   │   │   ├── os_netbsd.png
│   │   │   │   │   ├── os_network.png
│   │   │   │   │   ├── os_opensuse.png
│   │   │   │   │   ├── os_redhat.png
│   │   │   │   │   ├── os_refind.png
│   │   │   │   │   ├── os_refit.png
│   │   │   │   │   ├── os_slackware.png
│   │   │   │   │   ├── os_suse.png
│   │   │   │   │   ├── os_systemd.png
│   │   │   │   │   ├── os_trusty.png
│   │   │   │   │   ├── os_ubuntu.png
│   │   │   │   │   ├── os_uefi.png
│   │   │   │   │   ├── os_unknown.png
│   │   │   │   │   ├── os_void.png
│   │   │   │   │   ├── os_win8.png
│   │   │   │   │   ├── os_win.png
│   │   │   │   │   ├── os_xenial.png
│   │   │   │   │   ├── os_xubuntu.png
│   │   │   │   │   ├── os_zesty.png
│   │   │   │   │   ├── svg
│   │   │   │   │   │   ├── boot_win.svg
│   │   │   │   │   │   ├── func_csr_rotate.svg
│   │   │   │   │   │   ├── mouse.svg
│   │   │   │   │   │   ├── os_clover.svg
│   │   │   │   │   │   ├── os_debian.svg
│   │   │   │   │   │   ├── os_devuan.svg
│   │   │   │   │   │   ├── os_elementary.svg
│   │   │   │   │   │   ├── os_gummiboot.svg
│   │   │   │   │   │   ├── os_haiku.svg
│   │   │   │   │   │   ├── os_legacy.svg
│   │   │   │   │   │   ├── os_mac.svg
│   │   │   │   │   │   ├── os_netbsd.svg
│   │   │   │   │   │   ├── os_redhat.svg
│   │   │   │   │   │   ├── os_refind.svg
│   │   │   │   │   │   ├── os_refit.svg
│   │   │   │   │   │   ├── os_win.svg
│   │   │   │   │   │   ├── os_xenial.svg
│   │   │   │   │   │   ├── tool_fwupdate.svg
│   │   │   │   │   │   ├── tool_memtest.svg
│   │   │   │   │   │   └── tool_rescue.svg
│   │   │   │   │   ├── tool_apple_rescue.png
│   │   │   │   │   ├── tool_fwupdate.png
│   │   │   │   │   ├── tool_memtest.png
│   │   │   │   │   ├── tool_mok_tool.png
│   │   │   │   │   ├── tool_netboot.png
│   │   │   │   │   ├── tool_part.png
│   │   │   │   │   ├── tool_rescue.png
│   │   │   │   │   ├── tool_shell.png
│   │   │   │   │   ├── tool_windows_rescue.png
│   │   │   │   │   ├── transparent.png
│   │   │   │   │   ├── vol_efi.png
│   │   │   │   │   ├── vol_external.png
│   │   │   │   │   ├── vol_internal.png
│   │   │   │   │   ├── vol_net.png
│   │   │   │   │   └── vol_optical.png
│   │   │   │   ├── icons-backup
│   │   │   │   │   ├── arrow_left.png
│   │   │   │   │   ├── arrow_right.png
│   │   │   │   │   ├── boot_linux.png
│   │   │   │   │   ├── boot_win.png
│   │   │   │   │   ├── func_about.png
│   │   │   │   │   ├── func_bootorder.png
│   │   │   │   │   ├── func_csr_rotate.png
│   │   │   │   │   ├── func_exit.png
│   │   │   │   │   ├── func_firmware.png
│   │   │   │   │   ├── func_hidden.png
│   │   │   │   │   ├── func_install.png
│   │   │   │   │   ├── func_reset.png
│   │   │   │   │   ├── func_shutdown.png
│   │   │   │   │   ├── mouse.png
│   │   │   │   │   ├── os_arch.png
│   │   │   │   │   ├── os_artful.png
│   │   │   │   │   ├── os_bionic.png
│   │   │   │   │   ├── os_centos.png
│   │   │   │   │   ├── os_chakra.png
│   │   │   │   │   ├── os_chrome.png
│   │   │   │   │   ├── os_clover.png
│   │   │   │   │   ├── os_crunchbang.png
│   │   │   │   │   ├── os_debian.png
│   │   │   │   │   ├── os_devuan.png
│   │   │   │   │   ├── os_elementary.png
│   │   │   │   │   ├── os_fedora.png
│   │   │   │   │   ├── os_freebsd.png
│   │   │   │   │   ├── os_frugalware.png
│   │   │   │   │   ├── os_gentoo.png
│   │   │   │   │   ├── os_gummiboot.png
│   │   │   │   │   ├── os_haiku.png
│   │   │   │   │   ├── os_hwtest.png
│   │   │   │   │   ├── os_kubuntu.png
│   │   │   │   │   ├── os_legacy.png
│   │   │   │   │   ├── os_linuxmint.png
│   │   │   │   │   ├── os_linux.png
│   │   │   │   │   ├── os_lubuntu.png
│   │   │   │   │   ├── os_mac.png
│   │   │   │   │   ├── os_mageia.png
│   │   │   │   │   ├── os_mandriva.png
│   │   │   │   │   ├── os_manjaro.png
│   │   │   │   │   ├── os_netbsd.png
│   │   │   │   │   ├── os_network.png
│   │   │   │   │   ├── os_opensuse.png
│   │   │   │   │   ├── os_redhat.png
│   │   │   │   │   ├── os_refind.png
│   │   │   │   │   ├── os_refit.png
│   │   │   │   │   ├── os_slackware.png
│   │   │   │   │   ├── os_suse.png
│   │   │   │   │   ├── os_systemd.png
│   │   │   │   │   ├── os_trusty.png
│   │   │   │   │   ├── os_ubuntu.png
│   │   │   │   │   ├── os_uefi.png
│   │   │   │   │   ├── os_unknown.png
│   │   │   │   │   ├── os_void.png
│   │   │   │   │   ├── os_win8.png
│   │   │   │   │   ├── os_win.png
│   │   │   │   │   ├── os_xenial.png
│   │   │   │   │   ├── os_xubuntu.png
│   │   │   │   │   ├── os_zesty.png
│   │   │   │   │   ├── svg
│   │   │   │   │   │   ├── boot_win.svg
│   │   │   │   │   │   ├── func_csr_rotate.svg
│   │   │   │   │   │   ├── mouse.svg
│   │   │   │   │   │   ├── os_clover.svg
│   │   │   │   │   │   ├── os_debian.svg
│   │   │   │   │   │   ├── os_devuan.svg
│   │   │   │   │   │   ├── os_elementary.svg
│   │   │   │   │   │   ├── os_gummiboot.svg
│   │   │   │   │   │   ├── os_haiku.svg
│   │   │   │   │   │   ├── os_legacy.svg
│   │   │   │   │   │   ├── os_mac.svg
│   │   │   │   │   │   ├── os_netbsd.svg
│   │   │   │   │   │   ├── os_redhat.svg
│   │   │   │   │   │   ├── os_refind.svg
│   │   │   │   │   │   ├── os_refit.svg
│   │   │   │   │   │   ├── os_win.svg
│   │   │   │   │   │   ├── os_xenial.svg
│   │   │   │   │   │   ├── tool_fwupdate.svg
│   │   │   │   │   │   ├── tool_memtest.svg
│   │   │   │   │   │   └── tool_rescue.svg
│   │   │   │   │   ├── tool_apple_rescue.png
│   │   │   │   │   ├── tool_fwupdate.png
│   │   │   │   │   ├── tool_memtest.png
│   │   │   │   │   ├── tool_mok_tool.png
│   │   │   │   │   ├── tool_netboot.png
│   │   │   │   │   ├── tool_part.png
│   │   │   │   │   ├── tool_rescue.png
│   │   │   │   │   ├── tool_shell.png
│   │   │   │   │   ├── tool_windows_rescue.png
│   │   │   │   │   ├── transparent.png
│   │   │   │   │   ├── vol_efi.png
│   │   │   │   │   ├── vol_external.png
│   │   │   │   │   ├── vol_internal.png
│   │   │   │   │   ├── vol_net.png
│   │   │   │   │   └── vol_optical.png
│   │   │   │   ├── it-IT
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── ja-JP
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── kd_02_10df.dll
│   │   │   │   ├── kd_02_10ec.dll
│   │   │   │   ├── kd_02_1137.dll
│   │   │   │   ├── kd_02_14e4.dll
│   │   │   │   ├── kd_02_15b3.dll
│   │   │   │   ├── kd_02_1969.dll
│   │   │   │   ├── kd_02_19a2.dll
│   │   │   │   ├── kd_02_1af4.dll
│   │   │   │   ├── kd_02_8086.dll
│   │   │   │   ├── kd_07_1415.dll
│   │   │   │   ├── kd_0C_8086.dll
│   │   │   │   ├── kdnet_uart16550.dll
│   │   │   │   ├── kdstub.dll
│   │   │   │   ├── keys
│   │   │   │   ├── ko-KR
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── lt-LT
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   └── bootmgr.efi.mui
│   │   │   │   ├── lv-LV
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   └── bootmgr.efi.mui
│   │   │   │   ├── memtest.efi
│   │   │   │   ├── nb-NO
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── nl-NL
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── pl-PL
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── pt-BR
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── pt-PT
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── qps-ploc
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── refind.conf
│   │   │   │   ├── refind.conf-sample
│   │   │   │   ├── Resources
│   │   │   │   │   ├── bootres.dll
│   │   │   │   │   └── en-US
│   │   │   │   │       └── bootres.dll.mui
│   │   │   │   ├── ro-RO
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   └── bootmgr.efi.mui
│   │   │   │   ├── ru-RU
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── sk-SK
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   └── bootmgr.efi.mui
│   │   │   │   ├── sl-SI
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   └── bootmgr.efi.mui
│   │   │   │   ├── sr-Latn-RS
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   └── bootmgr.efi.mui
│   │   │   │   ├── sv-SE
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── theme
│   │   │   │   │   ├── back.png
│   │   │   │   │   ├── icons
│   │   │   │   │   │   ├── os_antergos_cli.png
│   │   │   │   │   │   ├── os_antergos.png
│   │   │   │   │   │   ├── os_arch_cli.png
│   │   │   │   │   │   ├── os_arch.png
│   │   │   │   │   │   ├── os_debian_cli.png
│   │   │   │   │   │   ├── os_debian.png
│   │   │   │   │   │   ├── os_elementary_cli.png
│   │   │   │   │   │   ├── os_elementary.png
│   │   │   │   │   │   ├── os_fedora_cli.png
│   │   │   │   │   │   ├── os_fedora.png
│   │   │   │   │   │   ├── os_kubuntu_cli.png
│   │   │   │   │   │   ├── os_kubuntu.png
│   │   │   │   │   │   ├── os_linuxmint_cli.png
│   │   │   │   │   │   ├── os_linuxmint.png
│   │   │   │   │   │   ├── os_lubuntu_cli.png
│   │   │   │   │   │   ├── os_lubuntu.png
│   │   │   │   │   │   ├── os_mac.png
│   │   │   │   │   │   ├── os_manjaro_cli.png
│   │   │   │   │   │   ├── os_manjaro.png
│   │   │   │   │   │   ├── os_opensuse_cli.png
│   │   │   │   │   │   ├── os_opensuse.png
│   │   │   │   │   │   ├── os_suse_cli.png
│   │   │   │   │   │   ├── os_suse.png
│   │   │   │   │   │   ├── os_ubuntu_cli.png
│   │   │   │   │   │   ├── os_ubuntugnome_cli.png
│   │   │   │   │   │   ├── os_ubuntugnome.png
│   │   │   │   │   │   ├── os_ubuntumate_cli.png
│   │   │   │   │   │   ├── os_ubuntumate.png
│   │   │   │   │   │   ├── os_ubuntu.png
│   │   │   │   │   │   ├── os_win8.png
│   │   │   │   │   │   ├── os_win.png
│   │   │   │   │   │   ├── os_xubuntu_cli.png
│   │   │   │   │   │   └── os_xubuntu.png
│   │   │   │   │   ├── select_big.png
│   │   │   │   │   └── theme.conf
│   │   │   │   ├── tr-TR
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   ├── uk-UA
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   └── bootmgr.efi.mui
│   │   │   │   ├── winsipolicy.p7b
│   │   │   │   ├── zh-CN
│   │   │   │   │   ├── bootmgfw.efi.mui
│   │   │   │   │   ├── bootmgr.efi.mui
│   │   │   │   │   └── memtest.efi.mui
│   │   │   │   └── zh-TW
│   │   │   │       ├── bootmgfw.efi.mui
│   │   │   │       ├── bootmgr.efi.mui
│   │   │   │       └── memtest.efi.mui
│   │   │   ├── bootmgfw.efi
│   │   │   └── Recovery
│   │   │       ├── BCD
│   │   │       ├── BCD.LOG
│   │   │       ├── BCD.LOG1
│   │   │       └── BCD.LOG2
│   │   └── tools
│   ├── screenshot_001.bmp
│   ├── System Volume Information
│   └── tools
├── initramfs-linux-lts-fallback.img
├── initramfs-linux-lts.img
├── initramfs-linux-zen-fallback.img
├── initramfs-linux-zen.img
├── intel-ucode.img
├── refind_linux.conf
├── vmlinuz-linux-lts
└── vmlinuz-linux-zen

Output for "pacman -Qs linux-zen":

local/linux-zen 5.14.12.zen1-1
    The Linux ZEN kernel and modules
local/linux-zen-headers 5.14.12.zen1-1
    Headers and scripts for building modules for the Linux ZEN kernel

Output for "file /boot/vmlinuz-linux-zen"

/boot/vmlinuz-linux-zen: Linux kernel x86 boot executable bzImage, version 5.14.12-zen1-1-zen (linux-zen@archlinux) #1 ZEN SMP PREEMPT Wed, 13 Oct 2021 16:58:18 +0000, RO-rootFS, swap_dev 0x9, Normal VGA

Offline

Board footer

Powered by FluxBB