Make sure NVIDIA Fabric Manager is running and has the same version number as the GPU drivers.
Why is my Droplet booting in Read Only mode?
Validated on 4 Oct 2022 • Last edited on 18 Mar 2026
If your Droplet’s filesystem is booting in a read-only state, you can review the Droplet’s system or kernel logs for any details on what may have triggered this state.
You can find the system logs in the following locations:
| Operating System | Log Location |
|---|---|
| Debian and Ubuntu | /var/log/syslog |
| Fedora and CentOS | /var/log/messages |
To view the logs, open the file in your preferred text editor. For example, to view the system log of an Ubuntu system using the nano text editor, run:
nano /var/log/syslogIf your Droplet is configured to capture kernel logs, you can review kernel logs by opening the /var/log/kern.log file in a text editor.
There are many possible causes for this problem, including file system corruption. If you suspect file system corruption, you can run a File System Check (FSCK) and attempt to recover the files.
Related Topics
There may be an issue with the autoscale pool or Droplet configuration, the VPC network’s size, or resource limits on the team or datacenter.
Health checks often fail due to firewalls or misconfigured backend server software.