有人能解释一下这个错误意味着什么吗?我怎么能解决它呢?
update-initramfs: Generating /boot/initrd.img-4.15.0-47-generic
cryptsetup: WARNING: failed to detect canonical device of /dev/nvme0n1p3
cryptsetup: WARNING: could not determine root device from /etc/fstab
W: Possible missing firmware /lib/firmware/ast_dp501_fw.bin for module ast
I: The initramfs will attempt to resume from /dev/nvme0n1p4
I: (UUID=868cf117-ffc8-40ae-a29e-128a42a8c1a1)
I: Set the RESUME variable to override this.提前感谢
发布于 2019-04-15 13:42:31
简单的解释是没有错误报告:3条警告,3条信息行。
加密设置,发出两个警告:如果您没有使用加密的卷、容器或交换,可以从您的系统中删除这一点:更新过程中密码设置的问题
"W:可能丢失的固件/lib/固件/ast_ be 501_fw.bin“很烦人,但可以安全地忽略:https://serverfault.com/questions/755194/ubuntu-15-10-server-w-possible-missing-firmware-lib-firmware-ast-dp501-fw-bin
“我.”线路是有信息的-
https://askubuntu.com/questions/1134079
复制相似问题