Skip to main content

Install Utility in Rescue

Rescue recovery and diagnostics mode contains preinstalled tools for system diagnostics and recovery.

If you need additional tools, install their packages via the pacman package manager.

Packages can be installed:

  • from the official Arch Linux tools repository;
  • the AUR repository, where users publish useful tools.
warning

Tools are installed to RAM, so all installed tools will be deleted after the server reboots.

  1. Boot the server in Rescue recovery and diagnostics mode.

  2. Mount the file system and expand the cowspace partition size, which is used for downloading packages:

    mount -t airootfs -o remount,size=4G /run/archiso/cowspace
  3. Update the pacman package manager cache:

    pacman -Syy
  4. Install the package:

    sudo pacman -S <package>

    Specify <package> — the package name. You can find the package name in the official Arch Linux repository.