Re: Issue installing lowmem copy
Reply #6 –
Solved (sort of):
Latest artix builds don't boot into UEFI mode... But they do into BIOS mode (I blame grub).
Follow the installation guide with this in mind:
-fdisk then make a new MBR table.
-Create a large extended partition and then smaller logical partitions inside it.
-When you have to, do
# grub-install --target=i386-pc /dev/sdX
Everything else is the same. Thanks to everyone for the help!