[SOLVED] Problem with Slackware-current uefi and /boot/efi location.
by Daedra from LinuxQuestions.org on (#5FA43)
I currently dual boot windows 10 and Slackware. However I just noticed something I have missed since I started running -current on my new machine. On my Slackware nvme drive I create a 250mb EFI partition for uefi, but during the install, the installer always finds the windows created 100mb EFI partition and uses it as the mount point for /boot/efi. This technically is not hurting anything, but I would rather have slackware mount the /boot/efi on the 250mb efi partition I created on the 2nd drive. How can I make the installer do this? I hope i am making sense. Here is my drive structure below...
Code:nvme1n1 259:0 0 476.9G 0 disk
nvme1n1p1 259:1 0 250M 0 part
nvme1n1p2 259:2 0 475G 0 part /
nvme1n1p3 259:3 0 1.7G 0 part [SWAP]
nvme0n1 259:4 0 931.5G 0 disk
nvme0n1p1 259:5 0 100M 0 part /boot/efi
nvme0n1p2 259:6 0 16M 0 part
nvme0n1p3 259:7 0 930.9G 0 part /mnt/win10
nvme0n1p4 259:8 0 499M 0 part/boot/efi is mounted on the windows EFI drive, but I want it mounted on nvme1n1p1 which is on my second Slackware drive.
Thanks in Advance.


Code:nvme1n1 259:0 0 476.9G 0 disk
nvme1n1p1 259:1 0 250M 0 part
nvme1n1p2 259:2 0 475G 0 part /
nvme1n1p3 259:3 0 1.7G 0 part [SWAP]
nvme0n1 259:4 0 931.5G 0 disk
nvme0n1p1 259:5 0 100M 0 part /boot/efi
nvme0n1p2 259:6 0 16M 0 part
nvme0n1p3 259:7 0 930.9G 0 part /mnt/win10
nvme0n1p4 259:8 0 499M 0 part/boot/efi is mounted on the windows EFI drive, but I want it mounted on nvme1n1p1 which is on my second Slackware drive.
Thanks in Advance.