Hello,
sorry for bothering, there is enough information covering this matter yet I missed something.
I added a second hard drive and edited lilo.
First off, I changed 'Timeout'.
Previously, I set 'timeout=1' so Slackware was booting without prompt.
This time I set 'timeout=600', hit 'lilo' and reboot. I see a prompt appears and it reads 'Linux' for a minute if I don't touch a keyboard.
No matter what I do next on the bottom on the /etc/lilo.conf file, I can't see my other OS appears.
I ended up changing
Code:
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sda1
label = Linux
read-only
to
Code:
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sda1
label = Linuxgrrrrrrr
read-only
hit 'lilo' and rebooted.
I see again Linux, not Linuxgrrrrrrr
In other words, I am able to change 'timeout' but unable to change 'Linux bootable partition config' part in the same file.
Oops.
What did I miss?
Thanks in advance.
M.