Hi there, after sudo zypper dup my system doesn’t boot anymore. It can’t find a fstab line about my usb drive.
Even blkid can’t find the drive. But a version earlier, 6.17.8-1 can! No problem. So I boot with that kernel now but how can I solve this problem for the 6.17.9-1 version?
Can you provide more details of the error causing failure to boot i.e. press esc key to see boot messages? A picture of the error? Does boot process completely halt when using kernel 6.17.9-1?
I think you have the fstab line, but the kernel does not detect the drive, hence cannot mount it.
Comment out the line, unplug the drive, reboot into 6.17.9-1 kernel.
In a terminal window run `sudo dmesg -w (keeps it running in follow mode)
Next plug in the USB drive, and tell us what happened.
Look in the terminal to see if there are any new messages from dmesg
Knurpht, after comment out the line in fstab and reboot into 6.17.9-1 i got a black screen. After a while (I guess 1 min 30) i was able to use alt ctrl f1 and see that the blkid still didn’t find the drive. X not starting (maybe already running). And no new entry’s in dmesg. So, I think the kernel is lacking the usb driver?
I find out by compare the both lsmod list that uas.ko is missing in version 6.17.9-1 and the drive is an usb-2 drive… uas.ko.zst is missing in /usr/lib/modules/etc/etc/etc
Can I install from cli this module? How. Can i use the 6.17.8-1 module? How?
@Pitmaster Not really sure. Open a couple of terminals and in one run journalctl -f to follow the log. In the other run udevadm monitor and check the outputs when you plug/unplug the device for possible errors/warnings.