Unable to boot

Hi Team,

There was a powercut while upgrade and now I am unable to boot my system.
Getting below error

error: file '/boot/vmlinuz-linux-lts' not found.
Loading initial ramdisk ...
error: you need to load the kernel first

So now booted as live user using bootable iso.

I checked other topics related to similar issue where the solution was to chroot and install linux using pacman. I might probably did it not correctly, so still getting same above error while booting.
Please help me on this.

Please edit your post and instead of screeshot, post the terminal output as text.

Just copy, paste, highlight and press Ctrl-E to format.

Also, indicate which are your EnOS partitions.

Hi @pebcak ,

Thanks for quick reply…

[liveuser@eos-2023.11.17 ~]$ sudo lsblk -f
NAME        FSTYPE FSVER LABEL      UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
loop0       squash 4.0                                                         0   100% /run/archiso/airootfs
sda                                                                                     
└─sda1      vfat   FAT32 EOS_202311 1C18-0D28                              55.4G     4% /run/archiso/bootmnt
nvme0n1                                                                                 
├─nvme0n1p1 ext4   1.0              72533b59-2615-4687-a837-1acc14bdc8c1   88.3G    49% /run/media/liveuser/72533b59-2615-4687-a837-1acc14bdc8c1
├─nvme0n1p2 vfat   FAT32            ADDC-DB97                                           
├─nvme0n1p3 swap   1                476858b2-b5fd-4414-89c9-28d6a89a189e                
└─nvme0n1p4 ext4   1.0   Personal   9affed5d-101b-44c7-864e-8ad6bce70b86   60.3G    71% /run/media/liveuser/Personal
[liveuser@eos-2023.11.17 ~]$ sudo fdisk -l
Disk /dev/nvme0n1: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: Samsung SSD 980 500GB                   
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 16384 bytes / 131072 bytes
Disklabel type: gpt
Disk identifier: C0D93B73-C98E-7843-B48D-3A118C98018E

Device             Start       End   Sectors   Size Type
/dev/nvme0n1p1   1050624 410650623 409600000 195.3G Linux filesystem
/dev/nvme0n1p2      2048   1050623   1048576   512M EFI System
/dev/nvme0n1p3 410650624 444442623  33792000  16.1G Linux swap
/dev/nvme0n1p4 444442624 976773119 532330496 253.8G Linux filesystem

Partition table entries are not in disk order.


Disk /dev/sda: 57.77 GiB, 62026416128 bytes, 121145344 sectors
Disk model: USB Flash Drive 
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: dos
Disk identifier: 0x00079836

Device     Boot Start       End   Sectors  Size Id Type
/dev/sda1  *     2048 121145343 121143296 57.8G  c W95 FAT32 (LBA)


Disk /dev/loop0: 2.19 GiB, 2355683328 bytes, 4600944 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
[liveuser@eos-2023.11.17 ~]$ 

sda is removable device, nvme0n1 is my harddisk

1 Like
  1. Are these your system partitions?

  2. What bootloader/boot manager are you using: Grub or systemd-boot?

If you don’t know:

sudo mount /dev/nvme0n1p1 /mnt

and post the output of:

cat /mnt/etc/fstab

Hi @pebcak ,

Please find the below

[liveuser@eos-2023.11.17 ~]$ sudo mount /dev/nvme0n1p1 /mnt
[liveuser@eos-2023.11.17 ~]$ cat /mnt/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=ADDC-DB97                            /boot/efi      vfat    defaults,noatime 0 2
UUID=72533b59-2615-4687-a837-1acc14bdc8c1 /              ext4    defaults,noatime 0 1
[liveuser@eos-2023.11.17 ~]$ 
1 Like

Hi Vicky, may you have a look at my thread. I am using a Samsung 980 pro.

Sorry if I couldn’t help you. Unfortunately the Samsung nvme ssd’s have a problem

That firmware issue may not apply to the standard version, @swh you have 980 pro while in this system 980 is installed.
Just a thought/heads up

1 Like

Thanks for pointing me to. Sorry for the post!

Thanks!

Alright then, you seem to be using Grub since your ESP is mounted at /boot/efi.

In order to chroot, follow the steps below. Skip #1 since it is already done:

1. sudo mount /dev/nvme0n1p1 /mnt
2. sudo mount /dev/nvme0n1p2 /mnt/boot/efi
3. sudo arch-chroot /mnt

Once in chroot, at the # prompt, run

1. pacman -Syu ## to update the system

2. pacman -Q | grep -E "mkinitcpio|dracut"

If dracut >> dracut-rebuild
if mkinitcpio >> mkinitcpio -P

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

If you get any error message at any of the steps above, stop and post the whole of the terminal output for the command in question.

If everything is fine, type exit followed by enter to quit chroot. Reboot your system.

EDIT: correcting command line

Hi @pebcak ,
Getting error while executing 2nd command

[liveuser@eos-2023.11.17 ~]$ sudo /dev/nvme0n1p2 /mnt/boot/efi
sudo: /dev/nvme0n1p2: command not found
[liveuser@eos-2023.11.17 ~]$ 

Should i try like this ?

sudo mount /dev/nvme0n1p2 /mnt/boot/efi

Oh, I am sorry!

It should be: sudo mount /dev/nvme0n1p2 /mnt/boot/efi

Got below error

[root@EndeavourOS /]# pacman -Syu
:: Synchronizing package databases...
 endeavouros                                                                                                       26.0 KiB  71.6 KiB/s 00:00 [---------------------------------------------------------------------------------------] 100%
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
warning: audiocd-kio: local (23.08.4-1) is newer than extra (23.08.3-3)
warning: baloo-widgets: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: bluedevil: local (1:5.27.10-1) is newer than extra (1:5.27.9-1)
warning: bovo: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: breeze: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: breeze-gtk: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: c-ares: local (1.23.0-1) is newer than extra (1.22.1-1)
warning: catch2: local (3.4.0-2) is newer than extra (2.13.9-1)
warning: chromium: local (120.0.6099.71-1) is newer than extra (119.0.6045.159-1)
warning: cmake: local (3.28.0-1) is newer than extra (3.27.9-1)
warning: code: local (1.85.0-1) is newer than extra (1.84.2-1)
warning: dolphin: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: dragon: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: dtkcommon: local (5.6.20-1) is newer than extra (5.6.19-1)
warning: dtkcore: local (1:5.6.20-1) is newer than extra (1:5.6.19-1)
warning: dtkdeclarative: local (5.6.20-1) is newer than extra (5.6.19-1)
warning: dtkgui: local (1:5.6.20-1) is newer than extra (1:5.6.19-1)
warning: dtkwidget: local (5.6.20-1) is newer than extra (5.6.19-1)
warning: elisa: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: enchant: local (2.6.3-1) is newer than extra (2.6.2-1)
warning: ffmpeg: local (2:6.1-2) is newer than extra (2:6.1-1)
warning: file-roller: local (43.1-1) is newer than extra (43.0-2)
warning: firefox: local (120.0.1-1) is newer than extra (120.0-1)
warning: firefox-developer-edition: local (121.0b9-1) is newer than extra (121.0b4-1)
warning: firewalld: local (2.0.2-1) is newer than extra (2.0.1-1)
warning: frei0r-plugins: local (2.3.2-1) is newer than extra (2.3.1-1)
warning: fwupd: local (1.9.10-1) is newer than extra (1.9.9-1)
warning: fzf: local (0.44.1-1) is newer than extra (0.43.0-1)
warning: gjs: local (2:1.78.1-1) is newer than extra (2:1.78.0-4)
warning: glava: local (1.6.3-3) is newer than extra (1.6.3-2)
warning: glib2-docs: local (2.78.3-1) is newer than core (2.78.1-1)
warning: gnome-bluetooth: local (3.34.5+r16+g61cfff1c-2) is newer than extra (3.34.5+r16+g61cfff1c-1)
warning: gnome-disk-utility: local (45.1-1) is newer than extra (45.0-1)
warning: gnome-settings-daemon: local (45.0-2) is newer than extra (45.0-1)
warning: gnome-shell: local (1:45.2-1) is newer than extra (1:45.1-1)
warning: gst-plugin-pipewire: local (1:1.0.0-2) is newer than extra (1:1.0.0-1)
warning: gwenview: local (23.08.4-1) is newer than extra (23.08.3-2)
warning: haskell-aeson: local (2.1.2.1-27) is newer than extra (2.1.2.1-26)
warning: haskell-aeson-pretty: local (0.8.9-157) is newer than extra (0.8.9-156)
warning: haskell-assoc: local (1.0.2-226) is newer than extra (1.0.2-224)
warning: haskell-auto-update: local (0.1.6-324) is newer than extra (0.1.6-323)
warning: haskell-bifunctors: local (5.6-37) is newer than extra (5.6-35)
warning: haskell-bitvec: local (1.1.3.0-74) is newer than extra (1.1.3.0-73)
warning: haskell-blaze-html: local (0.9.1.2-217) is newer than extra (0.9.1.2-216)
warning: haskell-blaze-markup: local (0.8.3.0-1) is newer than extra (0.8.2.8-122)
warning: haskell-bsb-http-chunked: local (0.0.0.4-368) is newer than extra (0.0.0.4-367)
warning: haskell-cassava: local (0.5.3.0-79) is newer than extra (0.5.3.0-78)
warning: haskell-citeproc: local (0.8.1-73) is newer than extra (0.8.1-70)
warning: haskell-commonmark-pandoc: local (0.2.1.3-56) is newer than extra (0.2.1.3-54)
warning: haskell-comonad: local (5.0.8-221) is newer than extra (5.0.8-219)
warning: haskell-conduit: local (1.3.5-28) is newer than extra (1.3.5-27)
warning: haskell-conduit-extra: local (1.3.6-109) is newer than extra (1.3.6-108)
warning: haskell-crypton: local (0.34-1) is newer than extra (0.33-6)
warning: haskell-crypton-connection: local (0.3.1-23) is newer than extra (0.3.1-22)
warning: haskell-crypton-x509: local (1.7.6-18) is newer than extra (1.7.6-17)
warning: haskell-crypton-x509-store: local (1.6.9-18) is newer than extra (1.6.9-17)
warning: haskell-crypton-x509-system: local (1.6.7-18) is newer than extra (1.6.7-17)
warning: haskell-crypton-x509-validation: local (1.6.12-18) is newer than extra (1.6.12-17)
warning: haskell-doctemplates: local (0.11-49) is newer than extra (0.11-48)
warning: haskell-fast-logger: local (3.1.2-51) is newer than extra (3.1.2-50)
warning: haskell-foldable1-classes-compat: local (0.1-37) is newer than extra (0.1-35)
warning: haskell-haddock-library: local (1.10.0-250) is newer than extra (1.10.0-248)
warning: haskell-hslua: local (2.3.0-27) is newer than extra (2.3.0-26)
warning: haskell-hslua-aeson: local (2.3.0.1-10) is newer than extra (2.3.0.1-9)
warning: haskell-hslua-classes: local (2.3.0-30) is newer than extra (2.3.0-29)
warning: haskell-hslua-core: local (2.3.1-24) is newer than extra (2.3.1-23)
warning: haskell-hslua-list: local (1.1.1-36) is newer than extra (1.1.1-35)
warning: haskell-hslua-marshalling: local (2.3.0-25) is newer than extra (2.3.0-24)
warning: haskell-hslua-module-doclayout: local (1.1.0-30) is newer than extra (1.1.0-29)
warning: haskell-hslua-module-path: local (1.1.0-27) is newer than extra (1.1.0-26)
warning: haskell-hslua-module-system: local (1.1.0.1-1) is newer than extra (1.1.0-24)
warning: haskell-hslua-module-text: local (1.1.0-25) is newer than extra (1.1.0-24)
warning: haskell-hslua-module-version: local (1.1.0-27) is newer than extra (1.1.0-26)
warning: haskell-hslua-module-zip: local (1.1.0-26) is newer than extra (1.1.0-24)
warning: haskell-hslua-objectorientation: local (2.3.0-25) is newer than extra (2.3.0-24)
warning: haskell-hslua-packaging: local (2.3.0-25) is newer than extra (2.3.0-24)
warning: haskell-hslua-repl: local (0.1.1-24) is newer than extra (0.1.1-23)
warning: haskell-hslua-typing: local (0.1.0-25) is newer than extra (0.1.0-24)
warning: haskell-http-api-data: local (0.5.1-33) is newer than extra (0.5.1-32)
warning: haskell-http-client: local (0.7.15-1) is newer than extra (0.7.14-1)
warning: haskell-http-client-tls: local (0.3.6.3-32) is newer than extra (0.3.6.3-28)
warning: haskell-http-types: local (0.12.3-326) is newer than extra (0.12.3-325)
warning: haskell-http2: local (4.0.0-1) is newer than extra (3.0.3-79)
warning: haskell-indexed-traversable: local (0.1.3-29) is newer than extra (0.1.3-27)
warning: haskell-indexed-traversable-instances: local (0.1.1.2-24) is newer than extra (0.1.1.2-23)
warning: haskell-ipynb: local (0.2-118) is newer than extra (0.2-117)
warning: haskell-libyaml: local (0.1.2-325) is newer than extra (0.1.2-324)
warning: haskell-mime-types: local (0.1.2.0-1) is newer than extra (0.1.1.0-1)
warning: haskell-mono-traversable: local (1.0.15.3-152) is newer than extra (1.0.15.3-151)
warning: haskell-pandoc: local (3.1.6-12) is newer than extra (3.1.6-4)
warning: haskell-pandoc-lua-engine: local (0.2.1-11) is newer than extra (0.2.1-2)
warning: haskell-pandoc-lua-marshal: local (0.2.2-38) is newer than extra (0.2.2-36)
warning: haskell-pandoc-server: local (0.1.0.1-11) is newer than extra (0.1.0.1-2)
warning: haskell-pandoc-types: local (1.23.1-1) is newer than extra (1.23.0.1-1)
warning: haskell-prettyprinter: local (1.7.1-145) is newer than extra (1.7.1-144)
warning: haskell-regex-tdfa: local (1.3.2.2-24) is newer than extra (1.3.2.2-23)
warning: haskell-semialign: local (1.2.0.1-140) is newer than extra (1.2.0.1-139)
warning: haskell-semigroupoids: local (5.3.7-122) is newer than extra (5.3.7-121)
warning: haskell-servant: local (0.19.1-66) is newer than extra (0.19.1-65)
warning: haskell-servant-server: local (0.19.2-117) is newer than extra (0.19.2-111)
warning: haskell-simple-sendfile: local (0.2.32-11) is newer than extra (0.2.32-10)
warning: haskell-skylighting: local (0.13.4.1-3) is newer than extra (0.13.4.1-1)
warning: haskell-skylighting-core: local (0.13.4.1-3) is newer than extra (0.13.4.1-1)
warning: haskell-skylighting-format-ansi: local (0.1-95) is newer than extra (0.1-93)
warning: haskell-skylighting-format-blaze-html: local (0.1.1.1-28) is newer than extra (0.1.1.1-26)
warning: haskell-skylighting-format-context: local (0.1.0.2-60) is newer than extra (0.1.0.2-58)
warning: haskell-skylighting-format-latex: local (0.1-95) is newer than extra (0.1-93)
warning: haskell-strict: local (0.4.0.1-200) is newer than extra (0.4.0.1-198)
warning: haskell-texmath: local (0.12.8.2-3) is newer than extra (0.12.8.2-1)
warning: haskell-these: local (1.1.1.1-227) is newer than extra (1.1.1.1-225)
warning: haskell-time-manager: local (0.0.1-20) is newer than extra (0.0.1-19)
warning: haskell-tls: local (1.8.0-16) is newer than extra (1.8.0-15)
warning: haskell-toml-parser: local (1.3.1.0-1) is newer than extra (1.3.0.0-22)
warning: haskell-typst: local (0.3.2.1-1) is newer than extra (0.3.2.0-8)
warning: haskell-uniplate: local (1.6.13-204) is newer than extra (1.6.13-203)
warning: haskell-unix-compat: local (0.7-24) is newer than extra (0.7-23)
warning: haskell-unordered-containers: local (0.2.19.1-87) is newer than extra (0.2.19.1-86)
warning: haskell-vault: local (0.3.1.5-166) is newer than extra (0.3.1.5-165)
warning: haskell-vector-algorithms: local (0.9.0.1-74) is newer than extra (0.9.0.1-73)
warning: haskell-wai: local (3.2.3-216) is newer than extra (3.2.3-215)
warning: haskell-wai-app-static: local (3.1.8-37) is newer than extra (3.1.8-31)
warning: haskell-wai-cors: local (0.2.7-333) is newer than extra (0.2.7-332)
warning: haskell-wai-extra: local (3.1.13.0-216) is newer than extra (3.1.13.0-206)
warning: haskell-wai-logger: local (2.4.0-367) is newer than extra (2.4.0-357)
warning: haskell-warp: local (3.3.30-24) is newer than extra (3.3.30-19)
warning: haskell-witherable: local (0.4.2-81) is newer than extra (0.4.2-80)
warning: haskell-xml-conduit: local (1.9.1.3-28) is newer than extra (1.9.1.3-26)
warning: haskell-yaml: local (0.11.11.2-23) is newer than extra (0.11.11.2-22)
warning: hslua-cli: local (1.4.1-25) is newer than extra (1.4.1-24)
warning: ibus: local (1.5.29-2) is newer than extra (1.5.28-4)
warning: imagemagick: local (7.1.1.22-1) is newer than extra (7.1.1.21-1)
warning: kaccounts-integration: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: kactivitymanagerd: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: kate: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: kcalc: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: kde-cli-tools: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: kde-gtk-config: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: kdeconnect: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: kdecoration: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: kdenlive: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: kdialog: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: khotkeys: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: kinfocenter: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: kio-extras: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: kmenuedit: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: knights: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: konsole: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: kpipewire: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: kpmcore: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: kscreen: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: kscreenlocker: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: ksudoku: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: ksystemstats: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: ktorrent: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: kwallet-pam: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: kwin: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: layer-shell-qt: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: lcms2: local (2.16-1) is newer than extra (2.15-1)
warning: lib32-curl: local (8.5.0-1) is newer than multilib (8.4.0-2)
warning: lib32-glib2: local (2.78.3-1) is newer than multilib (2.78.1-1)
warning: lib32-libxml2: local (2.12.2-1) is newer than multilib (2.12.1-1)
warning: lib32-systemd: local (255-1) is newer than multilib (254.6-1)
warning: lib32-util-linux: local (2.39.3-1) is newer than multilib (2.39.2-1)
warning: libadwaita: local (1:1.4.2-1) is newer than extra (1:1.4.0-2)
warning: libavif: local (1.0.3-1) is newer than extra (1.0.2-1)
warning: libcurl-gnutls: local (8.5.0-1) is newer than core (8.4.0-2)
warning: libdecor: local (0.2.1-2) is newer than extra (0.2.0-1)
warning: libei: local (1.2.0-1) is newer than extra (1.1.0-1)
warning: libibus: local (1.5.29-2) is newer than extra (1.5.28-4)
warning: libkcompactdisc: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: libkdcraw5: local (23.08.4-1) is newer than extra (23.08.3-3)
warning: libkdegames: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: libkexiv2: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: libkscreen: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: libksysguard: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: libktorrent: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: liblangtag: local (0.6.7-1) is newer than extra (0.6.5-1)
warning: libmediainfo: local (23.11-1) is newer than extra (23.10-1)
warning: libpipewire: local (1:1.0.0-2) is newer than extra (1:1.0.0-1)
warning: libqaccessibilityclient-qt5: local (0.6.0-1) is newer than extra (0.5.0-2)
warning: libreoffice-still: local (7.5.9-1) is newer than extra (7.5.8-1)
warning: libwireplumber: local (0.4.17-1) is newer than extra (0.4.16-1)
warning: lightdm: local (1:1.32.0-5) is newer than extra (1:1.32.0-4)
warning: lightdm-slick-greeter: local (2.0.1-1) is newer than extra (1.8.2-1)
warning: linux: local (6.6.4.arch1-1) is newer than core (6.6.3.arch1-1)
warning: linux-headers: local (6.6.4.arch1-1) is newer than core (6.6.3.arch1-1)
warning: linux-lts: local (6.1.66-1) is newer than core (6.1.63-1)
warning: linux-lts-headers: local (6.1.66-1) is newer than core (6.1.63-1)
warning: mauikit: local (3.0.2-1) is newer than extra (3.0.1-2)
warning: mauikit-accounts: local (3.0.2-1) is newer than extra (3.0.1-1)
warning: mauikit-filebrowsing: local (3.0.2-1) is newer than extra (3.0.1-2)
warning: mauiman: local (3.0.2-1) is newer than extra (3.0.1-1)
warning: mediainfo: local (23.11-1) is newer than extra (23.10-1)
warning: milou: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: mkinitcpio: local (37.1-1) is newer than core (37-1)
warning: mutter: local (45.2-1) is newer than extra (45.1-1)
warning: noto-fonts: local (1:23.12.1-1) is newer than extra (1:23.11.1-1)
warning: npm: local (10.2.5-1) is newer than extra (10.2.4-1)
warning: okular: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: onevpl: local (2023.4.0-1) is newer than extra (2023.3.1-1)
warning: ostree: local (2023.8-1) is newer than extra (2023.7-1)
warning: oxygen-sounds: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: pandoc-cli: local (0.1.1.1-25) is newer than extra (0.1.1.1-15)
warning: parole: local (4.18.1-1) is newer than extra (4.18.0-1)
warning: partitionmanager: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: perl-text-csv: local (2.04-1) is newer than extra (2.03-1)
warning: pipewire: local (1:1.0.0-2) is newer than extra (1:1.0.0-1)
warning: pipewire-alsa: local (1:1.0.0-2) is newer than extra (1:1.0.0-1)
warning: pipewire-audio: local (1:1.0.0-2) is newer than extra (1:1.0.0-1)
warning: pipewire-jack: local (1:1.0.0-2) is newer than extra (1:1.0.0-1)
warning: pipewire-pulse: local (1:1.0.0-2) is newer than extra (1:1.0.0-1)
warning: pkcs11-helper: local (1.30.0-1) is newer than extra (1.29.0-2)
warning: pkgconf: local (2.1.0-2) is newer than core (2.0.3-1)
warning: plasma-desktop: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: plasma-disks: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: plasma-integration: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: plasma-nm: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: plasma-pa: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: plasma-workspace: local (5.27.10-1) is newer than extra (5.27.9.1-3)
warning: polkit-kde-agent: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: poppler: local (23.12.0-1) is newer than extra (23.10.0-1)
warning: poppler-glib: local (23.12.0-1) is newer than extra (23.10.0-1)
warning: poppler-qt5: local (23.12.0-1) is newer than extra (23.10.0-1)
warning: powerdevil: local (5.27.10-1) is newer than extra (5.27.9-2)
warning: print-manager: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: pv: local (1.8.5-1) is newer than extra (1.8.0-1)
warning: python-attrs: local (23.1.0-1) is newer than extra (22.2.0-3)
warning: python-cryptography: local (41.0.7-1) is newer than extra (41.0.5-1)
warning: python-platformdirs: local (4.1.0-1) is newer than extra (4.0.0-1)
warning: python-pyaml: local (23.9.0-1) is newer than extra (23.7.0-1)
warning: python-pygments: local (2.17.2-1) is newer than extra (2.16.1-1)
warning: python-setuptools: local (1:68.2.2-1) is newer than extra (1:68.1.2-1)
warning: python-trove-classifiers: local (2023.11.29-1) is newer than extra (2023.11.22-1)
warning: qt6-5compat: local (6.6.1-1) is newer than extra (6.6.0-1)
warning: qt6-base: local (6.6.1-1) is newer than extra (6.6.0-3)
warning: qt6-charts: local (6.6.1-1) is newer than extra (6.6.0-1)
warning: qt6-declarative: local (6.6.1-1) is newer than extra (6.6.0-1)
warning: qt6-imageformats: local (6.6.1-1) is newer than extra (6.6.0-1)
warning: qt6-multimedia: local (6.6.1-1) is newer than extra (6.6.0-1)
warning: qt6-multimedia-ffmpeg: local (6.6.1-1) is newer than extra (6.6.0-1)
warning: qt6-svg: local (6.6.1-1) is newer than extra (6.6.0-2)
warning: qt6-translations: local (6.6.1-1) is newer than extra (6.6.0-1)
warning: sddm-kcm: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: shotcut: local (23.11.29-1) is newer than extra (23.09.29-2)
warning: signon-kwallet-extension: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: spectacle: local (23.08.4-1) is newer than extra (23.08.3-1)
warning: systemd-sysvcompat: local (255-1) is newer than core (254.6-2)
warning: systemsettings: local (5.27.10-1) is newer than extra (5.27.9-1)
warning: tumbler: local (4.18.2-1) is newer than extra (4.18.1-1)
warning: v4l-utils: local (1.26.0-1) is newer than extra (1.24.1-2)
warning: verdict: local (1.4.2-1) is newer than extra (1.4.1-1)
warning: webkit2gtk: local (2.42.3-1) is newer than extra (2.42.2-1)
warning: webkit2gtk-4.1: local (2.42.3-1) is newer than extra (2.42.2-1)
warning: wireplumber: local (0.4.17-1) is newer than extra (0.4.16-1)
warning: xapian-core: local (1:1.4.24-1) is newer than extra (1:1.4.23-1)
warning: xapp: local (2.8.1-1) is newer than extra (2.8.0-1)
warning: xed: local (3.4.4-1) is newer than extra (3.4.3-1)
warning: xfce4-power-manager: local (4.18.3-1) is newer than extra (4.18.2-1)
warning: xfce4-settings: local (4.18.4-1) is newer than extra (4.18.3-1)
warning: zxing-cpp: local (2.2.0-1) is newer than extra (2.1.0-1)
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing libheif (1.17.5-2) breaks dependency 'libheif=1.16.1' required by lib32-libheif
[root@EndeavourOS /]#

This libheif always shows error for me when i try to upgrade, so i always skip it during upgrade.

Do you have anything in your system depending on it?

pactree -r lib32-libheif

If it only shows lib32-libheif you can remove it.

This is the result

[root@EndeavourOS /]# pactree -r lib32-libheif
lib32-libheif
└─lib32-gd
  └─lib32-libgphoto2
[root@EndeavourOS /]# 

So shall i skip it @pebcak ? this command is correct know

pacman -Syu --ignore lib32-libheif

This seems to be optional for wine-stable. For now, I think you could remove it and if you need it llater on you can always install it.

pacman -Rs lib32-libgphoto32

Hi @pebcak ,
I have removed " lib32-libgphoto32" and ran “pacman -Syu” after that got below error for this command mkinitcpio -P

[root@EndeavourOS /]# pacman -Q | grep -E "mkinitcpio|dracut"
mkinitcpio 37.1-1
mkinitcpio-busybox 1.36.1-1
mkinitcpio-nfs-utils 0.3-8
mkinitcpio-openswap 0.1.0-3
[root@EndeavourOS /]# mkinitcpio -P
==> ERROR: No presets found in /etc/mkinitcpio.d
[root@EndeavourOS /]#

Reinstall your kernel(s).

For LTS: pacman -S linux-lts linux-lts-headers
For mainline: pacman -S linux linux-headers

Install one, the other or both.

1 Like

Thanks @pebcak . It worked.

But before the mess i was trying to downgrade the kernel as my wifi adapter was causing issues.
and when I ran pacman -S linux-lts linux-lts-headers, it was downgrading from 6.1.66 to 6.1.63 and its completed successfully.
Now it kernel installed is 6.1.63-1-lts.

Not sure whether I should upgrade to 6.1.66 now. Anyone else reported wifi adapter issues with 6.1.66 kernel version ? For now I am able to boot to system. I will check the wifi adapter issue later.

Thanks again @pebcak for quick reply and helping to resolve the issue.

1 Like

There has been a quick fix to the regressions introduced into the kernels with new releases so it should be safe to upgrade to the latest versions available now.

And, also I am glad that you have resolved the issue you were experiencing!

:enos: :handshake:t5:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.