Hello ,
how can i dual boot in garuda ?
I am trying to dual boot the phoenix os with garuda but i am failing at that , Still i was able to follow arch linux based instruction to follow steps and succeded in upto adding entry using 40_custom script and updated grub ,
####SCRIPT######
#Phoenix OS grub settings
menuentry "Phoenix" {
insmod part_gpt
search --file --no-floppy --set=root /Phoenix/kernel
linux /Phoenix/kernel root=/dev/ram0 androidboot.hardware=android_x86 androidboot.setlinux=permissive
initrd /Phoenix/initrd.img #End of Phoenix Settings
#######END#######
But when rebooting i did get the menu entry in garuda grub , when i loaded it says "error: no such device found"
Nothing Garuda specific, just consider it to be arch linux when searching for info on the internet.
Except
When you update grub config in some other OS than Garuda, the entry for “Garuda” in your boot grub menu will disappear. Fix: Just chroot into Garuda and re-update grub from there. Or edit your grub-config.
You can manually add a entry for an OS you need in /boot/grub/grub.cfg. Make a backup of you grub config file on external storage before editing it
Of course, it is very tricky. It can really mess up your grub. But you can always chroot and replace that file with a backup.
You can also "copy" the load modules, etc.... from a different entry for your own one.
The Archwiki is your friend.
Use whatever device you installed this secondary OS on. You could also ask them for help as this forum can’t provide support for every other possible OS on the planet.