Hello, I’ve switched recently to Arch and installed EOS two days ago, but unfortunately I had a problem today when booting, stating “A start job is running for dracut-initqueue-hook”, the boot slows down because it waits for “dracut-initqueue-hook” to do what it needs to do and so my boot takes like 2+ minutes more than it should. Any help?
I’m having the same issue. Running systemd-analyze blame showed it took more than a minute to finish running dracut-initqueue:
1min 5.754s dracut-initqueue.service
running dmesg showed:
[ 6.794576] usb 1-11: new high-speed USB device number 16 using xhci_hcd
[ 12.033614] usb 1-11: device descriptor read/64, error -110
[ 27.905658] usb 1-11: device descriptor read/64, error -110
[ 28.195602] usb 1-11: new high-speed USB device number 17 using xhci_hcd
[ 33.537625] usb 1-11: device descriptor read/64, error -110
[ 49.410759] usb 1-11: device descriptor read/64, error -110
[ 49.526383] usb usb1-port11: attempt power cycle
[ 49.967683] usb 1-11: new high-speed USB device number 18 using xhci_hcd
[ 54.767898] usb 1-11: Device not responding to setup address.
[ 59.780791] usb 1-11: Device not responding to setup address.
[ 59.996528] usb 1-11: device not accepting address 18, error -71
[ 60.179568] usb 1-11: new high-speed USB device number 19 using xhci_hcd
[ 64.979778] usb 1-11: Device not responding to setup address.
[ 69.996763] usb 1-11: Device not responding to setup address.
[ 70.212569] usb 1-11: device not accepting address 19, error -71
[ 70.222300] usb usb1-port11: unable to enumerate USB device
Same result here for systemd-analyze blame, which shows:
1min 3.536s dracut-initqueue.service
And same result also for dmesg, which shows:
[ 6.827386] usb 1-10: device descriptor read/64, error -110
[ 22.699498] usb 1-10: device descriptor read/64, error -110
[ 22.915358] usb 1-10: new high-speed USB device number 5 using xhci_hcd
[ 28.331473] usb 1-10: device descriptor read/64, error -110
[ 44.203434] usb 1-10: device descriptor read/64, error -110
[ 44.307532] usb usb1-port10: attempt power cycle
[ 44.686331] usb 1-10: new high-speed USB device number 6 using xhci_hcd
[ 49.723456] xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command
[ 55.355458] xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command
[ 55.563342] usb 1-10: device not accepting address 6, error -62
[ 55.675363] usb 1-10: new high-speed USB device number 7 using xhci_hcd
[ 60.987391] xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command
[ 66.619473] xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command
[ 66.827349] usb 1-10: device not accepting address 7, error -62
[ 66.827542] usb usb1-port10: unable to enumerate USB device
I unplugged everything, hoping I could identify “bad” USB devices, but surprisingly, I had the same error. This might be related to USB controllers themselves or the motherboard; I have no clue.