Hi Tjašš,
It sounds like you did not convert your drive to GPT, to convert the drive to GPT, you need to use these steps:
At the very start of the Installation Process, press Shift + F10, or Shift + Fn + F10 to open Command Prompt
Run this command and hit Enter:
diskpart
Run this command and hit Enter:
list disk
(Make note of the disk number you want to convert and enter it into the next command - replace X)
Run this command and hit Enter:
select disk X
Run this command and hit Enter:
clean
Run this command and hit Enter:
convert gpt
Then close Command Prompt
Then you need to go into BIOS (usually by pressing the F2 key when your start your PC and change BIOS to UEFI and disable CSM permanently and temporarily disable Secure Boot during the installation.