Last change
on this file was
184,
checked in by ohnielse, 13 years ago
|
Updates for SYSLINUX version 4.02.
Some obsolete menus (UBC,Ghost) have been removed.
|
File size:
959 bytes
|
Line | |
---|
1 | DEFAULT menu.c32 |
---|
2 | PROMPT 0 |
---|
3 | |
---|
4 | MENU TITLE Testing tools menu |
---|
5 | MENU BACKGROUND Logo.jpg |
---|
6 | |
---|
7 | # Download Memtest86 from http://www.memtest.org/ and from the top level copy |
---|
8 | # the file precomp.bin to Tools/memtest86 |
---|
9 | label memtest86 |
---|
10 | menu label Memtest86 memory tester v.4.10 |
---|
11 | kernel Tools/memtest86-4.10 |
---|
12 | |
---|
13 | # Download from http://www.hitachigst.com/support/downloads/#DFT |
---|
14 | label DFT |
---|
15 | menu label Hitachi/IBM Drive Fitness Test v4.08 |
---|
16 | kernel memdisk |
---|
17 | append initrd=Tools/dft32_v408_b00_install.IMG |
---|
18 | |
---|
19 | # Download from http://support.wdc.com/download/index.asp |
---|
20 | label WDC_tool |
---|
21 | menu label Western Digital Data Lifeguard Tools 11.2 |
---|
22 | kernel memdisk |
---|
23 | append initrd=Tools/DataLifeguard11.2.img |
---|
24 | |
---|
25 | # Download from http://www.seagate.com/www/en-us/support/downloads/seatools |
---|
26 | label Seagate |
---|
27 | menu label Seagate SeaTools108DC |
---|
28 | kernel memdisk |
---|
29 | append initrd=Tools/SeaTools108DC.img |
---|
30 | |
---|
31 | LABEL mainmenu |
---|
32 | MENU LABEL Return to Main Menu |
---|
33 | KERNEL menu.c32 |
---|
34 | APPEND ~ |
---|
Note: See
TracBrowser
for help on using the repository browser.