grub 2 on nemesis

Arch based Porteus community project

Moderator: M. Eerie

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

grub 2 on nemesis

Post#1 by francois » 05 Nov 2015, 03:31

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
Prendre son temps, profiter de celui qui passe.