The GNU GRUB is a Multiboot boot loader. It was derived from GRUB, the GRand Unified Bootloader, which was originally designed and implemented by Erich Stefan Boleyn.
The boot loader, allows to list other Operative Systems (OS) when computer starts. To make this task in an easy way, just execute:
After this, reboot your computer and select your desired OS.
After you install the Archlinux in your computer.
> The GNU GRUB is a Multiboot boot loader. It was derived from GRUB, the GRand Unified Bootloader, which was originally designed and implemented by Erich Stefan Boleyn.
The boot loader, allows to list other Operative Systems (OS) when computer starts. To make this task in an easy way, just execute:
```
$ sudo pacman -S os-prober
$ os-prober
$ grub-mkconfig -o /boot/grub/grub.cfg
```
After this, reboot your computer and select your desired OS.
After you install the Archlinux in your computer.
The boot loader, allows to list other Operative Systems (OS) when computer starts. To make this task in an easy way, just execute:
After this, reboot your computer and select your desired OS.