diff --git a/native/jni/init/mount.cpp b/native/jni/init/mount.cpp index f4a770f5d..82f80e89e 100644 --- a/native/jni/init/mount.cpp +++ b/native/jni/init/mount.cpp @@ -211,7 +211,7 @@ void SARInit::early_mount() { if (dev < 0) { // Try NVIDIA naming scheme strcpy(partname, "APP"); - dev = setup_block(); + dev = setup_block(false); if (dev < 0) { // We don't really know what to do at this point... LOGE("Cannot find root partition, abort\n");