MENU LABEL ${config.system.nixos.distroName}${config.system.nixos.label}${config.isoImage.appendToMenuLabel} (nomodeset)
MENU LABEL ${config.isoImage.prependToMenuLabel}${config.system.nixos.distroName}${config.system.nixos.label}${config.isoImage.appendToMenuLabel} (nomodeset)
LINUX /boot/${config.system.boot.loader.kernelFile}
MENU LABEL ${config.system.nixos.distroName}${config.system.nixos.label}${config.isoImage.appendToMenuLabel} (copytoram)
MENU LABEL ${config.isoImage.prependToMenuLabel}${config.system.nixos.distroName}${config.system.nixos.label}${config.isoImage.appendToMenuLabel} (copytoram)
LINUX /boot/${config.system.boot.loader.kernelFile}
# A variant to boot with verbose logging to the console
LABEL boot-debug
MENU LABEL ${config.system.nixos.distroName}${config.system.nixos.label}${config.isoImage.appendToMenuLabel} (debug)
MENU LABEL ${config.isoImage.prependToMenuLabel}${config.system.nixos.distroName}${config.system.nixos.label}${config.isoImage.appendToMenuLabel} (debug)
LINUX /boot/${config.system.boot.loader.kernelFile}
MENU LABEL ${config.system.nixos.distroName}${config.system.nixos.label}${config.isoImage.appendToMenuLabel} (serial console=ttyS0,115200n8)
MENU LABEL ${config.isoImage.prependToMenuLabel}${config.system.nixos.distroName}${config.system.nixos.label}${config.isoImage.appendToMenuLabel} (serial console=ttyS0,115200n8)
LINUX /boot/${config.system.boot.loader.kernelFile}