We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0bcc8 commit 9bf7335Copy full SHA for 9bf7335
partition.cpp
@@ -662,7 +662,14 @@ void TWPartition::Setup_Data_Partition(bool Display_Error) {
662
LOGERR("Primary block device '%s' for mount point '%s' is not present!\n", Primary_Block_Device.c_str(), Mount_Point.c_str());
663
}
664
} else {
665
- Decrypt_FBE_DE();
+
666
+ if (!Decrypt_FBE_DE()) {
667
+ LOGINFO("Trying wrapped key.\n");
668
+ property_set("fbe.data.wrappedkey", "true");
669
670
+ LOGERR("Unable to decrypt FBE device\n");
671
+ }
672
673
674
if (datamedia && (!Is_Encrypted || (Is_Encrypted && Is_Decrypted))) {
675
Setup_Data_Media();
0 commit comments