If you want to use rescue mode again, change the boot type back to rescue mode to reboot the Instance using the latest rescue mode.
Changing the rescue mode of your Instance
Reviewed on 03 March 2025 • Published on 04 May 2023
Rescue mode is a feature that allows you to boot your Instance on a temporary OS over the network, giving you access to your Instance’s file system to troubleshoot and repair issues. This is particularly useful when your Instance is not booting properly due to configuration errors, corrupted files, or other system issues, and you need to recover data or make repairs without affecting the original system.
Before you startLink to this anchor
To complete the actions presented below, you must have:
- A Scaleway account logged into the console
- Owner status or IAM permissions allowing you to perform actions in the intended Organization
- An Instance
- A valid API key
Updating rescue mode from the Scaleway consoleLink to this anchor
- Click Instances in the Compute section of the side menu. The Instances page displays.
- Click the name of the Instance that is using the previous rescue mode. The Instance overview displays.
- Stop the Instance if it is currently running by using the top right toggle of the Instances overview page.
- Click the Advanced settings tab.
- Scroll to the Boot mode section and change the boot mode of your Instance to local boot.
- Power the Instance on again by using the toggle.
Tip
Updating rescue mode using the Scaleway APILink to this anchor
- List the Instances of your Project(s).
- Filter the returned Instances to keep only the ones with
boot_type: "rescue"
. - Stop the Instances
- Update the Instances and set
boot_type: "local"
Tip
If you still want to use rescue mode for your Instance(s), update these Instances again and switch back the boot_type
to “rescue”. They will then use the updated rescue system.
Was this page helpful?