Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:hibernate [2016/11/09 23:34] – created lamboringo | linux:hibernate [2016/11/10 00:07] (current) – lamboringo | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| - step 1: identify the swap partition | - step 1: identify the swap partition | ||
| - | < | + | |
| + | < | ||
| blkid | blkid | ||
| </ | </ | ||
| Line 12: | Line 13: | ||
| - step 2: add it to default grub config | - step 2: add it to default grub config | ||
| - | - step 3: try it | + | add it to ''/ |
| + | |||
| + | < | ||
| + | | ||
| + | </ | ||
| + | |||
| + | for me it worked better with ''/ | ||
| + | |||
| + | < | ||
| + | | ||
| + | </ | ||
| + | |||
| + | - step 3: remake/ | ||
| + | |||
| + | < | ||
| + | grub2-mkconfig -o / | ||
| + | </ | ||
| + | |||
| + | - step 4: try it | ||