
こんにちは。起動時にキーボードがアクティブになるまでに2〜3分かかるため、起動速度が非常に遅くなります。パーティションのロックを解除するにはパスワードを入力する必要があるためです。カーネルパラメータで起動しましたが、ignore_loglevel
システムはすべてのUSBポートを介してループされ、キーボードが良好なUSBポートに到達したときにのみアクティブになるようです。ループは各ポートに対して長い時間がかかります。
usb 1-3: new high speed USB device number 5 using xhci_hcd
device descriptor read/8, error -110
各ポートは10〜20秒かかり、キーボードが接続されているポートにキーボードが到達したときにのみアクティブになります。この問題を解決する方法を知っていますか?
修正する:
以下は、次の主要行のリストですdmesg
。
[ 2.545550 < 0.515279>] clocksource: Switched to clocksource tsc
[ 11.442200 < 8.896650>] usb 1-3: device descriptor read/all, error -110
[ 11.609957 < 0.167757>] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[ 21.725142 < 10.115185>] usb 1-3: device descriptor read/all, error -110
[ 21.892918 < 0.167776>] usb 1-3: new high-speed USB device number 4 using xhci_hcd
[ 26.902612 < 5.009694>] usb 1-3: device descriptor read/8, error -110
[ 32.016120 < 5.113508>] usb 1-3: device descriptor read/8, error -110
[ 32.231808 < 0.215688>] usb 1-3: new high-speed USB device number 5 using xhci_hcd
[ 37.241509 < 5.009701>] usb 1-3: device descriptor read/8, error -110
[ 42.355008 < 5.113499>] usb 1-3: device descriptor read/8, error -110
...
[ 44.168565 < 0.009941>] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[ 299.444985 < 255.276420>] mce: [Hardware Error]: Machine check events logged
[ 2306.154859 < 2006.709874>] random: nonblocking pool is initialized
[ 2398.435936 < 92.281077>] NET: Registered protocol family 38
[ 2422.401403 < 23.965467>] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)