Error: Main process exited, code=dumped, status=4/ILL

Hello everyone, I’m new to the MongoDB world. I installed MongoDB version 8 on a Linux Ubuntu Server 24.04, but it’s generating the following error.

systemctl status mongod
× mongod.service - MongoDB Database Server
Loaded: loaded (/usr/lib/systemd/system/mongod.service; enabled; preset: enabled)
Active: failed (Result: core-dump) since Fri 2025-04-25 15:18:06 -03; 4s ago
Duration: 258ms
Docs: What is MongoDB? - Database Manual v8.0 - MongoDB Docs
Process: 1759 ExecStart=/usr/bin/mongod --config /etc/mongod.conf (code=dumped, signal=ILL)
Main PID: 1759 (code=dumped, signal=ILL)
CPU: 22ms

Apr 25 15:18:05 srv027 systemd[1]: Started mongod.service - MongoDB Database Server.
Apr 25 15:18:06 srv027 systemd[1]: mongod.service: Main process exited, code=dumped, status=4/ILL
Apr 25 15:18:06 srv027 systemd[1]: mongod.service: Failed with result ‘core-dump’.

ILL means illegal instructions
Check compatibility matrix for os/platform requirements for version 8.0
Check whether your cpu micro architecture supports the version you are installing