menuentry "Start [TITLE] (safe)" {
    linux   [VMLINUZ] boot=live components noapic noapm nodma nomce nolapic nosmp nosplash vga=normal
    initrd  [INITRD]
}
menuentry "Check the integrity of the medium" --hotkey=c {
    linux   [VMLINUZ] boot=live verify-checksums
    initrd  [INITRD]
}
menuentry "System restart" --hotkey=r {
    reboot
}
menuentry "System shutdown" --hotkey=s {
    halt
}
menuentry "UEFI Firmware Settings" {
    fwsetup
}
menuentry "Memory test (disable secure boot)" {
    linuxefi /boot/grub/memtest86+x64.efi
}
