I created a virtual machine (Oracle VM VirtualBox Manager). I accepted the Unattended option. During installation, I opted (as I always do) to manually setup the partitioning. I specified gpt and created a 512 MiB FAT32 partition with the Boot flag set, specified /boot as the mount point, as there wasn't a /boot/efi in the list. I added /efi to the selection so it read /boot/efi.
I used the remainder of the drive space for / as btrfs.
At the end of the installation an Error window popped up:
Why? Should I have left /boot as /boot and not modified it to /boot/efi?
I used the remainder of the drive space for / as btrfs.
At the end of the installation an Error window popped up:
Installation Failed
Bootloader installation error
Details:
The bootloader could not be installed. The installation command <pre>grub-install --target=i386-pc --recheck --force /dev/sda</pre> returned error code 1.
Bootloader installation error
Details:
The bootloader could not be installed. The installation command <pre>grub-install --target=i386-pc --recheck --force /dev/sda</pre> returned error code 1.
Comment