Have problems during live media installation that it crashes so the installation does not complete

Put on my computer today and saw that it had crashed. So I started my usb stick and started reinstalling but then this message came up and I wonder if anyone can help with this. Imgur: The magic of the Internet .
And I have tried to restore the bootloader GRUB/Restore the GRUB Bootloader - Manjaro unfortunately does not work for me.

in your UEFI

disable secure boot
disable fastboot
disks on AHCI
no legacy
no CSM
UEFI only or others ( not windows )

you should see
UEFI < USB vendor name > < partition 1 > → boot in EFI
is ko if you get UEFI[legacy] on boot USB iso manjaro

check under terminal

inxi  -Mxa ( check for UEFI only , not UEFI[legacy] or Bios )
test -d /sys/firmware/efi && echo efi || echo bios
sudo efibootmgr -v
sudo parted -l