When you type <B>halt</B> the OS terminates all processes and prepares the system to shutdown the power. Normally, halt is used before a power shutdown (to add a disk, card, etc.) for any reason.
Normally, if you want to reboot and get the lilo prompt, the command is <B>shutdown -r now</B>, where "r" means reboot and "now" means now
(you could say to shutdown and reboot in 5 minutes, etc., BTW, etc.)
Also, just a word of caution, before typing these commands, it is good to do a <B>sync</B> twice or so. This flushes certain information in RAM to disk, very helpful before shutdown or reboot. Most systems do this as a part of the shutdown scripts, but it is considered good practice to do this from the command line anyway. You will develop a good habit over time of typing sync;sync