aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSebastian 'Swift Geek' Grzywna <swiftgeek@gmail.com>2018-06-24 08:13:13 +0200
committerSebastian 'Swift Geek' Grzywna <swiftgeek@gmail.com>2018-06-24 08:14:04 +0200
commit6d182768a602fb6aaa56d4b5584356c9c17fe6ff (patch)
treea90c28f40ae1a1045aa04ff948d6f90686e606e7 /www
parent608c4e066dd3722269747fc61d238f1513e9237a (diff)
downloadlibrebootfr-6d182768a602fb6aaa56d4b5584356c9c17fe6ff.tar.gz
librebootfr-6d182768a602fb6aaa56d4b5584356c9c17fe6ff.zip
FAQ entry for grub cryptomount errors
Diffstat (limited to 'www')
-rw-r--r--www/faq.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/faq.md b/www/faq.md
index 547fea6d..64958de8 100644
--- a/www/faq.md
+++ b/www/faq.md
@@ -140,6 +140,15 @@ around this by running the following command:
You can find *cbfstool* in the \_util archive with the libreboot release
that you are using.
+What are the ata/ahci errors I see in libreboot's GRUB?
+-----------------------------------------------------------------------
+
+You can safely ignore those errors, they exist because we can't quiet down
+cryptomount command from `for` loop in libreboot's
+[grub.cfg](https://notabug.org/libreboot/libreboot/src/r20160907/resources/grub/config/menuentries/common.cfg#L66)
+It could be fixed in upstream grub by contributing patch that would add
+quiet flag to it.
+
Hardware compatibility
======================