Hello:
I want boot various Linux distro with my grub. Now have 4 partitions:
/dev/sda1 --> /boot
/dev/sda2 --> swap
/dev/sda3 --> / (funtoo)
/dev/sda4 --> Calculate Linux (with /boot )
How do I have to configure /etc/grub.d/40_custom for boot all OS? I try this, but don't work it, do not see it in the boot menu:
# /etc/grub.d/40_custom
menuentry "Reiniciar" --class reboot {
echo "Se esta reiniciando el sistema..."
reboot
}
menuentry "Apagar" --class shutdown {
echo "Se está apagando el sistema..."
halt
}
Thanks in advance and sorry for my english..
Mauri from Spain