2024-10-15 10:44:09 -04:00
|
|
|
#52:54:00:8f:21:15
|
2024-09-11 23:40:51 -04:00
|
|
|
|
|
|
|
timeout 1200
|
2024-10-15 10:44:09 -04:00
|
|
|
ui menu.c32
|
2024-09-11 23:40:51 -04:00
|
|
|
menu title Infidel's PXE boot Manager
|
|
|
|
# Background image *must* be the same resolution as the resolution here.
|
2024-10-15 10:44:09 -04:00
|
|
|
#MENU RESOLUTION 640 480
|
|
|
|
#MENU BACKGROUND bg.png
|
2024-09-11 23:40:51 -04:00
|
|
|
|
|
|
|
# White on a black/transparent background.
|
|
|
|
MENU COLOR screen * #ffffffff #00000000 std
|
|
|
|
|
|
|
|
# Blue borders on a black/transparent background.
|
|
|
|
# Borders have padding, so that background matters.
|
|
|
|
MENU COLOR border * #ff0000ff #00000000 std
|
|
|
|
|
|
|
|
# Title bar is cyan on a black/transparent background.
|
|
|
|
MENU COLOR title * #ff00ffff #00000000 std
|
|
|
|
|
|
|
|
# Selection bar is white on a magenta/opaque background.
|
|
|
|
MENU COLOR sel * #ffffffff #ffff00ff none
|
|
|
|
|
|
|
|
# Unselected menu items are white on black/transparent.
|
|
|
|
MENU COLOR unsel * #ffffffff #00000000 std
|
|
|
|
# menu resolution 604 455
|
|
|
|
# menu background bg.png
|
|
|
|
# default master
|
|
|
|
default localboot
|
|
|
|
prompt 0
|
|
|
|
|
|
|
|
label master
|
2024-10-15 10:44:09 -04:00
|
|
|
menu label Ignite Openshift: master < 52:54:00:8f:21:15 >
|
|
|
|
|
|
|
|
KERNEL boot/rhcos-live-kernel-x86_64
|
|
|
|
APPEND initrd=boot/rhcos-live-initramfs.x86_64.img coreos.live.rootfs_url=http://192.169.22.1:8080/boot/rhcos/rhcos-live-rootfs.x86_64.img coreos.inst.install_dev=/dev/vda coreos.inst.ignition_url=http://192.169.22.1:8080/boot/auth/master.ign
|
2024-09-11 23:40:51 -04:00
|
|
|
|
|
|
|
label localboot
|
|
|
|
menu label Boot from Local Drive
|
|
|
|
localboot 0
|
|
|
|
menu end
|
|
|
|
|