Для usb иногда бывает нужна пауза:
/etc/initramfs-tools/scripts/local-top/
modprobe -q dm_crypt ## After this line add the following.
# Add delay
echo "Sleeping for 5 seconds to allow USB detection."
sleep 5
echo "Awake, attempting to mount encrypted partitions."
--
Sincerely,
Nicholas
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

