--
Welcome to LILO the operating system chooser!
To list the possible choices, press <TAB>.
To load one of them, write its name and press <ENTER> or wait 5 seconds
for default boot.
--
while 'typescript' says it's empty:
--
Script started on Sat Sep 23 15:11:25 2000
~ # ls -l /boot | grep message
-rwxrwxrwx 1 root root 0 Sep 23 15:05 message
~ # exit
exit
Script done on Sat Sep 23 15:11:37 2000
Is there a trick to reset LILO prompt after editing '/boot/message'?
Yes! LILO is a bootloader, which means that it loads your kernel.
Therefore, it doesn't even mount your root partition, much less read the
/boot/message file. The message is hardcoded into your boot sector. After
editing /boot/message or /etc/lilo.conf you have to rerun lilo so it updates
everything. So, just do a quick /sbin/lilo and you should be fine. Good
luck,
Justin Dubs
Yes. Run lilo:
$ lilo -v
--
Garry Knight
garry...@bigfoot.com
Regards, sena..
--
,---------------------. ,--------------------------------------.
| se...@decoy.ath.cx | | gpg key: decoy.ath.cx/~sena/sena.asc |
| decoy.ath.cx/~sena/ | | Decoy org: http://decoy.ath.cx/ |
`---------------------' `--------------------------------------'
> I heard YY Lee <cc...@extra.lafn.ORG> saying:
> >
> >Is there a trick to reset LILO prompt after editing '/boot/message'?
> >
> My guess is that you forgot to run "/sbin/lilo" after editing your boot
> message file.
>
I did 'lilo -v' while '/boot/message' was all empty. So it didn't work.
I pop 'vi /boot/message' and insert a space, did again the 'lilo -v' then
it werks!