installs:raspi:argon-oneup:home-setup
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| installs:raspi:argon-oneup:home-setup [2026/03/01 17:03] – changed device to part elraphik | installs:raspi:argon-oneup:home-setup [2026/03/01 20:42] (current) – change info size elraphik | ||
|---|---|---|---|
| Line 49: | Line 49: | ||
| <code bash> | <code bash> | ||
| # Retrieve UUID of the partition | # Retrieve UUID of the partition | ||
| - | sudo blkid / | + | sudo blkid $PART |
| # Should return / | # Should return / | ||
| sudo nano / | sudo nano / | ||
| - | # 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 / | + | sudo blkid $VOLUME |
| sudo nano /etc/fstab | sudo nano /etc/fstab | ||
| - | # Add UUID=CRYPTHOME-UUID | + | # Add / |
| </ | </ | ||
| + | |||
| + | <WRAP center round info 100%> | ||
| + | If you pay attention here, you'll notice the " | ||
| + | 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. | ||
| + | </ | ||
| + | |||
| 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 -u -k all | + | sudo update-initramfs -c -k all |
| # Now reboot | # Now reboot | ||
installs/raspi/argon-oneup/home-setup.1772384585.txt.gz · Last modified: 2026/03/01 17:03 by elraphik
