IDE-Redirection (IDER)
Note - Support for User Consent
Currently, the implementation of IDER in Open AMT does not support User Consent. In order to use IDER, the device must be activated in ACM. To see when support for User Consent will be added, follow our Github Backlog.
IDE-Redirection (IDER) allows a trusted administrator to remotely mount disk images on an Intel AMT computer over the network. The device can then reboot using this image to perform tasks such as:
- Computer Recovery
- OS Re-installation
- Virus Scanning and more
To have the best performance, it is recommended to perform a Two-Stage recovery process.
- Stage 1: Load a minimal OS kernel initially through IDER
- Stage 2: Retrieve full OS from Windows Share, HTTP, iSCSI, etc
What You'll Need¶
Hardware
A minimum network configuration must include:
- A Development system with Windows® 10 or Ubuntu 22.04 or newer
- An Activated and Configured Intel® vPro device as the managed device
Software on the Development System
- MPS and Sample Web UI
-
An
.iso
File (netboot.xyz is used in this guide as a demonstration. Custom images can be used.)Note
For instructions to setup the MPS and RPS servers to connect a managed device, see the Get Started Guide
What You'll Do¶
The following sections describe how to:
- Start an IDER session
- Remote Mount an ISO
- Reimage the AMT Device
Start an IDER Session¶
-
In the Sample Web UI, navigate to the Devices page.
-
Select the device to reimage.
-
Start a KVM session.
-
Click Attach Disk Image (.iso) button in the upper-right corner.
Remote Mount an ISO¶
-
Select the
.iso
file to mount to the AMT device. -
After uploading the
.iso
file, MPS will start to transfer and mount the image to the AMT device. -
To verify the image was successfully mounted, view the available mounted drives on the AMT device. When the mount is listed, it is ready.
Reimage the Device¶
-
Reset the device to IDE-R (CD-ROM).
-
After the device has finished POST, a menu or process will begin. This will vary based on the
.iso
file used. In this example, netboot.xyz is used and its menu can be seen.Success
Learn How to Integrate into a Custom UI¶
Explore how to add redirection features, such as Keyboard, Video, and Mouse (KVM) and IDE-Redirect (IDER), with prebuilt React components.
Get Started with the UI Toolkit