home *** CD-ROM | disk | FTP | other *** search
- #
- # Mainboard Tools
- #
- menu:
- set textColor = color[white on cyan]
- clear
- set textColor = color[yellow on blue]
- print " ULTIMATE BOOT CD VER 3.4 "
- print " http://www.ultimatebootcd.com/ "
- print " "
- set textColor = color[white on red]
- print " [Mainboard Tools 1/3] "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[yellow on cyan]
- print " System Burn-In Test "
- set textColor = color[white on cyan]
- print " [F1] Lucifer V1.0 "
- print " "
- set textColor = color[yellow on cyan]
- print " CPU Test "
- set textColor = color[white on cyan]
- print " [F2] CPU Burn-in V1.00 [F4] StressCPU 20021024 "
- print " [F3] Mersenne Prime Test V23.9/24.14 "
- print " "
- set textColor = color[yellow on cyan]
- print " Memory Test "
- set textColor = color[white on cyan]
- print " [F5] Memtest86 V3.2 [F9] DocMem RAM Diagnostic V1.45a "
- print " [F6] Memtest86+ V1.65 [1] DocMem RAM Diagnostic V2.1b "
- print " [F7] Windows Memory Diagnostic [2] TestMem4 "
- print " [F8] ctramtest V5.1 "
- print " "
- set textColor = color[yellow on cyan]
- print " Peripherals Test "
- set textColor = color[white on cyan]
- print " [3] Parallel V1.45 [5] ATAPI CDROM Identification V2.03 "
- print " [4] CHZ Monitor-Test V1.0 "
- print " "
- print " "
- set textColor = color[white on blue]
- print " $(x$expert) Left/right arrow key for previous/next screen. ESC returns to main menu. "
- set textColor = color[white on black]
-
- #
- # Actions
- #
- getkey
- clear
- if ($lastKey == key[f1]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "lucifer"; then script launch.scn
- if ($lastKey == key[f2]); then isolinux cpustres initrd=cpustres.gz ubcd=cpuburn
- if ($lastKey == key[f3]); then isolinux cpustres initrd=cpustres.gz ubcd=mprime
- if ($lastKey == key[f4]); then isolinux cpustres initrd=cpustres.gz ubcd=stresscpu
- if ($lastKey == key[f5]); then set method = "memdisk"; then set image = "memtest"; then script launch.scn
- if ($lastKey == key[f6]); then set method = "memdisk"; then set image = "memtestp"; then script launch.scn
- if ($lastKey == key[f7]); then set method = "diskemu"; then set image = "windiag"; then script launch.scn # Won't boot using memdisk
- if ($lastKey == key[f8]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "ctram"; then script launch.scn
- if ($lastKey == key[f9]); then set method = "memdisk"; then set image = "docmem1"; then script launch.scn
- if ($lastKey == key[1]); then set method = "memdisk"; then set image = "docmem2"; then script launch.scn
- if ($lastKey == key[2]); then set method = "memdisk"; then set image = "tm4"; then script launch.scn
- if ($lastKey == key[3]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "parallel"; then script launch.scn
- if ($lastKey == key[4]); then set method = "memdisk"; then set image = "tfttest"; then script launch.scn
- if ($lastKey == key[5]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "atapicd"; then script launch.scn
- if ($lastKey == key[ins]); then set expert = ($expert + 1) % 2;
- if ($lastKey == key[right]); then script mboard2.scn
- if ($lastKey == key[esc]); then script main.scn
- goto menu
-