How to dual boot garuda and pop os?

Hello i cant seem to play "Watch Dogs 2" on garuda linux, it crashes to desktop no matter what i do.

But it works fine for me on pop os.

How can install garuda and pop os side by side and dual boot so i can have the best of both worlds?

Thanks guys :+1:

create two partitions, install garuda on one and pop os without a boot loader in the other.
boot garuda and mount the Pop os partition.

to list out the partitions:

lsblk

mount it with:

sudo mount /dev/(partition number) /mnt

and then

sudo grub-mkconfig -o /boot/grub/grub.cfg

and unmount it with

sudo umount /dev/(partition)

or you can use garuda boot options

4 Likes