Skip to content
yida edited this page Feb 22, 2012 · 2 revisions

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.

Clone this wiki locally