So here’s the run down…
I have 2x 5600x CPU’s and can put either CPU in the new Mother Board Asrock B550M-IXT and fails to run thougth the install process of installing Fedora. Both work in a MSI B550 ATX board I have.
The BIOS setting’s used are CSM off, Secure Boot off, TPM off, fTPM on,
As well as CSM on, legacy only and UEFI only, Secure Boot off and on TPM on and off and fTPM on anf off.
I have a ROG B550I and same result.
I have in the past got it install and go to update and get this error
sudo dnf update
Traceback (most recent call last):
File “/usr/bin/dnf”, line 61, in
from dnf.cli import main
File “/usr/lib/python3.11/site-packages/dnf/init.py”, line 30, in
import dnf.base
File “/usr/lib/python3.11/site-packages/dnf/base.py”, line 32, in
from dnf.comps import CompsQuery
File “/usr/lib/python3.11/site-packages/dnf/comps.py”, line 27, in
from dnf.exceptions import CompsError
File “/usr/lib/python3.11/site-packages/dnf/exceptions.py”, line 22, in
import dnf.util
File “”, line 1178, in _find_and_load
File “”, line 1149, in _find_and_load_unlocked
File “”, line 690, in _load_unlocked
File “”, line 936, in exec_module
File “”, line 1069, in get_code
File “”, line 729, in _compile_bytecode
ValueError: bad marshal data (unknown type code)
It mainly fails at the install boot loader stage.
Please help
(M_P)