diff options
author | Sebastian 'Swift Geek' Grzywna <swiftgeek@gmail.com> | 2018-06-24 08:13:13 +0200 |
---|---|---|
committer | Sebastian 'Swift Geek' Grzywna <swiftgeek@gmail.com> | 2018-06-24 08:14:04 +0200 |
commit | 6d182768a602fb6aaa56d4b5584356c9c17fe6ff (patch) | |
tree | a90c28f40ae1a1045aa04ff948d6f90686e606e7 | |
parent | 608c4e066dd3722269747fc61d238f1513e9237a (diff) | |
download | librebootfr-6d182768a602fb6aaa56d4b5584356c9c17fe6ff.tar.gz librebootfr-6d182768a602fb6aaa56d4b5584356c9c17fe6ff.zip |
FAQ entry for grub cryptomount errors
-rw-r--r-- | www/faq.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 ====================== |