This commit is contained in:
Bandie 2018-03-22 14:48:38 +01:00
parent d75a0ffb0c
commit 3118c632fe
Signed by: Bandie
GPG Key ID: C1E133BC65A822DD
1 changed files with 6 additions and 0 deletions

View File

@ -98,6 +98,12 @@ You might be interested in the exit codes of `grub2-verify` to use it in your mo
## Troubleshooting
### I receive an error gpg: signing failed: Permission denied
Make sure that the tty you are in belongs to you (root). To do so:
`chown root:root $(tty)`
### I forgot to run grub2-unsign before I made changes. What now?
Run `grub2-verify` to see, which signature is bad. Remove the signature and run `grub2-unsign`, after this `grub2-sign`.