diff --git a/Kernel/Storage/StorageManagement.cpp b/Kernel/Storage/StorageManagement.cpp index 6bc2eb9d84..7d05fce3d9 100644 --- a/Kernel/Storage/StorageManagement.cpp +++ b/Kernel/Storage/StorageManagement.cpp @@ -28,7 +28,7 @@ namespace Kernel { static Singleton s_the; static Atomic s_device_minor_number; -static constexpr StringView partition_uuid_prefix = "PARTUUID="sv; +static constexpr StringView partition_uuid_prefix = "PARTUUID:"sv; UNMAP_AFTER_INIT StorageManagement::StorageManagement() {