encryption:luks-partition
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| encryption:luks-partition [2021/11/10 00:12] – chuck | encryption:luks-partition [2021/11/10 00:17] (current) – chuck | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======LUKS====== | + | ======LUKS |
| ---- | ---- | ||
| - | =====LUKS Encrypted Partition/ | + | =====Change LUKS Partition Password===== |
| - | ====Change LUKS Partition Password==== | + | |
| * Find the drive with the luks headers:< | * Find the drive with the luks headers:< | ||
| cat / | cat / | ||
| Line 30: | Line 29: | ||
| ---- | ---- | ||
| - | ====Unlock LUKS Partition from GRUB==== | + | =====Unlock LUKS Partition from GRUB===== |
| * Insert luks module:< | * Insert luks module:< | ||
| grub rescue> insmod luks | grub rescue> insmod luks | ||
| Line 40: | Line 39: | ||
| grub rescue> cryptomount (hd0,gpt2) | grub rescue> cryptomount (hd0,gpt2) | ||
| </ | </ | ||
| - | * To use uuid instead, use the '' | + | * To use uuid instead, use the '' |
| + | grub rescue> cryptomount -u 8f5fc81c-41bb-11ec-81d3-0242ac130003 | ||
| + | </ | ||
| * Enter passphrase:< | * Enter passphrase:< | ||
| Attempting to decrypt master key... | Attempting to decrypt master key... | ||
| Line 57: | Line 58: | ||
| grub rescue> normal | grub rescue> normal | ||
| </ | </ | ||
| - | * https:// | ||
| - | * https:// | ||
| ---- | ---- | ||
| + | |||
| + | =====Links===== | ||
| + | * https:// | ||
| + | * https:// | ||
encryption/luks-partition.1636503136.txt.gz · Last modified: by chuck
