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 17:09] – changed partition and volume blkid 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 :
Line 77: Line 83:
  
 # Regen initramfs # Regen initramfs
-sudo update-initramfs --k all+sudo update-initramfs --k all
  
 # Now reboot # Now reboot
installs/raspi/argon-oneup/home-setup.1772384968.txt.gz · Last modified: 2026/03/01 17:09 by elraphik