Page 1 of 1

grub 2 on nemesis

Posted: 05 Nov 2015, 03:31
by francois
From the beginner's guide arch linux:
https://wiki.archlinux.org/index.php/Be ... BIOS.2FMBR

Install the grub package. To search for other operating systems, also install os-prober:

Code: Select all

# pacman -S grub os-prober
Install the bootloader to the drive Arch was installed to:

Code: Select all

# grub-install --recheck /dev/sda
Generate grub.cfg:

Code: Select all

# grub-mkconfig -o /boot/grub/grub.cfg