luks usb crypttab ubuntu 18.04

Ran into slow boot on ubuntu 18.04 with local keys for usb drives with luks

the magic to avoid slow boot if usb is missing is to add the noauto option in /etc/crypttab

e.g. crypt tab entry

foo UUID=bar /root/.bletch luks,noauto

Leave a Reply