You are not logged in.
Hi,
I've been using arch for some time now, and I am trying to install Arch on my 2nd machine, this time encrypted with plain dm-crypt mode. However I am getting the following error:
> grub-install: error: /boot doesn't look like an EFI partition.
whenever I try to install the bootloader with either systemd or grub.
Now what I did to create the boot partition was, I used a usb stick and deleted all the partitions and made a new partition completely as a 'ef00' partition using the cgdisk program in the arch installer (I did not have to use the usb for anything else, so it was just one large efi partition on the usb). And then I did the following commands as the guide told me too:
# mkfs.ext2 /dev/sdY1
# mkdir /mnt/boot
# mount /dev/sdY1 /mnt/boot
However the following error message above is preventing me from installing the bootloader onto the usb after doing everything else. Please advise.
Thanks.
Last edited by william.vivier (2016-12-07 16:56:30)
Offline
The EFI partition needs to be formatted as FAT32, not ext2...
Offline
Ok thank you, I will try soon and see how it goes. I thought the error might of been that.
I was just following the guide at https://wiki.archlinux.org/index.php/Dm … n_dm-crypt
Under the heading: Preparing the boot partition.
I thought that I was supposed to type those 3 commands above for the bootloader.
Offline
If your machine was using BIOS instead of UEFI then that would have been correct, for UEFI you have to use the instructions in the link I posted above.
Offline