Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [Solved] udev removes usb root device making system unbootable (Read 259 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[Solved] udev removes usb root device making system unbootable

Hi all!
After recent update one of my SBCs became unbootable due to strange udev behavior. This SBC uses /dev/sda1 as / which itself is an USB HDD. When udevadm trigger is run, USB hub disconnects thus removing /dev/sda entirely and is afterwards added again with /dev/sdb for the same disk. Can anyone explain why does this happen and how to fix it? I tried with both mainline and lts kernels, also tried to downgrade udev. Dmesg from this case: https://paste.artixlinux.org/f750d748
ARMtix

 

Re: udev removes usb root device making system unbootable

Reply #1
The solution appeared to be adding onboard_usb_hub module to initramfs
ARMtix