Lets run prober to fin about the OS.
[codesyntax lang=”bash”]
pacman –S grub os-prober
[/codesyntax]
[codesyntax lang=”bash”]
grub-install /dev/sda --root-directory=/mnt
[/codesyntax]
[codesyntax lang=”bash”]
grub-mkconfig -o /mnt/usb/boot/grub/grub.cfg
[/codesyntax]
Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.