/[clonezilla-sysresccd]/trunk/create-clonezilla-sysresccd/files/isolinux.cfg-original-restore
ViewVC logotype

Annotation of /trunk/create-clonezilla-sysresccd/files/isolinux.cfg-original-restore

Parent Directory Parent Directory | Revision Log Revision Log


Revision 47 - (hide annotations)
Thu May 20 12:12:53 2010 UTC (13 years, 11 months ago) by sng
File size: 6125 byte(s)
adding release scripts

1 sng 47 # Created by generate-pxe-menu! Do NOT edit unless you know what you are doing!
2     # Keep those comment "MENU DEFAULT" and "MENU HIDE"! Do NOT remove them.
3     # Note!!! If "serial" directive exists, it must be the first directive
4     default vesamenu.c32
5     timeout 300
6     prompt 0
7     noescape 1
8     MENU MARGIN 5
9     MENU BACKGROUND ocswp.png
10     # Set the color for unselected menu item and timout message
11     MENU COLOR UNSEL 7;32;41 #c0000090 #00000000
12     MENU COLOR TIMEOUT_MSG 7;32;41 #c0000090 #00000000
13     MENU COLOR TIMEOUT 7;32;41 #c0000090 #00000000
14     MENU COLOR HELP 7;32;41 #c0000090 #00000000
15    
16     # MENU MASTER PASSWD
17    
18     say **********************************************************************
19     say Clonezilla, the OpenSource Clone System.
20     say NCHC Free Software Labs, Taiwan.
21     say clonezilla.sourceforge.net, clonezilla.nchc.org.tw
22     say THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
23     say **********************************************************************
24    
25     # Allow client to edit the parameters
26     ALLOWOPTIONS 1
27    
28     # simple menu title
29     MENU TITLE clonezilla.sourceforge.net, clonezilla.nchc.org.tw
30    
31     # Since no network setting in the squashfs image, therefore if ip=frommedia, the network is disabled. That's what we want.
32     label clonezilla live with img img-new-sda
33     MENU DEFAULT
34     # MENU HIDE
35     MENU LABEL clonezilla live with img img-new-sda (Default settings, VGA 1024x768)
36     # MENU PASSWD
37     kernel /live/vmlinuz1
38     append initrd=/live/initrd1.img boot=live union=aufs ocs_live_run="ocs-live-restore" ocs_live_extra_param="-b -c restoredisk img-new-sda sda" ocs_live_keymap="NONE" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" vga=791 ip=frommedia nolocales
39     TEXT HELP
40     * Clonezilla live version: img-new-sda. (C) 2003-2008, NCHC, Taiwan
41     * Disclaimer: Clonezilla comes with ABSOLUTE NO WARRANTY
42     ENDTEXT
43    
44     label clonezilla live with img img-new-sda 800x600
45     # MENU DEFAULT
46     # MENU HIDE
47     MENU LABEL clonezilla live with img img-new-sda (Default settings, VGA 800x600)
48     # MENU PASSWD
49     kernel /live/vmlinuz1
50     append initrd=/live/initrd1.img boot=live union=aufs ocs_live_run="ocs-live-restore" ocs_live_extra_param="-b -c restoredisk img-new-sda sda" ocs_live_keymap="NONE" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" vga=788 ip=frommedia nolocales
51     TEXT HELP
52     VGA mode 800x600. OK for most of VGA cards.
53     ENDTEXT
54    
55     label clonezilla live with img img-new-sda 640x480
56     # MENU DEFAULT
57     # MENU HIDE
58     MENU LABEL clonezilla live with img img-new-sda (Default settings, VGA 640x480)
59     # MENU PASSWD
60     kernel /live/vmlinuz1
61     append initrd=/live/initrd1.img boot=live union=aufs ocs_live_run="ocs-live-restore" ocs_live_extra_param="-b -c restoredisk img-new-sda sda" ocs_live_keymap="NONE" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" vga=785 ip=frommedia nolocales
62     TEXT HELP
63     VGA mode 640x480. OK for most of VGA cards.
64     ENDTEXT
65    
66     label clonezilla live with img img-new-sda (To RAM)
67     # MENU DEFAULT
68     # MENU HIDE
69     MENU LABEL clonezilla live with img img-new-sda (To RAM. Boot media can be removed later)
70     # MENU PASSWD
71     kernel /live/vmlinuz1
72     append initrd=/live/initrd1.img boot=live union=aufs ocs_live_run="ocs-live-restore" ocs_live_extra_param="-b -c restoredisk img-new-sda sda" ocs_live_keymap="NONE" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" vga=791 toram ip=frommedia nolocales
73     TEXT HELP
74     All the programs will be copied to RAM, so you can
75     remove boot media (CD or USB flash drive) later
76     ENDTEXT
77    
78     label clonezilla live with img img-new-sda without framebuffer
79     # MENU DEFAULT
80     # MENU HIDE
81     MENU LABEL clonezilla live with img img-new-sda (Safe graphic settings, vga=normal)
82     # MENU PASSWD
83     kernel /live/vmlinuz1
84     append initrd=/live/initrd1.img boot=live union=aufs ocs_live_run="ocs-live-restore" ocs_live_extra_param="-b -c restoredisk img-new-sda sda" ocs_live_keymap="NONE" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" ip=frommedia nolocales vga=normal
85     TEXT HELP
86     Disable console frame buffer support
87     ENDTEXT
88    
89     label clonezilla live with img img-new-sda failsafe mode
90     # MENU DEFAULT
91     # MENU HIDE
92     MENU LABEL clonezilla live with img img-new-sda (Failsafe mode)
93     # MENU PASSWD
94     kernel /live/vmlinuz1
95     append initrd=/live/initrd1.img boot=live union=aufs ocs_live_run="ocs-live-restore" ocs_live_extra_param="-b -c restoredisk img-new-sda sda" ocs_live_keymap="NONE" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" acpi=off irqpoll noapic noapm nodma nomce nolapic nosmp ip=frommedia nolocales vga=normal
96     TEXT HELP
97     acpi=off irqpoll noapic noapm nodma nomce nolapic
98     nosmp vga=normal
99     ENDTEXT
100    
101     label local
102     # MENU DEFAULT
103     # MENU HIDE
104     MENU LABEL Local operating system in harddrive (if available)
105     # MENU PASSWD
106     # 2 method to boot local device:
107     # (1) For localboot 0, it is decided by boot order in BIOS, so uncomment the follow 1 line if you want this method:
108     # localboot 0
109    
110     # (2) For chain.c32, you can assign the boot device.
111     # Ref: extlinux.doc from syslinux
112     # Syntax: APPEND [hd|fd]<number> [<partition>]
113     # [<partition>] is optional.
114     # Ex:
115     # Second partition (2) on the first hard disk (hd0);
116     # Linux would *typically* call this /dev/hda2 or /dev/sda2, then it's "APPEND hd0 2"
117     #
118     kernel chain.c32
119     append hd0
120     TEXT HELP
121     Boot local OS from first hard disk if it's available
122     ENDTEXT
123    
124     # Note! *.bin is specially purpose for syslinux,
125     # Do NOT use memtest.bin, use memtest instead of memtest.bin
126     label memtest
127     # MENU DEFAULT
128     # MENU HIDE
129     MENU LABEL Memory test using Memtest86+
130     # MENU PASSWD
131     kernel /live/memtest
132     TEXT HELP
133     Run memory test using Memtest86+
134     ENDTEXT
135    
136     label FreeDOS
137     # MENU DEFAULT
138     # MENU HIDE
139     MENU LABEL FreeDOS
140     # MENU PASSWD
141     kernel memdisk
142     append initrd=/live/freedos.img
143     TEXT HELP
144     Run FreeDOS
145     ENDTEXT
146    
147     label etherboot
148     # MENU DEFAULT
149     # MENU HIDE
150     MENU LABEL Network boot via etherboot
151     # MENU PASSWD
152     kernel /live/eb.zli
153     TEXT HELP
154     Run Etherbot to enable network (PXE) boot
155     ENDTEXT
156    
157     label gPXE
158     # MENU DEFAULT
159     # MENU HIDE
160     MENU LABEL Network boot via gPXE
161     # MENU PASSWD
162     kernel /live/gpxe.lkn
163     TEXT HELP
164     Run gPXE to enable network (PXE) boot
165     ENDTEXT
166    

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26