We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Do the following in the event of grub error when plugged into Darwin: (Adapted from https://wiki.archlinux.org/index.php/GRUB2)
Booting Arch Linux: Type in terminal:
set root=(hd0,1) linux /boot/vmlinuz-linux root=/dev/sda1 initrd /boot/initramfs-linux.img boot
After successfully booting the Arch Linux installation, users can correct grub.cfg as needed and then run:
grub-install /dev/sda --no-floppy
Reboot and it should be good to go.