UI menu.c32

#DISPLAY message.txt
PROMPT 0
TIMEOUT 150
ONTIMEOUT mcms

LABEL hd0
MENU LABEL Boot local hard drive
KERNEL chain.c32
APPEND hd0

LABEL memtest
MANU LABEL Memtest86
KERNEL memtest

LABEL mcms
MENU LABEL MCMS automatic node restoration
MENU DEFAULT
KERNEL vmlinuz
append initrd=noderestore.initrd.x86_64.img.gz rw net.ifnames=0 init=/restore net.ifnames=0

LABEL mcms-serial
MENU LABEL MCMS automatic node restoration (serial console mode)
KERNEL vmlinuz
append initrd=noderestore.initrd.x86_64.img.gz rw net.ifnames=0 init=/restore console=ttyS1,115200 net.ifnames=0

LABEL mcms-ppc64le
KERNEL vmlinux-ppc64le
append initrd=noderestore.initrd.ppc64le.img.gz rw init=/restore

LABEL mcms-ppc64le-serial
KERNEL vmlinux-ppc64le
append initrd=noderestore.initrd.ppc64le.img.gz rw init=/restore console=ttyS1,115200

LABEL mcms-arm64
KERNEL vmlinux-arm64
append initrd=noderestore.initrd.arm64.img.gz rw init=/restore console=ttyAMA0,115200 console=tty1

LABEL mcms-arm64-serial
KERNEL vmlinux-arm64
append initrd=noderestore.initrd.arm64.img.gz rw init=/restore console=tty1 console=ttyAMA0,115200
