diff --git a/src/apps/bootman/LegacyBootDrive.cpp b/src/apps/bootman/LegacyBootDrive.cpp index 176be6d74b..d85c35b722 100644 --- a/src/apps/bootman/LegacyBootDrive.cpp +++ b/src/apps/bootman/LegacyBootDrive.cpp @@ -169,6 +169,9 @@ PartitionRecorder::FirstOffset() const bool PartitionRecorder::_Record(BPartition* partition) { + if (!partition->ContainsFileSystem()) + return false; + BPath partitionPath; partition->GetPath(&partitionPath);