Use the following process to uninstall Linux from an endpoint. Note that you must know the root password for the endpoint:

  1. Shutdown and reboot the computer.

  2. Do one of the following:

    The timing has to be near perfect on some computers, so you may have to press the key repeatedly. If you miss the window, reboot and try again.

  3. At the GRUB boot menu. you’ll see an entry for “Advanced Options ...”. Select it and press Enter.

  4. Choose the most recent recovery mode option and press Enter.

  5. If a menu similar to that shown below appears, choose the option that gets you to a shell prompt:

  6. At the Password: prompt, enter the root password..

  7. Now you can uninstall Admin By Request for Linux by executing the following command:

    Debian-based distributions

    Copy
    apt -y purge abr-* && apt -y autoremove

    Red Hat-based distributions

    Copy
    sudo dnf remove "abr-*"