Automatically unlock your LUKS-encrypted disk (2024)

Want to do away with the disk encryption passphrase altogether? This guide will show you how to disable it for your instance.

This is useful if:

  • You want 100% unattended reboots.
  • You're taking the Dradis VM in your laptop and don't want to type the password every time.

Warning: following this guide will render disk encryption useless. You will be storing your encryption key, plain-text, in the unencrypted part of the disk!

1. Back up your initramfs disk

Run the following commands in the Dradis console as root:

# cp /boot/initrd.img-X.Y.Z-N-amd64 /boot/initrd.img-X.Y.Z-N-amd64.safe

Make sure to change X.Y.Z-N to match the actual file in your instance. A valid command example:

# cp /boot/initrd.img-4.19.0-13-amd64 /boot/initrd.img-4.19.0-13-amd64.safe

Optionally add a new entry in the boot menu to fall back to the safe initramfs disk:

# vi /boot/grub/grub.cfg

Edit /boot/grub/grub.cfg to add the following:

### BEGIN /etc/grub.d/10_linux ####...menuentry 'Debian GNU/Linux, with Linux 4.19.0-13-amd64 (crypto safe)' --class debian --class gnu-linux --class gnu --class os { load_video insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos1' search --no-floppy --fs-uuid --set=root 2a5e9b7f-2128-4a50-83b6-d1c285410145 echo 'Loading Linux 4.19.0-13-amd64 ...' linux /vmlinuz-4.19.0-13-amd64 root=/dev/mapper/dradispro-root ro quiet echo 'Loading initial ramdisk ...' initrd /initrd.img-4.19.0-13-amd64.safe}# ...### END /etc/grub.d/10_linux ###

NOTE: Make sure the existing values in that file match the new contents added now:

Automatically unlock your LUKS-encrypted disk (1)


2. Create the key file in the unencrypted /boot partition

# dd if=/dev/urandom of=/boot/keyfile bs=1024 count=4

3. Set permissions

# chmod 0400 /boot/keyfile

4. Add the new file as unlock key to the encrypted volume

# cryptsetup -v luksAddKey /dev/sda5 /boot/keyfileEnter any passphrase:

Enter your old/existing passphrase here. Expected output:

Key slot 0 unlocked.Command successful.

Note:The device names may vary depending on the hypervisor: XenServer would assign "xvda", Proxmox would assign "vda", while VMware would stick to "sda".

5. Find the UUID of /dev/sda1

# ls -l /dev/disk/by-uuid/

6. Edit /etc/crypttab

Edit the contents of file /etc/crypttab (use the UUID of /dev/sda1 from the previous step)

# vi /etc/crypttab

This contents should be:

sda5_crypt UUID=9b7200b5-0e0a-447a-93a8-7eb8f1f4a1ee none luks

(The UUID may be different)

The changes we'll be making:

  • Replace the 3rd parameter &hyphen; none &hyphen; with /dev/disk/by-uuid/<uuid>:/keyfile with the UUID for sda1

  • Replace the 4th parameter &hyphen; luks&hyphen; with luks,keyscript=/lib/cryptsetup/scripts/passdev

The final result:

sda5_crypt UUID=9b7200b5-0e0a-447a-93a8-7eb8f1f4a1ee /dev/disk/by-uuid/2a5e9b7f-2128-4a50-83b6-d1c285410145:/keyfile luks,keyscript=/lib/cryptsetup/scripts/passdev

In this case the UUID for our /dev/sda1 UUID was 2a5e9b7f....

If you run into any issues with file permissions, run:

# chmod 0777 /etc/crypttab

After editing, run the following to reset the permissions:

# chmod 0440 /etc/crypttab

7. Generate a new initramfs disk

# mkinitramfs -o /boot/initrd.img-4.19.0-13-amd64 \ 4.19.0-13-amd64

(Make sure 4.19.0-13 is your version, as on step 1)


8. Cross your fingers and reboot

# reboot

Congratulations: You have effectively short-circuited the security of the encrypted drive. Be careful now!

Automatically unlock your LUKS-encrypted disk (2024)
Top Articles
UCC fixture filings: Defining fixtures and how to file
How to Make Expensive Purchases: Spending Money on Yourself
I Make $36,000 a Year, How Much House Can I Afford | SoFi
Regal Amc Near Me
Fredatmcd.read.inkling.com
Steamy Afternoon With Handsome Fernando
Dee Dee Blanchard Crime Scene Photos
Seething Storm 5E
Holly Ranch Aussie Farm
Optum Medicare Support
Ecers-3 Cheat Sheet Free
Top Golf 3000 Clubs
Was sind ACH-Routingnummern? | Stripe
Bros Movie Wiki
Nier Automata Chapter Select Unlock
Builders Best Do It Center
Craigslist Alabama Montgomery
Dump Trucks in Netherlands for sale - used and new - TrucksNL
180 Best Persuasive Essay Topics Ideas For Students in 2024
Vanessa West Tripod Jeffrey Dahmer
Mikayla Campinos Laek: The Rising Star Of Social Media
Tinker Repo
Aldi Bruce B Downs
Icivics The Electoral Process Answer Key
Georgia Cash 3 Midday-Lottery Results & Winning Numbers
Wemod Vampire Survivors
Pirates Of The Caribbean 1 123Movies
Danielle Ranslow Obituary
Shoe Station Store Locator
55Th And Kedzie Elite Staffing
Cvs Sport Physicals
Miles City Montana Craigslist
La Qua Brothers Funeral Home
Syracuse Jr High Home Page
Emiri's Adventures
Mgm Virtual Roster Login
Great Clips On Alameda
Bridger Park Community Garden
Western Gold Gateway
Laurin Funeral Home | Buried In Work
Anguilla Forum Tripadvisor
Carroll White Remc Outage Map
Lacy Soto Mechanic
Lyndie Irons And Pat Tenore
Expendables 4 Showtimes Near Malco Tupelo Commons Cinema Grill
'The Nun II' Ending Explained: Does the Immortal Valak Die This Time?
Sacramentocraiglist
Craigs List Sarasota
Lagrone Funeral Chapel & Crematory Obituaries
Latest Posts
Article information

Author: Nathanael Baumbach

Last Updated:

Views: 6026

Rating: 4.4 / 5 (55 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Nathanael Baumbach

Birthday: 1998-12-02

Address: Apt. 829 751 Glover View, West Orlando, IN 22436

Phone: +901025288581

Job: Internal IT Coordinator

Hobby: Gunsmithing, Motor sports, Flying, Skiing, Hooping, Lego building, Ice skating

Introduction: My name is Nathanael Baumbach, I am a fantastic, nice, victorious, brave, healthy, cute, glorious person who loves writing and wants to share my knowledge and understanding with you.