User Tools

Site Tools


installs:raspi:argon-oneup:home-setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
installs:raspi:argon-oneup:home-setup [2026/03/01 19:14] – [SSD Cleaning and Encryption] elraphikinstalls:raspi:argon-oneup:home-setup [2026/03/01 20:42] (current) – change info size elraphik
Line 53: Line 53:
  
 sudo nano /etc/crypttab sudo nano /etc/crypttab
-# Add crypt_home UUID=YOUR-UUID none luks+# Add crypt_home UUID=YOUR-UUID none luks,initramfs
  
 # Now configure your fstab # Now configure your fstab
 sudo blkid $VOLUME sudo blkid $VOLUME
 sudo nano /etc/fstab sudo nano /etc/fstab
-# Add UUID=CRYPTHOME-UUID /home  ext4  defaults,noatime  0  2+# Add /dev/mapper/crypt_home /home  ext4  defaults,noatime  0  2
 </code> </code>
 +
 +<WRAP center round info 100%>
 +If you pay attention here, you'll notice the "initramfs" option in the crypttab.\\
 +I noticed that when booting, the prompt for the decryption passphrase does not appear if the disk decryption does not happen during the initramfs boot phase. If not present, it'll try to decypher during the systemd phase, in which you cannot interact with the prompt, so it will timeout and fail pretty hard.
 +</WRAP>
 +
  
 Okay now it's almost all set, just need to move some folders around : Okay now it's almost all set, just need to move some folders around :
installs/raspi/argon-oneup/home-setup.1772392455.txt.gz · Last modified: 2026/03/01 19:14 by elraphik