I've tried to install Arch-Linux on a computer a lot of times on an External Drive sdb. No matter what I do, the same error keeps re-appearing, and never booting. sdb2 is where arch-linux is installed, Filesystem is ext4.
I've looked at a ton of other posts (here, here, and here) and it seems that none of them have helped me so far.
I've searched the /boot directory using Grub-Rescue, and it seems that Grub actually reads the /boot Directory as Empty.
Is there a way to fix this?
Edit: I forgot, previously, to say my Computer is BIOS, not UEFI.
grub rescue>prompt; if you type insetand press Enter, what values does it display forrootandprefix? – telcoM Oct 05 '21 at 00:27rootis indeedhd0,gpt, then try typing into thegrub rescue>prompt:set root=hd0,gpt2, Enter,ls, Enter. Does it see the contents of your Linux partition now? (I've got to go to sleep; but I'll continue this tomorrow if nobody else will.) – telcoM Oct 05 '21 at 00:44