User Tools

Site Tools


encryption:luks-partition

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
encryption:luks-partition [2021/11/10 00:12] chuckencryption:luks-partition [2021/11/10 00:17] (current) chuck
Line 1: Line 1:
-======LUKS======+======LUKS Encrypted Partition======
  
 ---- ----
  
-=====LUKS Encrypted Partition/Drive===== +=====Change LUKS Partition Password=====
-====Change LUKS Partition Password====+
   * Find the drive with the luks headers:<code bash>   * Find the drive with the luks headers:<code bash>
 cat /etc/crypttab cat /etc/crypttab
Line 30: Line 29:
 ---- ----
  
-====Unlock LUKS Partition from GRUB====+=====Unlock LUKS Partition from GRUB=====
   * Insert luks module:<code bash>   * Insert luks module:<code bash>
 grub rescue> insmod luks grub rescue> insmod luks
Line 40: Line 39:
 grub rescue> cryptomount (hd0,gpt2) grub rescue> cryptomount (hd0,gpt2)
 </code> </code>
-    * To use uuid instead, use the ''%%-u%%'' option+    * To use uuid instead, use the ''%%-u%%'' option:<code bash> 
 +grub rescue> cryptomount -u 8f5fc81c-41bb-11ec-81d3-0242ac130003 
 +</code>
   * Enter passphrase:<code bash>   * Enter passphrase:<code bash>
 Attempting to decrypt master key... Attempting to decrypt master key...
Line 57: Line 58:
 grub rescue> normal grub rescue> normal
 </code> </code>
-  * https://www.gnu.org/software/grub/manual/grub/html_node/Commands.html#Commands 
-  * https://www.gnu.org/software/grub/manual/grub/html_node/GRUB-only-offers-a-rescue-shell.html#GRUB-only-offers-a-rescue-shell 
  
 ---- ----
 +
 +=====Links=====
 +  * https://www.gnu.org/software/grub/manual/grub/html_node/Commands.html#Commands
 +  * https://www.gnu.org/software/grub/manual/grub/html_node/GRUB-only-offers-a-rescue-shell.html#GRUB-only-offers-a-rescue-shell
encryption/luks-partition.1636503136.txt.gz · Last modified: by chuck