oiram15

joined 2 years ago
 

I have enabled TMDb Box Sets Plugin and it creates collections automatically well. But the problem is that artwork isn't downloaded. When I go to a given collection -> Edit images -> Search, no image is found.

Movies artwork is working perfectly, I can also go to edit images and search and get more results.

Do you have any idea what the problem is?

[โ€“] oiram15@lemmy.sdf.org 1 points 2 years ago

The problem is already solved (At least I found the bug and a temporary solution) At the beginning of the post there is a link to the bug report.

[โ€“] oiram15@lemmy.sdf.org 3 points 2 years ago

I lost 3 days of my life + now I need reinstall everything ๐Ÿฅฒ

[โ€“] oiram15@lemmy.sdf.org 1 points 2 years ago

This didn't help :/

[โ€“] oiram15@lemmy.sdf.org 0 points 2 years ago (2 children)

Could you please take a look at the comments from abrer and Illecors, I have shares a lot of info there.

[โ€“] oiram15@lemmy.sdf.org 4 points 2 years ago (1 children)

No, I have never used encryption

[โ€“] oiram15@lemmy.sdf.org 1 points 2 years ago* (last edited 2 years ago)

I have already wiped everything, so no logs... The only way to have it booting is to install EndeavourOS using the offline installer, which is using kernel 6.4.8. There is an option to install the LTS kernel alongside. So the system is booting with 6.4.8, but after updating, neither the new 6.4.12, or the LTS, which is 6.2, doesn't boot. I haven't tried booting with the LTS kernel before updating, to see if the same kernel is working before and after or not. I will try to reinstall it using the offline installer and then try to gather some logs after updating.

95
submitted 2 years ago* (last edited 2 years ago) by oiram15@lemmy.sdf.org to c/linux@lemmy.ml
 

SOLUTION BELOW

The actual bug


I have never been in a more confusing situation regarding Linux.

I have a Dell XPS 15 9560, which had a dual boot Windows 10 / EndeavourOS setup. It was running fine for months. 10 days ago I updated Linux and after restart it couldn't boot anymore. It got stuck at "A start job is running for /dev/disk/by-uuid/..." (which is the root partition).

First, with the help of a friend of mine who is quite knowledgeable about Linux (he runs vanilla Arch, etc), we spent 5 hours trying to fix it but had no luck.

Then I decided to back up everything and do a fresh install. Aaaand the same error happened again on the first boot. Then I though "ok, probably some problem with Arch, lets try Fedora". Nope. Some similar error about not finding the root partition. (Here I must say that the kernel which was shipped with the ISO was working fine, but after updating to the latest one, it failed.) Here I thought "ok, then it might be a problem with the latest kernel, let's install EndeavourOS with the LTS kernel." Nope, LTS kernel also didn't boot. Then I tried Ubuntu and it worked, but that's not solving the problem. Then I decided to put another nvme drive in the laptop and try there. The same error again.

Now the greatest part: If I put the nvme drive into an external usb case, EndeavourOS installs, updates, boots without any problem, no sign of the error.

So now I don't know how to proceed... Maybe there is something wrong with the pcie port in my laptop, but except for the booting problem, windows is working, I can also mount and access every partition in the ssd through a live usb. So no other signs of problem with the port whatsoever.

I would be grateful for any advice as I've lost several days trying to solve this and I am out of ideas...


Solution: The last working kernels are from 11. August 2023 (both linux and linux-lts) linux-6.4.10.arch1-1 and linux-lts-6.1.45-1. You can download them from here: linux / linux-lts and install them with

sudo pacman -U the_path_to_the_package

Thank you all for the help!