UI vesamenu.c32

# Prompt the user. Set to '1' to automatically choose the default option. This
# is really meant for files matched to MAC addresses.
PROMPT 0

# Time out and use the default menu option. Defined as tenths of a second.
TIMEOUT 100

DEFAULT pxeinstall
#DEFAULT pxeinstall

menu background back.jpg
menu title User Management Portal Boot Menu

LABEL bootlocal
    menu label Boot from first HDD
    kernel chain.c32
    append hd0 0
TEXT HELP
Normal boot from HDD
ENDTEXT

LABEL pxeinstall
    menu label PXE operation system install
    kernel linux
    append initrd=initrd.gz vga=788 auto=true priority=critical debian-installer/locale=ru_RU console-keymaps-at/keymap=ru hostname=astra domain=local astra-license/license=true url=ftp://192.168.2.5/{PROFILE_UNIQ_NAME}/{PRESEED_FILE_NAME} interface=auto netcfg/dhcp_timeout=60
TEXT HELP
Install AstraLinux Operating System
ENDTEXT
