Eloy,

Under 2.0.25 there are options for how the system reboots. These are specified
on the LILO command line. One of these will probably solve your rebooting
problem. These are typed in the form

        boot: linux reboot=c

at the lilo prompt, or in /etc/lilo.conf add the line

        append="reboot=c"

and then run lilo.

The options are:

        w       warm boot.
        c       cold boot.
        b       reboot by jumping to the BIOS reboot function.
        h       hard reboot by toggling reset and/or crashing the CPU.

I think that "crashing the CPU" comment may be for a non-Intel
architecture. I also notice that /usr/src/linux/arch/i386/kernel/process.c
function hard_reset_now() has some code to implement these functions
that does not necessarily apply to every BIOS, so not all of these
choices will work with every system.

I don't know what kernel version introduced this functionality.

        Thanks

        Bruce
--
Bruce Perens K6BP   [EMAIL PROTECTED]
Finger [EMAIL PROTECTED] for PGP public key.
PGP fingerprint = 88 6A 15 D0 65 D4 A3 A6  1F 89 6A 76 95 24 87 B3 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]

Reply via email to