启动:为什么要等待可移动 SCSI 磁盘?

启动:为什么要等待可移动 SCSI 磁盘?

我已经关闭了静音和启动功能,以查看为什么我的新 SSD 的启动时间如此之长。

我在 3.xx 秒时看到以下内容:

sd 4:0:0:0: Attached scsi generic sg2 type 0
sd 4:0:0:0: [sdb] Attached SCSI removable disk

然后它停留在那里 30 秒,然后在 33.xx 秒时:

Begin: Waiting for suspend/resume device ... Begin: Running /scripts/...
random: fast init done

我只有一个磁盘(而且只能用螺丝刀拆卸),我想它可能正在等待 SD 卡读卡器中的卡?

以下是 dmesg 的摘录:

[    3.172236] sd 4:0:0:0: Attached scsi generic sg2 type 0
[    3.177895] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[   33.999093] random: fast init done

并且我在屏幕截图中注意到了更多内容(而不是在 dmesg 输出中): 启动画面的照片

答案1

屏幕截图中的警告似乎是罪魁祸首:

WARNING: Failed to connect to lvmetad. Falling back to device scanning.

这是一个已知问题,如 18.04 版中的这个错误所述: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1768230

相关内容