在靴子上我看到:
:: running hook [encrypt]
A password is required to access the volume:
Command requires device and mapped name as arguments
Command requires device and mapped name as arguments
Command requires device and mapped name as arguments最后的消息每秒钟重复一次。
我没有机会输入密码。
我在管理Manjaro,以Arch为基础。
我做错了什么?
发布于 2017-02-02 04:01:14
您可能忘了在内核命令行参数中包含所需的加密设备映射名称。
我有:
cryptdevice=/dev/sdaX
但是,第二个冒号分隔字段是强制性的,例如:
cryptdevice=/dev/sdaX:root
如果您正在使用SSD,并且已经理解了含意,那么您可能需要使用以下方法来提高性能:
cryptdevice=/dev/sdaX:root:allow-discards
https://unix.stackexchange.com/questions/341910
复制相似问题