FortiEDR
FortiEDR automates the protection against advanced threats, pre and post-execution, with real time orchestrated incident response functionality.
dhamadi
Staff
Staff
Article Id 379431
Description This article describes how to resolve FortiEDR Core installation issues when using Proxmox.
Scope FortiEDR Core v6.0.1+.
Solution

The following error can occur when installing FortiEDR Core in On-premise environments when using Proxmox as a virtualization platform:

 2025-02-27 21_02_34-Chat _ Daniel Meeker _ Microsoft Teams.png 

Steps to resolve this issue:

 

  1. Confirm that the VM was configured with the minimum resources required for the Core installation:

 

Processor Intel or AMDx86 (64bit)
Number of CPUs

4 for Core
2 for Core running as a Jumpbox

Physical Memory

16GB for Core

8GB for Core running as a Jumpbox

Disk Space

250GB SSD for Core

50GB (non-SSD) for Core running as a Jumpbox

ISO Image OS Ubuntu 22.04

 

  1. Confirm that the CPU supports bmi2 instruction by executing commands:

     

cat /proc/cpuinfo

grep bmi2 /proc/cpuinfo

 

If the commands do not show any output, the CPU is not supported, and a newer CPU is required. If using Proxmox, the VM CPU can be changed to the host CPU, which could support  bmi2 instruction.

 

  1. Change the CPU in Proxmox from the current value to 'host':

  • Select the VM.
  • Go to the Hardware tab.
  • Find the Processors section.
  • 'Double-click' on the Processors line.

 

Processor.png

 

  • Select 'host' from the list under the 'type' setting.

 

CPUhost.png

 

Related document:

On-Premise Deployments