#1 Grub doe not detect other installed OS

Closed
opened 2 years ago by gmarx · 1 comments
gmarx commented 2 years ago
Owner
There is no content yet.
gmarx added the
question
label 2 years ago
gmarx commented 2 years ago
Poster
Owner

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 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.
gmarx self-assigned this 2 years ago
gmarx closed this issue 2 years ago
Sign in to join this conversation.
Loading…
There is no content yet.