Getting error on running "minikube start - vm-driver kvm2"

Hello everyone,
I’m new to this virtualization topic. 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.
I went through various solutions shown in the forum but these 3 same errors occur every time even after reinstalling again.

tried commands:
minikube delete
#!/bin/bash

minikube status
E0213 11:40:19.095808  100938 status.go:260] status error: host: state: getting connection: looking up domain: virError(Code=42, Domain=10, Message='Domain not found: no domain with matching name 'minikube'')
E0213 11:40:19.095819  100938 status.go:263] The "minikube" host does not exist!
minikube
type: Control Plane
host: Nonexistent
kubelet: Nonexistent
apiserver: Nonexistent
kubeconfig: Nonexistent
minikube version
minikube version: v1.29.0

links that i refereed to install:-

  1. Kubernetes on your local Manjaro/Arch | by Morgan Wigge | Medium
  2. Kubernetes: running Minikube on Arch Linux | by Arseny Zinchenko (setevoy) | Medium

Error:-


😄  minikube v1.29.0 on Arch 22.0.3
✨  Using the kvm2 driver based on existing profile
👍  Starting control plane node minikube in cluster minikube
🔄  Restarting existing kvm2 VM for "minikube" ...
🤦  StartHost failed, but will try again: driver start: ensuring active networks: starting network default: virError(Code=1, Domain=59, Message='internal error: Failed to apply firewall rules /usr/bin/iptables -w --table filter --list-rules: # Warning: iptables-legacy tables present, use iptables-legacy to see them
iptables v1.8.9 (nf_tables): Could not fetch rule set generation id: Invalid argument
')
🔄  Restarting existing kvm2 VM for "minikube" ...
😿  Failed to start kvm2 VM. Running "minikube delete" may fix it: driver start: ensuring active networks: starting network default: virError(Code=1, Domain=59, Message='internal error: Failed to apply firewall rules /usr/bin/iptables -w --table filter --list-rules: # Warning: iptables-legacy tables present, use iptables-legacy to see them
iptables v1.8.9 (nf_tables): Could not fetch rule set generation id: Invalid argument
')

❌  Exiting due to GUEST_PROVISION: Failed to start host: driver start: ensuring active networks: starting network default: virError(Code=1, Domain=59, Message='internal error: Failed to apply firewall rules /usr/bin/iptables -w --table filter --list-rules: # Warning: iptables-legacy tables present, use iptables-legacy to see them
iptables v1.8.9 (nf_tables): Could not fetch rule set generation id: Invalid argument
')