Hi,
- Close the error message dialog and show the list of partitions.
- Are you booting from a USB stick or a USB mass storage drive? If the latter, please try a USB flash drive instead.
- If that doesn't help, manually create the partitions via Command Prompt.
Press Shift + F10 to open Command Prompt.
Run:
- diskpart
- select disk 0
- clean
- convert gpt
- create partition efi size=250
- format quick fs=fat32 label="EFI"
- create partition msr size=16
- create partition primary
- format quick fs=ntfs label="Windows"
- exit