Skip to main content
bootloader should be written and not bootFloader (capital letter only used to emphasize the typo)
Source Link

You have a typotypos. It must be x86 not x84. Also, it should be bootloader-id not bootfloader-id:

grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootfloaderbootloader-id=grub

You have a typo. It must be x86 not x84:

grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootfloader-id=grub

You have typos. It must be x86 not x84. Also, it should be bootloader-id not bootfloader-id:

grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub
corrected typo
Source Link
aiutopia.dev
  • 603
  • 3
  • 9
  • 23

You have a typo. It must be x86 not x84:

grub-install --target=x86-64target=x86_64-efi --efi-directory=/boot/efi --bootfloader-id=grub

You have a typo. It must be x86 not x84:

grub-install --target=x86-64-efi --efi-directory=/boot/efi --bootfloader-id=grub

You have a typo. It must be x86 not x84:

grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootfloader-id=grub
Source Link
aiutopia.dev
  • 603
  • 3
  • 9
  • 23

You have a typo. It must be x86 not x84:

grub-install --target=x86-64-efi --efi-directory=/boot/efi --bootfloader-id=grub