@root42 This is what the AI suggests:
Try adding intel_pch_watchdog=0 to your GRUB_CMDLINE_LINUX_DEFAULT. This can sometimes help with issues related to Intel's PCH (Platform Controller Hub) watchdog timer.
Another option is to add usbcore.autosuspend=-1 to prevent USB devices from autosuspending, which might be interfering with your Thunderbolt SSD.
@root42
You can also try to disable the autosuspend for the Thunderbolt controller by adding a kernel module option. Create a new file /etc/modprobe.d/thunderbolt.conf with the following content:
options thunderbolt autosuspend=0
After making these changes, make sure to update your GRUB configuration by running sudo update-grub (or sudo grub-mkconfig -o /boot/grub/grub.cfg on some systems).