-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgeneric.syslinux.menu
executable file
·105 lines (87 loc) · 3.11 KB
/
generic.syslinux.menu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
KBDMAP german.kbd
LABEL knoppix
MENU LABEL TechUSB
MENU DEFAULT
KERNEL linux
APPEND nfsdir=10.50.0.115:/srv/tftp/techusb nodhcp ramdisk_size=100000 lang=us apm=power-off initrd=minirtpxe.gz nomce libata.force=noncq hpsa.hpsa_allow_any=1 loglevel=1 tz=localtime
TEXT HELP
Start TechUSB in graphics mode
ENDTEXT
LABEL debug
MENU LABEL TechUSB (Debug Mode)
KERNEL linux
APPEND nfsdir=10.50.0.115:/srv/tftp/techusb nodhcp ramdisk_size=100000 lang=us apm=power-off initrd=minirtpxe.gz nomce libata.force=noncq hpsa.hpsa_allow_any=1 loglevel=1 tz=localtime debug
TEXT HELP
Start TechUSB in debug mode
ENDTEXT
LABEL grub
MENU LABEL Grub4dos
KERNEL grub.exe
APPEND --config=;
TEXT HELP
Boot with Grub4dos
ENDTEXT
LABEL memtest
MENU LABEL Memtest 86
KERNEL memtest
APPEND foo
TEXT HELP
Start RAM check
ENDTEXT
LABEL failsafe
MENU LABEL TechUSB (Failsafe Mode)
KERNEL linux
APPEND nfsdir=10.50.0.115:/srv/tftp/techusb nodhcp ramdisk_size=100000 lang=us vga=normal atapicd nosound noapic nolapic noacpi pnpbios=off acpi=off nofstab noscsi nodma noapm nousb nopcmcia nofirewire noagp nomce libata.force=noncq hpsa.hpsa_allow_any=1 nonetwork nodhcp xmodule=vesa initrd=minirtpxe.gz
TEXT HELP
Disable hardware recognition
ENDTEXT
MENU SEPARATOR
MENU BEGIN knoppix-options
MENU TITLE Framebuffer graphics (notebooks)
MENU TABMSG Press [ENTER] to boot or [TAB] to edit a menu entry
MENU SEPARATOR
LABEL fb1024x768
MENU LABEL Framebuffer 1024x768
KERNEL linux
APPEND nfsdir=10.50.0.115:/srv/tftp/techusb nodhcp ramdisk_size=100000 lang=us apm=power-off vga=791 video=1024x768 xmodule=fbdev initrd=minirtpxe.gz nomce libata.force=noncq hpsa.hpsa_allow_any=1 loglevel=1 tz=localtime
TEXT HELP
Use framebuffer graphics 1024x768
ENDTEXT
LABEL fb1280x1024
MENU LABEL Framebuffer 1280x1024
KERNEL linux
APPEND nfsdir=10.50.0.115:/srv/tftp/techusb nodhcp ramdisk_size=100000 lang=us apm=power-off vga=794 video=1280x1024 xmodule=fbdev initrd=minirtpxe.gz nomce libata.force=noncq hpsa.hpsa_allow_any=1 loglevel=1 tz=localtime
TEXT HELP
Use framebuffer graphics 1280x1024
ENDTEXT
LABEL fb800x600
MENU LABEL Framebuffer 800x600
KERNEL linux
APPEND nfsdir=10.50.0.115:/srv/tftp/techusb nodhcp ramdisk_size=100000 lang=us apm=power-off vga=788 video=800x600 xmodule=fbdev initrd=minirtpxe.gz nomce libata.force=noncq hpsa.hpsa_allow_any=1 loglevel=1 tz=localtime
TEXT HELP
Use framebuffer graphics 800x600
ENDTEXT
LABEL fb640x480
MENU LABEL Framebuffer 640x480
KERNEL linux
APPEND nfsdir=10.50.0.115:/srv/tftp/techusb nodhcp ramdisk_size=100000 lang=us apm=power-off vga=785 video=640x480 xmodule=fbdev initrd=minirtpxe.gz nomce libata.force=noncq hpsa.hpsa_allow_any=1 loglevel=1 tz=localtime
TEXT HELP
Use framebuffer graphics 640x480
ENDTEXT
MENU SEPARATOR
LABEL mainmenu
MENU LABEL Back to main menu...
MENU EXIT
LABEL exit
MENU HIDE
KERNEL linux
LABEL quit
MENU HIDE
KERNEL linux
MENU END
LABEL hd
MENU LABEL Boot from HD
localboot 0x80
TEXT HELP
Boot from first Hard Drive if bootable
ENDTEXT