3. Complete the following steps to modify the /boot/grub/menu.lst file:a. Comment out the gfxmenu line by adding a # in front of the word gfxmenu.b. Add the following line before the first title line:# This will allow you to only Monitor the OS boot via SOLc. Append the following text to the first title line:SOL Monitord. Append the following text to the kernel line of the first title section:console=ttyS0,19200 console=tty1e. Add the following four lines between the first two title sections:# This will allow you to Interact with the OS boot via SOLtitle linux SOL Interactivekernel (hd0,1)/boot/vmlinuz root=/dev/hda2 acpi=oldboot vga=791console=tty1 console=ttyS0,19200initrd (hd0,1)/boot/initrdThe following examples show the original content of the /boot/grub/menu.lstfile and the content of this file after modification.Original /boot/grub/menu.lst contents Notesgfxmanu (hd0,1)/boot/messagecolor white/blue black/light-graydefault 0timeout 8title linuxkernel (hd0,1)/boot/vmlinuz root=/dev/hda2 acpi=oldboot vga=791 1initrd (hd0,1)/boot/initrdtitle floppyrootchainloader +1title failsafekernal (hd0,1)/boot/vmlinuz.shipped root=/dev/hda2 ide=nodma apm=off vga=normal nosmp 1disableapic maxcpus=0 3initrd (hd0,1)/boot/initrd.shippedNote 1: The kernel line is shown with a line break. In your file, the entire entry must all be on one line.Modified /boot/grub/menu.lst contents Notes#gfxmanu (hd0,1)/boot/messagecolor white/blue black/light-graydefault 0timeout 8# This will allow you to only Monitor the OS boot via SOLtitle linux SOL Monitorkernel (hd0,1)/boot/vmlinuz root=/dev/hda2 acpi=oldboot vga=791 console=ttyS0,19200 1console=tty1initrd (hd0,1)/boot/initrd# This will allow you to Interact with the OS boot via SOLtitle linux SOL Interactivekernel (hd0,1)/boot/vmlinuz root=/dev/hda2 acpi=oldboot vga=791 console=tty1 console=ttyS0,19200initrd (hd0,1)/boot/initrdChapter 3. Configuring the server 59