-
Notifications
You must be signed in to change notification settings - Fork 8
/
finnix.cfg
118 lines (104 loc) · 3 KB
/
finnix.cfg
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
106
107
108
109
110
111
112
113
114
115
116
117
118
# copy finnix dir to root of usb device
# put linux* , *.imz and initrd.xz from isolinux into that dir
# you can rename it to anything else
# in order to use toram parameter you need to copy md5sums to root of the usb drive
# you will also have to edit it to leave the finnix/ entries in the file
#
# if you use another subdir, you need to alter paths in md5sums accordingly
LABEL finnix
MENU LABEL Boot Finnix (32-bit)
TEXT HELP
Boot Finnix with a 32-bit kernel in normal 1024x768 pixel mode.
ENDTEXT
KERNEL /finnix/linux
APPEND initrd=/finnix/initrd.xz vga=791 quiet finnix_dir=/finnix
LABEL finnix64
MENU LABEL Boot Finnix (64-bit)
TEXT HELP
Boot Finnix with a 64-bit kernel in normal 1024x768 pixel mode.
(Kernel is 64-bit, userland is 32-bit.)
ENDTEXT
KERNEL /finnix/linux64
APPEND initrd=/finnix/initrd.xz vga=791 quiet finnix_dir=/finnix
LABEL memtest
MENU LABEL Run Memtest86+
TEXT HELP
Run Memtest86+, a system memory test utility.
ENDTEXT
KERNEL memtest
APPEND initrd=
LABEL dos
MENU LABEL Boot FreeDOS (Balder)
TEXT HELP
Boot Balder, a single-disk FreeDOS distribution.
ENDTEXT
KERNEL memdisk
APPEND initrd=/finnix/dos.imz
LABEL hdt
MENU LABEL Run Hardware Detection Tool
TEXT HELP
Run HDT, a hardware detection and reporting tool.
ENDTEXT
KERNEL hdt.c32
APPEND vesa
LABEL sbm
MENU LABEL Run Smart Boot Manager
TEXT HELP
Boot SBM (Smart Boot Manager), a boot manager.
ENDTEXT
KERNEL memdisk
APPEND initrd=/finnix/sbm.imz
LABEL c
MENU LABEL Boot hard drive
TEXT HELP
Boot the first bootable hard drive reported by your BIOS.
ENDTEXT
LOCALBOOT 0x80
LABEL a
MENU LABEL Boot floppy drive
TEXT HELP
Boot the first floppy drive reported by your BIOS.
ENDTEXT
LOCALBOOT 0x00
LABEL text
MENU LABEL Boot Finnix (32-bit, text mode)
TEXT HELP
Boot Finnix with a 32-bit kernel in 80x24 character text mode.
ENDTEXT
KERNEL /finnix/linux
APPEND initrd=/finnix/initrd.xz vga=normal quiet finnix_dir=/finnix
LABEL text64
MENU LABEL Boot Finnix (64-bit, text mode)
TEXT HELP
Boot Finnix with a 64-bit kernel in 80x24 character text mode.
(Kernel is 64-bit, userland is 32-bit.)
ENDTEXT
KERNEL /finnix/linux64
APPEND initrd=/finnix/initrd.xz vga=normal quiet finnix_dir=/finnix
LABEL debug
MENU LABEL Boot Finnix (32-bit, debug mode)
TEXT HELP
Boot Finnix with a 32-bit kernel in special debugging mode.
ENDTEXT
KERNEL /finnix/linux
APPEND initrd=/finnix/initrd.xz vga=normal debug finnix_dir=/finnix
LABEL debug64
MENU LABEL Boot Finnix (64-bit, debug mode)
TEXT HELP
Boot Finnix with a 64-bit kernel in special debugging mode.
(Kernel is 64-bit, userland is 32-bit.)
ENDTEXT
KERNEL /finnix/linux64
APPEND initrd=/finnix/initrd.xz vga=normal debug finnix_dir=/finnix
LABEL failsafe
MENU LABEL Boot Finnix (failsafe)
TEXT HELP
Boot Finnix with a 32-bit kernel, with as many automatic options turned
off as possible.
ENDTEXT
KERNEL /finnix/linux
APPEND initrd=/finnix/initrd.xz vga=normal noapic noacpi pnpbios=off acpi=off nofstab nodma noapm nodhcp nolvm nomouse noeject finnix_dir=/finnix
LABEL emad
MENU HIDE
KERNEL memdisk
APPEND initrd=/finnix/emad.imz