If you are using LILO, complete the following steps:
-Monitor
# This will allow you to only Monitor the OS boot via SOL
-Monitor
append="console=ttyS1,19200n8 console=tty1"
# This will allow you to Interact with the OS boot via SOL
image=/boot/vmlinuz-2.4.9-e.12smp
label=linux-Interact
initrd=/boot/initrd-2.4.9-e.12smp.img
read-only
root=/dev/hda6
append="console=tty1 console=ttyS1,19200n8 "
The following samples show examples of the original content of the /etc/lilo.conf file and the content of this file after modification.
Original /etc/lilo.conf contents |
---|
|
Modified /etc/lilo.conf contents |
---|
|
When the Linux operating system starts, a LILO boot: prompt is displayed instead of the graphical user interface. Pressing Tab while at this prompt will install all of the boot options that are listed. To load the operating system in interactive mode, type linux-Interact and then press Enter.