From owner-freebsd-questions@FreeBSD.ORG Mon Jan 31 14:56:46 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AEDA16A4CE for ; Mon, 31 Jan 2005 14:56:46 +0000 (GMT) Received: from smtp3.adl2.internode.on.net (smtp3.adl2.internode.on.net [203.16.214.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFD9A43D41 for ; Mon, 31 Jan 2005 14:56:45 +0000 (GMT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp129-220.lns1.adl2.internode.on.net [150.101.129.220])j0VEuhCc085421; Tue, 1 Feb 2005 01:26:43 +1030 (CST) From: Malcolm Kay Organization: at home To: Billy Newsom , freebsd-questions@freebsd.org Date: Tue, 1 Feb 2005 01:26:42 +1030 User-Agent: KMail/1.5.4 References: <41FE414F.1050001@leadhill.net> In-Reply-To: <41FE414F.1050001@leadhill.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502010126.42611.malcolm.kay@internode.on.net> Subject: Re: How do I do a COLD Reboot on FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 14:56:46 -0000 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