Re: How do I do a COLD Reboot on FreeBSD?
From: Malcolm Kay (malcolm.kay_at_internode.on.net)
Date: 01/31/05
- Previous message: Matthew Seaman: "Re: Acrobat plugin"
- In reply to: Billy Newsom: "How do I do a COLD Reboot on FreeBSD?"
- Next in thread: Jerry McAllister: "Re: How do I do a COLD Reboot on FreeBSD?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Billy Newsom <smartweb@leadhill.net>, freebsd-questions@freebsd.org Date: Tue, 1 Feb 2005 01:26:42 +1030
On Tue, 1 Feb 2005 01:01 am, Billy Newsom wrote:
> I need to do a cold restart. I've looked through a lot of docs, and I
> can't seem to find this out. The computer I am working with seems to no
> longer enjoy a warm reboot (like "shutdown -r now" or "reboot") but I'm
> pretty sure it will do cold reboots fine. Is there a port, or is the
> shutdown command hackable for this, or what?
>
Try the man page for 'shutdown'.
# shutdown -h now
will cause a controlled shutdown finishing
with a message to "press any key to reboot".
At this stage you can switch off.
If your computer supports programmed power off
then you can also use:
# shutdown -p now
which will end with powering down your machine.
> I remember many computers in bygone years which had this problem. It was
> pretty common back in the 90's it seems like. Computers would reboot and
> act weird using CTRL-ALT-DELETE, but work fine when powered off and on.
>
Yes I've also experienced this. I always suspected it was one or other
peripheral device that is only reset on power down; but I really don't
have any justification for this assumption.
Malcolm
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Matthew Seaman: "Re: Acrobat plugin"
- In reply to: Billy Newsom: "How do I do a COLD Reboot on FreeBSD?"
- Next in thread: Jerry McAllister: "Re: How do I do a COLD Reboot on FreeBSD?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|