# This is the Cluster Manager PXE configuration file. # # Note that every boot option should specify 'IPAPPEND 3', otherwise the # ramdisk will fail. # # An optional kernel parameter 'INSTALLMODE' can be used to force a certain # installmode. # # The CMDaemon will generate additional kernel parameters (if configured) # and insert them between the CMDS rdblacklist=nouveau CMDE markers. # # There is also a possibility to try and boot the next device in the BIOS # boot order. It can be specified as: # # LABEL disk # localboot 0 # MENU LABEL ^BOOT - Boot next device in BIOS boot order. # # End of documentation, configuration follows: LABEL linux KERNEL vmlinuz IPAPPEND 3 APPEND initrd=initrd CMDS rdblacklist=nouveau CMDE MENU LABEL ^AUTO - Normal node boot MENU DEFAULT LABEL full KERNEL vmlinuz IPAPPEND 3 APPEND initrd=initrd CMDS rdblacklist=nouveau CMDE INSTALLMODE=FULL CANCELBURN=1 MENU LABEL ^FULL - Force FULL install (cancels burn) MENU HIDE LABEL main KERNEL vmlinuz IPAPPEND 3 APPEND initrd=initrd CMDS rdblacklist=nouveau CMDE INSTALLMODE=MAIN CANCELBURN=1 MENU LABEL MA^IN - Drop to maintenance shell LABEL newburn KERNEL vmlinuz IPAPPEND 3 APPEND initrd=initrd CMDS rdblacklist=nouveau CMDE NEWBURN=1 MENU LABEL NEW^BURN - Force a new burn MENU HIDE LABEL manburn KERNEL vmlinuz IPAPPEND 3 APPEND initrd=initrd CMDS rdblacklist=nouveau CMDE NEWBURN=1 BURNMENUPAUSE=1 MENU LABEL ^MANBURN - Force a new burn (no menu timeout) MENU HIDE LABEL cancelburn KERNEL vmlinuz IPAPPEND 3 APPEND initrd=initrd CMDS rdblacklist=nouveau CMDE CANCELBURN=1 MENU LABEL ^CANCELBURN - Cancel the current burn MENU HIDE LABEL RESCUE KERNEL kernel.rescue MENU LABEL ^RESCUE - Start rescue environment APPEND vga=normal initrd=rescue.rootfs.cgz root=/dev/ram0 rw nokeymap LABEL localdrive MENU LABEL ^DRIVE - Boot from first hard drive KERNEL chain.c32 APPEND hd0 LABEL MEMTEST KERNEL memtest MENU LABEL MEM^TEST - Start Memtest86 LABEL MEMPLUS KERNEL memtestplus MENU LABEL MEM^PLUS - Start Memtest86+ INCLUDE bios/menu.conf INCLUDE mpxe/minstall.conf DEFAULT menu.c32 PROMPT 0 TIMEOUT 50 MENU TITLE Cluster Manager PXE Environment MENU BACKGROUND bootlogo.png MENU COLOR sel 7;37;40 #ff94cc31 #ff303030 all MENU COLOR hotsel 1;7;37;40 #ff94cc31 #ff303030 all MENU COLOR unsel 37;44 #ff78af00 #00000000 std MENU COLOR hotkey 1;37;44 #ff94cc31 #00000000 std MENU COLOR border 30;44 #ff78af00 #00000000 std MENU COLOR title 1;36;44 #ff78af00 #00000000 std MENU COLOR tabmsg 31;40 #ff78af00 #00000000 std