File /boot/vmlinuz-5.10-x86_64 not found, you need to load kernel first

ldconfig: File /usr/lib/libOpenEXR-3_1.so.30.6.1 is empty, not checked.
ldconfig: File /usr/lib/libOpenEXRUtil-3_1.so.30.6.1 is empty, not checked.
ldconfig: File /usr/lib/libIex-3_1.so.30.6.1 is empty, not checked.
ldconfig: File /usr/lib/libIlmThread-3_1.so.30.6.1 is empty, not checked.
ldconfig: File /usr/lib/libOpenEXRCore-3_1.so.30.6.1 is empty, not checked.

What should I do?

its from this package: openexr… and the overwrite command from above should get rid of this issue, unless the package is installed from aur, so post formatted output from:
pacman -Qm

1 Like

Hi. This is the output

ceph-libs 15.2.17-1
electron18 18.3.15-4
manjaro-documentation-en 20181009-1
manjaro-firmware 20160419-1
noto-fonts-compat 20151217-1
python-pep517 0.13.0-1
yay-git 11.2.0.r7.g6f60892-1

you can remove these:

sudo pacman -R ceph-libs manjaro-documentation-en manjaro-firmware noto-fonts-compat python-pep517

then reinstall this:
sudo pacman -S openexr --overwrite '*'

then check again with:
sudo ldconfig
and it should be empty…

I have done it but It’s not gone
This is the output again

ldconfig: File /usr/lib/libOpenEXR-3_1.so.30.6.1 is empty, not checked.
ldconfig: File /usr/lib/libOpenEXRUtil-3_1.so.30.6.1 is empty, not checked.
ldconfig: File /usr/lib/libIex-3_1.so.30.6.1 is empty, not checked.
ldconfig: File /usr/lib/libIlmThread-3_1.so.30.6.1 is empty, not checked.
ldconfig: File /usr/lib/libOpenEXRCore-3_1.so.30.6.1 is empty, not checked.

looks like those are old libraries, post output from:
pacman -Qs openexr

local/openexr 3.1.7-1
    A high dynamic-range image file format library

so remove them:

sudo rm /usr/lib/libOpenEXR-3_1.so.30.6.1
sudo rm /usr/lib/libOpenEXRUtil-3_1.so.30.6.1
sudo rm /usr/lib/libIex-3_1.so.30.6.1
sudo rm /usr/lib/libIlmThread-3_1.so.30.6.1
sudo rm /usr/lib/libOpenEXRCore-3_1.so.30.6.1

check again with:
sudo ldconfig
if its empty, reboot and rerun update:
sudo pacman -Syu
any errors?

No errors.

so thats it

This is the current kernel version on my system

Currently running: 5.15.105-1-MANJARO (linux515)
The following kernels are installed in your system:
   * linux515

this how to install the kernel right

sudo mhwd-kernel -i linux6.1

This is related to the sound & mic issues that i mentioned earlier and you suggested that i upgrade my kernel

you can install them from system settings/kernel, or via command:

sudo mhwd-kernel -i linux61

reboot, and it should automatically boot with the newer kernel, just to be sure, check with:
uname -r
if you are running it…

during the installation… some warnings were logged in the console. I don’t know if i should be worried

==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: '/boot/initramfs-6.1-x86_64.img'
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux61.preset: 'fallback'
  -> -k /boot/vmlinuz-6.1-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-6.1-x86_64-fallback.img -S autodetect --microcode /boot/intel-ucode.img
==> Starting build: '6.1.22-1-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'wd719x'
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [filesystems]

This is the output for uname -r

5.15.105-1-MANJARO

those warnings are normal…
post output from:
mhwd-kernel -li
and do you have grub menu shown during boot?

Currently running: 5.15.105-1-MANJARO (linux515)
The following kernels are installed in your system:
   * linux515
   * linux61

yeah " Welcome to GRUB!"

so reboot, and in the grub menu advanced options, select the kernel 6.1 (not the fallback one), verify again with:
uname -r
and test audio

The audio is still not working.
This is the output of the command uname -r

6.1.22-1-MANJARO