Linux Rescue Mode

The Linux Rescue Mode is a powerful, network-booted environment for server maintenance, troubleshooting, and data recovery. It loads a minimal Ubuntu-based OS directly into your server's RAM — completely independent from the drives.

What is the Linux Rescue Mode?

The rescue mode is a custom-built Linux environment that boots independently from the OS installed on your hard drives. Because it runs entirely in RAM, it does not modify any data on your server without your direct input. It provides full access to your server's disks, allowing you to perform advanced maintenance on nearly any installed operating system — including other Linux distributions and Windows.

Common Use Cases

Reset root password
Recover access to a server with a lost or forgotten root password.
Repair GRUB bootloader
Reinstall or fix a broken GRUB bootloader that prevents the server from booting.
Filesystem check
Run fsck to detect and repair filesystem errors on unmounted drives.
Back up data
Copy important data off a non-bootable server using rsync over SSH.
Fix lockouts
Correct network or firewall misconfigurations that have blocked normal server access.
Partition management
Install a new operating system or resize and manage partitions from a clean environment.

Guides