You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -274,6 +274,10 @@ After that, the daemon should be restarted with:
274
274
sudo rc-service grub-btrfsd restart
275
275
```
276
276
277
+
##### 🔒 Snapshots on LUKS encrypted devices
278
+
By default, grub-btrfs generates entries that does not load modules for dealing with encrypted devices.
279
+
Enable the `GRUB_BTRFS_ENABLE_CRYPTODISK` variable in `/etc/default/grub-btrfs/config` to load said modules and then execute the steps to mount encrypted root after selecting the snapshot.
280
+
277
281
- - -
278
282
### Troubleshooting
279
283
If you experience problems with grub-btrfs don't hesitate [to file an issue](https://github.com/Antynea/grub-btrfs/issues/new/choose).
0 commit comments