Coreelec not booting after Nokia 8010 SW v14.8.4576

Yesterday I’ve upgraded the software via update on the Nokia 8010 without knowing the consequences.

Right now I can’t boot into coreelec anymore, using the reset method and frist time boot with the coreelec reboot app results in the same error.

Also the developer settings is not opening up anymore.

Do I really need to do a factory reset to get coreelec working again just because usb debugging might be turned off or is it something else? Maybe I need to use a different coreelec file?

I’m using the internal storage for data too if that has to so with anything.

Any helpful advice is very appreciated, I was very happy how it was configured before set it up and don’t wanna change or reconfigure too much.

That message is coming from CE. Have you already tried flashing a second USB stick with the latest CE-NG or CE-NO nightly?

ATV14 changed the data partition name to userdata, but CE fixed that problem over 6months ago.

1 Like

In file /flash/config.ini on your USB stick you need to change in coreelec line /dev/data to /dev/userdata.

3 Likes

@vpeter

I’m now getting this error message (using first boot method):

Error in mount _storage: mount_common: Could not mount /dev/userdata

I did not flash anything, I’m not even sure what the main cause of the issue is and I want to avoid losing my settings and data if possible.

I think I was on 21.2-Omega (Stable).

If I need to I could switch but I haven’t done it before and don’t know if I loose my settings and data from before.

Hi can CE on ATV14 be hybrid emmc, if yes where is the instructions please?

This is only thing that could work: Homatics Box R 4K Plus - #3119 by vpeter

But it depends on a device. With Homatics it works. I can only assume that should also work for Nokia.

I can look on device if tmate sharing is enabled.

A post was merged into an existing topic: SoC S5 S928X

mkdir -p /media/data

mount /dev/data /media/data
# or for Android 14
mount /dev/userdata /media/data

If this works then the whole procedure should work too.

1 Like

Is there anything else I can do now?

There has to be something to get it working again.

Without giving some more information you are on your own.

Does above mount command works when booting from fresh USB stick?

1 Like

It worked with a new flash, I’ve added in the config

mkdir -p /media/data
mount /dev/userdata /media/data

and everything is just as before.

The only thing that does not seem to work is the Dolby visionn kernel module is not compatible but that might be because I tried it with Coreelec v22.0

Edit:

After a reboot the screen turned greenish (my guess something with the dolby vision) and updating library does not work as it should, it quickly stops. None of the screen settings fix it and dolby vision notification always appears when startinf kodi.

Accessing the video files works though but scan to library does not work, in media sources my external hdd does not show ip but it seems to be working eycept for scan to libary…

Use correct dovi.ko like written 1000 and 1 times.

Shouldn’t it be the file from here?

Dune HD Premier 4K Pro / Nokia 8010 (s905x4-k)/ dovi.ko file?

I left it right in the root next to the other files like before.

Above there ther is a notice that it works with CE-NG 20.5+/21+ on any DV licensed devices but nothing about v22.

I tried v21 again but that does not work: Error in mount _storage: mount_common: Could not mount /dev/userdata still appears, I will flash v22 again and try to fix both issues now.

Edit 2:

I switched to v22 and as before the green issue did not appear with the first boot (videos look fine too) and probably turn green after a reboot.

This is the whole message:

I stumbled upon the correct dovi file for v22 way hidden in the thread, would’ve saved me a lot time if it was added to the top post…

Anyway I also manged to fix the sources not updating, I had to manually change thr content type to none and change it back and let everything to clean up and rebuils the database and it works now.

Hopefully this helps anyone in the future.

1 Like

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