Intel® System Debugger User Guide

ID 648476
Date 06/13/2024
Confidential
Document Table of Contents

Flashing the EFI Application to a USB drive

Format the USB drive with a GPT partition table

  1. Open the Windows Command Prompt (cmd) and run the diskpart tool

  2. Enter the following commands (where X is the disk number of the USB drive from the output of list disk)

    list disk
    select disk X
    clean
    convert gpt
    

    In the case of successful conversion, similar message should be displayed

    DiskPart successfully converted the selected disk to GPT
    
  3. Enter the exit command to close the DiskPart tool

Write the EFI Application to an USB drive

  1. Run the script <isd-install-dir>\samples\intel\tools\make_​boot_​media.ps1 with PowerShell*

    If required, accept the access request for administrator privileges

  2. Using the file browser that appears, select the file SystemConfigurationChecker.efi, located in the <build-dir>\Debug directory

  3. Using the file browser that appears, select the prepared USB drive

Note:

If you receive Execution Errors, you might have to change your powershell execution policy. This can be done with the following command in PowerShell*: Set-ExecutionPolicy Unrestricted