You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The essence of the problem: there are 2 disks - these are SSD and nvme disks. Windows is installed on nvme. Linux is installed on ssd, and /boot/efi is always installed on nvme for some reason, even if it was created on ssd.
Reproducing the problem:
create partitions on ssd (/boot/efi, /)
Expected Behavior: Created on ssd
Current behavior: root partition is created on ssd, and /boot/efi is created on nvme
Addition:
This problem is not reproducible in Ubuntu 23.04
I just encountered the same phenomenon, it seems that choosing the "device for bootloader installation" at the bottom of the installer does ignore the made selection. Instead the installer just chooses the first efi partition with the flags boot, esp it finds.
I have found a simple workaround: remove those flags from the undesired efi partition with gparted, place them only onto the partition you want the bootloader to install to, install mint, and before you reboot, add those two flags back again (to the partition or all partitions you removed them from).
The essence of the problem: there are 2 disks - these are SSD and nvme disks. Windows is installed on nvme. Linux is installed on ssd, and /boot/efi is always installed on nvme for some reason, even if it was created on ssd.
Reproducing the problem:
Expected Behavior: Created on ssd
Current behavior: root partition is created on ssd, and /boot/efi is created on nvme
Addition:
This problem is not reproducible in Ubuntu 23.04
Logs: https://linux-hardware.org/?probe=0dfc0118d2
The text was updated successfully, but these errors were encountered: