source: trunk/pxemenu/x3455/x3455.conf @ 106

Last change on this file since 106 was 106, checked in by bas, 16 years ago

Added pxemenu config files and updated some info

File size: 1.1 KB
Line 
1DEFAULT menu.c32
2PROMPT 0
3
4# This example menu is for maintenance of IBM X-series x3455 servers
5
6MENU TITLE IBM server x3455 menu
7
8# You must copy the SystemImager kernel and initrd.img for this type of machine
9# to the x3455/ directory
10LABEL IBM x3455 SystemImager node installation
11        DISPLAY message.txt
12        PROMPT 1
13        KERNEL x3455/kernel
14        APPEND vga=extended initrd=x3455/initrd.img root=/dev/ram ramdisk_size=50000 tmpfs_size=2500M
15
16# Download the firmware diskette images from the vendor's support homepage.
17# For IBM it's http://www.pc.ibm.com/support
18
19label BIOS
20        menu label IBM x3455 BIOS 1.38
21        kernel memdisk
22        append initrd=x3455/ibm_fw_bios_c0e138a_anyos_i386.img
23
24label BMC_fw
25        menu label IBM x3455 BMC firmware 1.03
26        kernel memdisk
27        append initrd=x3455/ibm_fw_bmc_c0et26a_dos_i386.img
28
29label Broadcom
30        menu label IBM Broadcom firmware 2.0.3 for 7984 server x3455
31        kernel memdisk
32        append initrd=x3455/brcm_fw_nic_2.0.3-x3455.img
33
34label Mainmenu
35        menu label Return to Main Menu
36        kernel menu.c32
37        append ~
Note: See TracBrowser for help on using the repository browser.