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.3 KB
|
Line | |
---|
1 | DEFAULT menu.c32 |
---|
2 | # You can also load a background image if you use |
---|
3 | # DEFAULT vesamenu.c32 |
---|
4 | # MENU BACKGROUND Logo.jpg |
---|
5 | |
---|
6 | PROMPT 0 |
---|
7 | |
---|
8 | # Wait 5 seconds unless the user presses a button, but always boot after 900 seconds. |
---|
9 | TIMEOUT 50 |
---|
10 | TOTALTIMEOUT 9000 |
---|
11 | |
---|
12 | MENU TITLE PXE menu from TFTP server |
---|
13 | |
---|
14 | label harddisk |
---|
15 | menu label Boot from local harddisk |
---|
16 | kernel chain.c32 |
---|
17 | append hd0 |
---|
18 | |
---|
19 | # Remember: Config files (such as centos.conf) are relative to /tftpboot/ |
---|
20 | |
---|
21 | label CentosMenu |
---|
22 | menu label CentcwOS-5.0os Linux installation menu |
---|
23 | kernel menu.c32 |
---|
24 | append CentOS-5.0/centos.conf |
---|
25 | |
---|
26 | label SystemImagerMenu |
---|
27 | menu label SystemImager Linux cloning menu |
---|
28 | kernel menu.c32 |
---|
29 | append SI/si.conf |
---|
30 | |
---|
31 | label GhostMenu |
---|
32 | menu label Norton Ghost boot menu |
---|
33 | kernel menu.c32 |
---|
34 | append ghost/ghost.conf |
---|
35 | |
---|
36 | # All of the Ultimate Boot CD tools can be downloaded from http://www.ultimatebootcd.com/download.html |
---|
37 | # Just copy the contents of the CD to /tftpboot and use this menu entry to PXE boot the UBC tools: |
---|
38 | label UBCMenu |
---|
39 | menu label Ultimate Boot CD menu |
---|
40 | kernel menu.c32 |
---|
41 | append menus/main.cfg |
---|
42 | |
---|
43 | label ToolsMenu |
---|
44 | menu label Test tools menu |
---|
45 | kernel menu.c32 |
---|
46 | append Tools/tools.conf |
---|
47 | |
---|
48 | label x3455menu |
---|
49 | menu label IBM x3455 menu |
---|
50 | kernel menu.c32 |
---|
51 | append x3455/x3455.conf |
---|
52 | |
---|
53 | label mysystemmenu |
---|
54 | menu label mysystem menu |
---|
55 | kernel menu.c32 |
---|
56 | append mysystem/mysystem.conf |
---|
Note: See
TracBrowser
for help on using the repository browser.