Editing The Isolinux.cfg File - AudioCodes Mediant 1000 User Manual

Sip media gateways
Hide thumbs Also See for Mediant 1000:
Table of Contents

Advertisement

SIP User's Manual
L.6.3.2 Editing the isolinux.cfg File
To edit the isolinux.cfg file, take these 16 steps:
1.
Open the Partner Install folder and select the isolinux.cfg file, with a text editor that
supports UNIX file format (e.g., PSPad, UltraEdit).
2.
Insert the following line in the beginning of the file, so that it is the first line.
serial 0 115200
3.
Locate the line 'default <my_kernel>'. It is usually the first line of the file and appears
as follows.
DEFAULT /install/vmlinuz
4.
Under the default line there should be a line that begins with 'append'.
5.
Add the following parameters to the 'append' line.
text console=ttyS0,115200
Note:
The 'default <my_kernel> and 'append' lines should look like the following example:
DEFAULT /install/vmlinuz
APPEND vga=normal initrd=/install/initrd.gz text
6.
Locate the line 'prompt <flag>'. It usually appears as 'prompt 1. Change it to 'prompt
0'.
7.
Locate the line 'timeout <tenth_of_secs>'. It usually appears as 'timeout 600'. Change
it to 'timeout 0'.
Note:
8.
The isolinux.cfg file should now look like the following:
serial 0 115200
DEFAULT /install/vmlinuz
APPEND
LABEL linux
kernel /install/vmlinuz
...
DISPLAY isolinux.txt
TIMEOUT 0
PROMPT 0
F1 f1.txt
F2 f2.txt
F3 f3.txt
F4 f4.txt
F5 f5.txt
F6 f6.txt
Version 5.0
L. Linux™ Operating System Installation for the OSN Server
In the above string, "ttyS0,115200" consists of a captial "S", only zeros and
one comma.
console=ttyS0,115200 ramdisk_size=10240 root=/dev/rd/0
devfs=mount,dall rw –
If the timeout line does not exist, do not add it.
vga=normal initrd=/install/initrd.gz text
console=ttyS0,115200 ramdisk_size=10240 root=/dev/rd/0
devfs=mount,dall rw --
485
December 2006

Advertisement

Table of Contents
loading

Table of Contents