User`s manual
SIP User's Manual 530 Document #: LTRT-83303
Mediant 1000 & Mediant 600
4. Locate the line 'default <my_label>' (usually 'default linux' appears), and then locate
the line 'label <my_label>' (usually 'label linux' appears). Under this line, the following
appears:
kernel ...
append ...
5. Add the following parameters to the 'append' line of <my_label>:
text console=ttyS0,115200
Note: In the above string, “ttyS0,115200” consists of a capital “S”, only zeros, and
one comma.
The 'kerne' and 'append' lines should now look like the following example:
label linux
kernel vmlinuz
append initrd=initrd.img ramdisk_size=8192
text console=ttyS0,115200
6. Locate the line 'prompt <flag>' (usually 'prompt 1' appears) and change it to 'prompt 0'.
7. Locate the line 'timeout <tenth_of_secs>' (usually 'timeout 600' appears) and change it
to 'timeout 0'.
Note: If the timeout line does not exist, do not add it.
The isolinux.cfg file should now look like the following:
serial 0 115200
default linux
prompt 0
...
label linux
kernel vmlinuz
append initrd=initrd.img ramdisk_size=8192
text console=ttyS0,115200
8. Save the changes to the isolinux.cfg file, and then close the text editor.
9. Navigate to the 'Partner Install' folder and with the ISO editing utility, open the boot.iso
file.
10. Double-click the 'isolinux' directory; the folder's contents is displayed.