Getting error on running “minikube start - vm-driver kvm2”

Hello everyone,
I went through multiple articles and tried installing the Docker, Kubernetes, Minikube in Manjaro system.
All the installing was successful but after installing the when I try to start the minikube command “minikube start - vm-driver kvm2”, I am facing the Following error.

ERROR:-

minikube v0.34.1 on linux (amd64)
🔥  Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
💣  Unable to start VM: create: precreate: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory

😿  Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
👉  https://github.com/kubernetes/minikube/issues/new

In the above mentioned error it is indicating to the virtualbox module is not loaded. Where as I have executed the command mentioned below

1. mhwd-kernel -li
Currently running: 5.15.91-1-MANJARO (linux515)

2. sudo pacman -Syu virtualbox linux515-virtualbox-host-modules

I am stuck here after this I’m. not able to move forward. I have checked solutions but that did not fit my issue.
Need some assistance.