A guide for recovering access to non-booting Vultr Compute instances using SystemRescue ISO to troubleshoot and repair system issues.
If your Vultr Compute instance fails to boot normally, you can regain access using the SystemRescue ISO. This allows you to troubleshoot and fix issues by mounting the root file system and accessing system logs in a recovery environment.
To begin, follow our detailed recovery guide to boot your instance into a rescue environment:
Once inside the rescue environment and chrooted into your instance, run the below commands to retrieve the server logs:
# dmesg
# less /var/log/syslog
# less /var/log/kern.log
These logs can help you identify kernel, service, or disk-related issues preventing your instance from booting normally.
After resolving the issue:
If the issue persists and cannot be resolved:
This approach ensures your files are backed up before rebuilding or redeploying the instance.