Error: file `/boot/vmlinuz-5.10-x86_64' not found

OK, thanks, just wanted to be sure.

Just ran manjaro-chroot -a and selected the first one, and confirmed that it corresponded to the one installed on the first partition that I wanted.

1 Like

I’m getting a dependency error: error: dbus-python and python2-dbus are in conflict. If I don’t remove python2-dbus, I get error: unresolvable package conflicts detected. And if I do opt to remove it, I get error: failed to prepare transaction (could not satisfy dependencies) :: removing python2-dbus breaks dependency python2-dbus required by calise.

This is the full output:

[manjaro /]# pacman-mirrors -f 5 && pacman -Syyu
::INFO Downloading mirrors from repo.manjaro.org
::INFO Using default mirror file
::INFO Querying mirrors - This may take some time
  3.230 Italy          : https://manjaro.mirror.garr.it/manjaro/
  2.476 Chile          : https://mirror1.cl.netactuate.com/manjaro/
  ..... Chile          : http://mirror1.cl.netactuate.com/manjaro/
  ..... Chile          : ftp://mirror1.cl.netactuate.com/manjaro/
  2.623 Iceland        : https://mirrors.opensource.is/manjaro/
  ..... Iceland        : http://mirrors.opensource.is/manjaro/
  ..... Iceland        : ftp://mirrors.opensource.is/manjaro/

::ERROR ftp error: error_perm('550 Failed to change directory.') 'ftp://mirrors.opensource.is/manjaro/'

  ..... Germany        : https://mirror.23media.com/manjaro/
  1.878 Germany        : http://mirror.23media.com/manjaro/
  ..... China          : https://mirrors.tuna.tsinghua.edu.cn/manjaro/
::INFO Writing mirror list
::Germany         : https://mirror.23media.com/manjaro/stable
::Italy           : https://manjaro.mirror.garr.it/manjaro/stable
::Chile           : https://mirror1.cl.netactuate.com/manjaro/stable
::China           : https://mirrors.tuna.tsinghua.edu.cn/manjaro/stable
::INFO Mirror list generated and saved to: /etc/pacman.d/mirrorlist
:: Synchronizing package databases...
 core                                                                                                             165.5 KiB   126 KiB/s 00:01 [#######################################################################################] 100%
 extra                                                                                                           1968.1 KiB   299 KiB/s 00:07 [#######################################################################################] 100%
 community                                                                                                          6.6 MiB   547 KiB/s 00:12 [#######################################################################################] 100%
 multilib                                                                                                         180.5 KiB  1641 KiB/s 00:00 [#######################################################################################] 100%
:: Starting full system upgrade...
warning: kholidays-git: local (1:5.57.0.r795.gd1f6062-1) is newer than community (.r904.g0131570-1)
:: Replace mhwd-nvidia-418xx with core/mhwd-nvidia? [Y/n] 
:: Replace mhwd-nvidia-430xx with core/mhwd-nvidia? [Y/n] 
:: Replace mhwd-nvidia-435xx with core/mhwd-nvidia? [Y/n] 
:: Replace mhwd-nvidia-450xx with core/mhwd-nvidia? [Y/n] 
:: Replace pygobject-devel with extra/python-gobject? [Y/n] 
:: Replace python-dbus with extra/dbus-python? [Y/n] 
:: Replace python-dbus-common with extra/dbus-python? [Y/n] 
:: Replace python-pyqtwebengine with extra/python-pyqt5-webengine? [Y/n] 
:: Replace python-sip with extra/python-sip4? [Y/n] 
warning: python2-gtkspellcheck: local (4.0.5-7) is newer than community (4.0.5-1)
:: Replace xorg-luit with extra/luit? [Y/n] 
resolving dependencies...
looking for conflicting packages...
:: dbus-python and python2-dbus are in conflict. Remove python2-dbus? [y/N] 
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: dbus-python and python2-dbus are in conflict
[manjaro /]# 

then remove that first, update, reinstall it.

//EDIT: also you didn’t update since 6 months?

2 Likes

duh!

Assuming calise isn’t important, not that I use it.

I am fairly sure that I have updated several times in the past 6 months.

There is no package by that name in either the regular Manjaro repositories or the AUR, but the AUR does have a package called pyautobrightness, of which the description reads… :arrow_down:

Pyautobrightness is a very simple “Calise like” program, wrote in python 3, designed to change the screen brightness using the webcam as “light sensor”.

1 Like

It just occurred to me that I may have chrooted into the older partition. It is taking a long time to update, much longer than it normally took. I will soon find out!

The upgrade failed.

I’ll try chrooting into the other partition and doing the same, I’m guessing that’s the more recently used one.

Yes, the second Linux partition is the most recently used one (confirmed using ls and looking at the files).

This is chrooted in the second partition:

[manjaro /]# pacman-mirrors -f 5 && pacman -Syyu
::INFO Downloading mirrors from Manjaro
::INFO => Mirror pool: https://repo.manjaro.org/mirrors.json
::INFO => Mirror status: http://repo.manjaro.org/status.json
::INFO Using default mirror file
::INFO Querying mirrors - This may take some time
  3.025 Belgium        : https://mirror.futureweb.be/manjaro/
  1.698 Belgium        : http://mirror.futureweb.be/manjaro/
  3.298 Costa_Rica     : https://mirrors.ucr.ac.cr/manjaro/
  2.477 Brazil         : https://manjaro.c3sl.ufpr.br/
  3.475 Netherlands    : https://mirror.easylee.nl/manjaro/
  ..... Netherlands    : http://mirror.easylee.nl/manjaro/
  2.296 Germany        : https://mirror.alpix.eu/manjaro/
::INFO Writing mirror list
::Belgium         : https://mirror.futureweb.be/manjaro/stable
::Netherlands     : https://mirror.easylee.nl/manjaro/stable
::Germany         : https://mirror.alpix.eu/manjaro/stable
::Brazil          : https://manjaro.c3sl.ufpr.br/stable
::Costa_Rica      : https://mirrors.ucr.ac.cr/manjaro/stable
::INFO Mirror list generated and saved to: /etc/pacman.d/mirrorlist
:: Synchronizing package databases...
error: failed to update core (unable to lock database)
error: failed to update extra (unable to lock database)
error: failed to update community (unable to lock database)
error: failed to update multilib (unable to lock database)
error: failed to synchronize all databases
[manjaro /]# 

:man_facepalming:

sudo rm /var/lib/pacman/db.lck
sudo pacman -Syu
2 Likes
[manjaro /]# sudo rm /var/db/lock
rm: cannot remove '/var/db/lock': No such file or directory
[manjaro /]# 
1 Like

My mistake ─ I had typed too fast. I’ve corrected it now in my previous post. :wink:

1 Like
sudo rm /var/lib/pacman/db.lck
sudo pacman -Syu

Yeah just did that, found from another thread. Just waiting for the update to finish or output an error…

1 Like

It either way shows that I was correct when I wrote… :arrow_down:

:stuck_out_tongue:

All fixed, now booted into Manjaro! Thanks for your help!

I guess I must have interrupted the update process, although I don’t clearly recall.

1 Like

Now this morning I tried to launch OBS and I got the same error as here:

I ran sudo pacman -S nvidia but they were all up to date. I ran sudo pacman -Syyu and it said that my kernel was old and hadn’t been restarted for a while, please restart.

On rebooting it is stuck on the TUF Gaming screen, when I boot on different kernels: 5.10, 5.4, 4.19. Same thing for initfallback-ramfs with 5.10. On 4.14 I got a flashing underscore and then a black screen. I couldn’t switch to the tty on any of them.

After the first boot into 5.10, I did the same thing as above, launch into the liveusb, and update via chroot. But it says that nothing was needed to do. I still updated grub, exited and rebooted.

Moved this new issue to

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