Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

theasker

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by theasker

  1. 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

     

×
×
  • Create New...