diff --git a/src/system/boot/loader/partitions.cpp b/src/system/boot/loader/partitions.cpp index ee8d2321ea..651bf33c36 100644 --- a/src/system/boot/loader/partitions.cpp +++ b/src/system/boot/loader/partitions.cpp @@ -426,7 +426,7 @@ Partition::Scan(bool mountFileSystems, bool isBootDevice) } // scan for file systems - if (mountFileSystems) + if (mountFileSystems && bestFSModule != NULL) return _Mount(bestFSModule, NULL); return B_ENTRY_NOT_FOUND;