Hi, I have installed in my Laptop Windows, Archlinux, Kali Linux and I like add batocera linux. I used fsarchiver to clone 2 partitions, RECALBOX and SHARE.
Add file /etc/grub.d/40_custom , this:
menuentry "Batocera Linux" {
search --set=root --label RECALBOX
linux /boot/linux label=RECALBOX console=tty3 quiet loglevel=0 vt.global_cursor_default=0
initrd /boot/initrd.gz
}
Finally, update-grub ...
When select entry "Batocera Linux" the SO cannot load...
How I can does it?
Thanks in advanced.