Summary : While creating a MATE VM, the installer step where partitions are mounted does not properly accept the prepared EFI partition. The disks are prepared like this:
1.0 GB boot partition, formatted FAT32, flags boot, efi 6.0 GB swap partition, formatted linux_swap, flags swap 25 GB root partition, formatted EXT4, no flags
When it comes time to assign these to mount points in the installer, the boot partition isn't assigned manually. The swap partition is assigned to swap, and the root file system partition is assigned to /. The boot partition is never assigned to a mount point, but is used according to its format and flags.
Steps to reproduce:
- Prepare to create a VM in the VirtualBox manager, giving it 32 GB of storage.
- In the manager, apply the settings as usual, including creating a shortcut item on the desktop.
- Begin the installation, selecting language, location, etc.
- On the page that offers to allow the installer to partition the disk, or use prepared partitions, choose the latter.
- The next page alloows clicking on each partition's "mount point" and assigning it accordingly.
- Assogn the swap partition to the swap mount point, and the root file system partition to the / mount point.
- There is no mount point for the boot partition. It is used based on its FAT32 format and boot and efi flags.
- The [Next] button will now be enabled, letting you move on to the next page.
Expected result: The boot partition will be identified and a bootloader created on that partition.
Actual result; The boot partition is not identified, and cannot be used. An error message complains that there is no boot partition identified, as is required for an efi installation. The installation cannot be completed.
This error occurs during installation of the OS, so there is no further information available.