From owner-freebsd-questions Sun Jan 18 16:13:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29043 for questions-outgoing; Sun, 18 Jan 1998 16:13:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA29021 for ; Sun, 18 Jan 1998 16:13:35 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id JAA06577; Mon, 19 Jan 1998 09:46:52 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA13286; Mon, 19 Jan 1998 09:46:52 +1030 (CST) (envelope-from grog) Message-ID: <19980119094651.28071@lemis.com> Date: Mon, 19 Jan 1998 09:46:51 +1030 From: Greg Lehey To: "Vladislav S. Davidzon" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Passing parameters References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Vladislav S. Davidzon on Sun, Jan 18, 1998 at 02:48:28PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Sun, Jan 18, 1998 at 02:48:28PM -0500, Vladislav S. Davidzon wrote: > Good afternoon. > > I have just successufly installed my first FreeBSD machine. > However, there is one problem. This particular machine > is a weird one. I used to run Linux on it, and it required > the option "append reboot=bios" to be passed to the kernel > in Linux in order for it to reboot with a shutdown -r now. > > How do I do this in FreeBSD? Is there a different parameter > that I should pass to the kernel? > > Currently this machine will not reboot without me physically > powercycling it. Hmm. The FreeBSD boot is different from the Linux boot, and I would have said "you don't need that", but since you have difficulty rebooting, that doesn't sound like the correct answer. Does your system have a reset button? If so, are you saying that it doesn't work? How far do you get with the reboot before it hangs? There is a kernel option BROKEN_KEYBOARD_RESET, but before you go to the trouble of building a new kernel, it would be good to know whether it is likely to help. Greg