From owner-freebsd-questions Fri Aug 11 9:38:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom2-102.telepath.com [216.14.2.102]) by hub.freebsd.org (Postfix) with SMTP id 8B73437B55C for ; Fri, 11 Aug 2000 09:38:25 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 72581 invoked by uid 100); 11 Aug 2000 16:37:43 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14740.11223.531210.227894@guru.mired.org> Date: Fri, 11 Aug 2000 11:37:43 -0500 (CDT) To: Marc van Woerkom Cc: questions@freebsd.org Subject: Re: Boot managers. In-Reply-To: <82414179@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Marc van Woerkom writes: > > ie If in FreeBSD I'd like to be able to say - Boot Doze;shutdown -r > > now. Then go off and have a coffee rather than having to wait around > > at the beck and call of a machine... > If you use GRUB you could modify the default line in menu.lst: > > default 0 True. If you put the GRUB data on a DOS partition, that would allow you to build simple scripts to do this from any OS that can mount a DOS partition (which means pretty much any OS). I've got a really ugly hack(*) for GRUB that makes the active partition the default partition, which I use with 'makeactive' to cause booting some OS's to make them become the default OS to boot. I plan on making it non-ugly non-hack code at some point, when it might find it's way back into GRUB proper, but if anyone wants it I can provide it.