so can i just delete
/boot/efi/EFI/Microsoft
off of my nvme drive since i now have windows sorted out completely on it's own drive and installed exclusively to that with no other drives installed on the system during that install...oi...the headaches.
yah?
cut and pasted it in a hidden folder with a new name someplace grub couldnt peek. that was the easieast part of this. I was so HAPPY! when after installing windows to a drive all by itself that the bios recognized that windows bootloader and i was able to see my artix efi bootloader and didn't have to reinstall artix. sighs of relief!
PS. yes i know no one would give me support for this BUT for the nOObie or so who is dual booting that wrecks their system, this might prove useful. It can just sit here quietly until someone quietly needs it.
just for fyi, my fstab mounting scheme includes mounting a drive in a directory of another drive and mounting an additional drive in the directory of that 2nd drive and mounting windows 10 so i can have access to it if i want to send a file from linux to windows - hibernation off and not an available option any longer..
UUID=some-alpaha-numeric /boot/efi vfat umask=0077 0 2
UUID=some-alpaha-numeric / ext4 defaults,noatime 0 1
UUID=some-alpaha-numeric /home ext4 defaults,noatime 0 2
UUID=some-alpaha-numeric /home/catherdersoflinux/Windows10 ntfs defaults,noatime 0 2
UUID=some-alpaha-numeric /home/catherdersoflinux/Downloads ext4 defaults,noatime 0 2
UUID=some-alpaha-numeric /home/catherdersoflinux/Downloads/VirtualBoxStuffs ext4 defaults,noatime 0 2
tmpfs /tmp tmpfs size=30G,defaults,noatime,mode=1777 0 0
UUID=some-alpaha-numeric none swap defaults 0 0