Update stop at 92% “armv7-bluez-osmc armhf”

Hi everyone,

I have a problem with the update from osmc Kodi 18 to Kodi 19 / RPi 3B +

The update stops, the bar stops at 92% “armv7-bluez-osmc armhf”

Here are the logs that can be used

https://paste.osmc.tv/huvasoxuxo

This message appears several times

How kill BT ?

You have not uploaded full logs but I suspect you are updating from an unsupported version of OSMC.

Sam

What happens if you just try to install it standalone?
sudo apt install armv7-bluezalsa-osmc

I was able to remove the bluetooth and the maj it is continued, however at each start, I have error message

What should I do ?

Why did you removed it? What happened when you did the install command I gave?

Provide full logs grab-logs -A that may give us some ideas.

I haven’t done it yet, I’m doing it now…

Same error !!!

https://paste.osmc.tv/oderivuleh

I stopped the process to continue the installation

Hi,

nobody ? :frowning:

Whats happen if you do apt install -f armv7-bluez-osmc or just apt install -f

Hi, just this:

E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?

Hi,

Those commands should have been run with sudo.

Regards Tom.

My bad, as @Tom_Doyle wrote you need to run them with sudo:
sudo apt install -f armv7-bluez-osmc
sudo apt install -f

1 Like

Hi, sorry for the wait, thanks but it doesn’t work.
I still have the “failed” message in the upper left corner

https://paste.osmc.tv/nosufuzeno

What do you mean by this?
What do you see on the terminal when you execute this command? Please copy/paste the terminal output here and use the </> button above to format it.

Here terminal:

11

and I always get this message at startup

Your system seems a mess and you have put system commands in the /boot/config.txt.

You have also disabled Bluetooth:

[pi4]
dtoverlay=rpivid-v4l2
arm_64bit=1
kernel=kernel.img

[all]
dtoverlay=vc4-kms-v3d,cma-512
disable_overscan=1
start_x=1
disable_splash=1
disable_fw_kms_setup=1
hdmi_ignore_cec_init=1
include config-user.txt

# Turn off Power LED
dtparam=pwr_led_trigger=default-on
dtparam=pwr_led_activelow=off
# Turn off Activity LED
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off
# Turn off Ethernet ACT LED
dtparam=eth_led0=14
# Turn off Ethernet LNK LED
dtparam=eth_led1=14
# Disable Bluetooth
dtoverlay=pi3-disable-bt
sudo systemctl disable hciuart.service
sudo systemctl disable bluealsa.service
sudo systemctl disable bluetooth.service

Have you verified if the issue occurs on a fresh installation?

You should always make changes to config-user.txt directly instead of config.txt as changes to config.txt can and will be overwritten regularly.

Sam

Hi,

Yes I modified the config.txt file

How can I do it, do I have to do it again via the terminal ?

To clarify: the issue persists on a new installation?

no