Skip to main content

Install the utility in Rescue

Last update:

Install the utility in Rescue

Recovery and Diagnostic Mode Rescue contains pre-installed tools for system diagnostics and recovery.

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

Packages can be installed:

  • from the official repository with additional tools Arch Linux;
  • repository AURIn which users publish useful tools.
For your information

The tools are installed in RAM, so after a server reboot, all installed tools will be removed.

  1. Boot the server in Rescue and Diagnostic mode.

  2. Mount the file system with the partition size extension cowspacedesigned for downloading packages:

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

    pacman -Syy
  4. Install the package:

    sudo pacman -S <package>

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