Installing Fedora 41 LUKS Opal hardware encryption

Hi there! I’m trying to install the new OS version, but I’m wondering if it could be possible to manually setup the disk using the newest capability of cryptsetup, to use the Opal Hardware Encryption. I tried to do this:

sudo cryptsetup luksFormat /dev/sda --type luks2 --hw-opal

I got this:

Enter passphrase for /dev/sda:
Verify passphrase:
Enter OPAL Admin password:
Verify passphrase:
Incorrect OPAL Admin key.

For this device I’ll never set the OPAL password (using utilities like sedutil or windows bitlocker) , so I dis various tests, using different passwords, even “blank” but it didn’t work.

Anyone had this situation or could you have any idea for resolution?