User`s manual
SIP User's Manual 548 Document #: LTRT-83303
Mediant 1000 & Mediant 600
14.5.4.2 Editing the isolinux.cfg File
¾ To edit the isolinux.cfg file, take these 19 steps:
1. From the 'Partner Install' folder, open the isolinux.cfg file with a text editor that
supports UNIX file format (e.g., PSPad or UltraEdit).
Figure 14-28: isolinux.cfg File
2. Insert the following line at the beginning of the file, so that it is the first line.
serial 0 115200
3. Locate the line 'DEFAULT <my_label>' (usually the first line of the file, e.g., 'default
harddisk' or 'default linux'.
4. If <my_label> isn’t 'linux' (for instance it can be 'harddisk'), change it to 'linux'.
5. Locate the following line: 'label linux'.
6. Under the 'label linux' line, two lines should appear.
kernel...
append...
The following examples show how the 'label linux' line and its 'kernel' and 'append'
sublines may appear before you change them:
label linux
kernel linux
append initrd=initrd splash=silent showopts
or
label linux
kernel linux
append initrd=initrd ramdisk_size=65536 splash=silent
showopts
7. Remove the 'splash=...' and 'showopts' parameters, if they appear in the 'append' line.
Note: Do not remove any other parameters in the 'append' line, especially the
'initrd=' parameter.