Have you got windows on that machine ?
That motherboard does not implement a full UEFI BIOS so install using BIOS mode.
This may not be the linux distribution for you as it is advanced and based on Arch Linux.
Luckily the CachyOS installer does a lot of the work, but you need to be familiar with the linux shell, terminal commands, filesystems, and grub. Without these basic skills, it will not be psossible for you to install. You can seek out Linux User Groups, LUG if there are any in your area.
Installation.
Set your motherboard for BIOS, possibly done this.
Boot from a live USB install of CachyOS, follow the install instructions for MBR/BIOS, link below:
However I would set the / partition to 40 or 50G as some packages (e.g. arduino, Kicad can install a lot of data under root. Choose any filesystem, btrfs is CachyOS, ext4 is Arch recommended, and
is ultra stable, no fragmentation etc.
When you get to the partitioning screen, link:
https://discuss.cachyos.org/uploads/default/original/2X/7/78eb257567de947545d6b9f69e5fe1af39363b22.png
Choose MANUAL partitioning.
Your disk layout will not be the same. your disk may be identified as either /dev/sda or /dev/sda
But what you do, is delete any existing partitions, create a new partion, example /dev/sda1 set its size to 50G, choose ext4 or btrfs and set its mount point as /
You can then choose the rest of the drive as /home, filesystem as ext4 or btrfs
and follow the steps to create the partions and install CachyOS
Right at the end of the install you may get an error, cannot install grub or no /boot or no UEFI partition exists, (or words to that effect) continue anyway.
You need to know what partition the root filesystem is (possibly /dev/sda1) in your case.
Reboot.
If all goes well you have a working Cachy using BIOS/MBR, scheme.
If the system fails to boot, dont panic.
Boot from the Live USB image of Cachy. Wait until it gets to the KDE desktop.
Open the terminal ctrl-alt-t
Type
fdisk -l
That command should show you the partitions you created. There should be at least 2, / and /home you may have created a /swap partition
The important thing to note is the drive designation, it should report /dev/sda1 for root.
To install grub on that system, keep the terminal open and run
sudo os-prober
sudo grub-install /dev/sda
Thats all you need to do. If you have more that one drive, make sure that sda is the correct drive,
no digit after the drive, you need it to be installed to the MBR.
It may sound complicated, but its quicker to restore than it is for me to type this reply.
An alternative solution is to install another Linux installation e.g. Linux Mint, but make sure that you dont use all the drive space up, say 50G for / and maybe 70G for /home
Then when you install Cachy, choose manual partitioning, you would see a /dev/sda1 and /dev/sda2 for your linux system, you would then use the free space for CachyOS.
Good |Luck.