Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save radiaku/4f6ac3522064580ba179377f4145f324 to your computer and use it in GitHub Desktop.
Save radiaku/4f6ac3522064580ba179377f4145f324 to your computer and use it in GitHub Desktop.
Fix boot loader on arch linux when installing another os side by side

Fix boot loader on arch linux when installing another os side by side

yay -S os-prober-btrfs
sudo os-prober
sudo vim /etc/default/grub
GRUB_DISABLE_OS_PROBER=false
sudo grub-mkconfig -o /boot/grub/grub.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment