User`s manual

H.323 User's Manual I. Linux™ Operating System Installation for the OSN Server
Version 5.0 445 December 2006
I.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: In the above string, “ttyS0,115200” consists of a captial “S”, only zeros and
one comma.
The 'default <my_kernel> and 'append' lines should look like the following example:
DEFAULT /install/vmlinuz
APPEND vga=normal initrd=/install/initrd.gz text
console=ttyS0,115200 ramdisk_size=10240 root=/dev/rd/0
devfs=mount,dall rw –
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: If the timeout line does not exist, do not add it.
8. The isolinux.cfg file should now look like the following:
serial 0 115200
DEFAULT /install/vmlinuz
APPEND vga=normal initrd=/install/initrd.gz text
console=ttyS0,115200 ramdisk_size=10240 root=/dev/rd/0
devfs=mount,dall rw --
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