Brett T. Warden
Brett T. Warden
The root of the problems you're experiencing is that your `/boot` is full, and we don't handle that cleanly. You've identified an important issue that masking an initrd doesn't remove...
I'm wondering if this is related: https://www.reddit.com/r/Fedora/comments/1hipnnh/usbc_dock_stopped_working_with_612_kernel_update/
No new insights yet. Looks like you have these two devices, right? * https://www.cablematters.com/pc-1626-133-11-in-1-thunderbolt-5-dock-with-thunderbolt-share.aspx * https://www.caldigit.com/thunderbolt-4-element-hub/
Relevant info from log.txt: ``` Dec 21 16:48:57 hostname tbtacl[742]: 740: args: change /devices/pci0000:00/0000:00:0d.3/domain0/0-0 Dec 21 16:48:57 hostname tbtacl[756]: 740: no childs found Dec 21 16:48:57 hostname (udev-worker)[472]: 0-0: Process...
Relevant info from dumpTB4.txt: ``` Dec 23 14:37:07 hostname tbtacl[682]: 680: args: change /devices/pci0000:00/0000:00:0d.3/domain0/0-0 Dec 23 14:37:07 hostname tbtacl[700]: 680: no childs found Dec 23 14:37:07 hostname dbus-daemon[509]: [system] Activating...
Have you tried anything with security levels (`/sys/bus/thunderbolt/devices/*/security`)? https://docs.kernel.org/admin-guide/thunderbolt.html
OK, with security set to `user`, can you try this process to explicitly authorized the connected devices? https://docs.kernel.org/admin-guide/thunderbolt.html#authorizing-devices-when-security-level-is-user-or-secure Specifically `echo 1 > /sys/bus/thunderbolt/devices//authorized` for each device address.
> Should I do that for the `0-0:3.1` device as well? I'm shooting in the dark (never used Thunderbolt myself and don't have hardware) but it's worth a shot. Trying...
Can you give us more detail on the platform you're installing on and the steps you're taking? If it's an esoteric hardware situation like in #3141 (hardware serial port issues),...
`clr-boot-manager` creates the UEFI boot entries by calling underlying APIs (not `bootctl`). Unfortunately, it's probably a quirk in HP's BIOS for those systems that it doesn't work as expected --...