You are not logged in.
For some reason after I disconnected and reconnected the SSD that I installed Arch Linux on, my BIOS couldn't detect GRUB anymore. My BIOS doesn't support adding EFI files, and Windows doesn't seem to be detecting anything that isn't an NTFS partition, so I have no way of booting into GRUB as of right now. The GRUB file is located in /dev/sda3/EFI/GRUB/grubx64.efi. Is there a way to add it from Windows, and if not, can I use some sort of bootable USB to do it instead?
Offline
Have you followed the wiki? https://wiki.archlinux.org/title/GRUB#BIOS_systems
Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703
/ is the root of all problems.
Offline
Your post is extremely confusing. Is this BIOS or UEFI, you seem to indicate both.
Offline
/dev/sda3/EFI... that's not how block device nodes work
but to give a proper answer: if this is an uefi system (which I assume): yes, there're in fact several ways to get back to grub:
one is to add an uefi bootentry via a few powershell commands
another one is to add grub as a chain from windows' BCD
a third would be to use an archiso install medium
fourth use the efi shell
fith use opensuse windows grub installer
Online