Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The /boot/efi partition is created on the same disk as Windows, even when manually partitioning the disk. #63

Open
saber716rus opened this issue Jun 12, 2023 · 1 comment

Comments

@saber716rus
Copy link

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:

  1. 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

Logs: https://linux-hardware.org/?probe=0dfc0118d2

@freckhard
Copy link

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).

Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants