From owner-freebsd-current@FreeBSD.ORG Fri Aug 20 11:45:32 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C83F16A4CF for ; Fri, 20 Aug 2004 11:45:32 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id D367143D31 for ; Fri, 20 Aug 2004 11:45:30 +0000 (GMT) (envelope-from keramida@linux.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i7KBjRRh008160; Fri, 20 Aug 2004 14:45:28 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i7KBjKk4008163; Fri, 20 Aug 2004 14:45:20 +0300 (EEST) (envelope-from keramida@linux.gr) Received: (from keramida@localhost)i7KBjKV9008162; Fri, 20 Aug 2004 14:45:20 +0300 (EEST) (envelope-from keramida@linux.gr) Date: Fri, 20 Aug 2004 14:45:20 +0300 From: Giorgos Keramidas To: Sergey Mokryshev Message-ID: <20040820114520.GA8050@orion.daedalusnetworks.priv> References: <4124B473.9070004@portaone.com> <20040820145419.H640@lemori.mokr.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040820145419.H640@lemori.mokr.net> cc: Maxim Sobolev cc: current@FreeBSD.org Subject: Re: Extending cdboot with options "Press any key to boot from CD" prompt X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 11:45:32 -0000 On 2004-08-20 14:56, Sergey Mokryshev wrote: > On Thu, 19 Aug 2004, Maxim Sobolev wrote: > > > >Please review/comment on attached patch, which extends cdboot with > >"Press any key to boot from CD" prompt inspired by Windows > >installation CDs. IMHO this feature is quite useful for installation > >CDs, and probably for other interactive one-shot CDs, to prevent > >machine from booting off CD again after work is complete. If there is > >no objections, I'd like to request repo copy from cdboot.s into > >cdboot.S and then commit this change. My plan is to keep this feature > >turned off by default, and provide make(1) knob to turn it one if > >necessary. > > Windows 2000 and later checks for an active partition on HDD first, and > display this message if none found. > > Is it hard to implement? This is a dangerous place where you'te treading young hobbit! Whatever you do, wherever you do it, please don't remove the ability to boot from partitions that are not active. The stubbornness of stupid Windows bootloaders that refuse to boot if their partition is not active or if any other partition is active too is something we don't want to emulate too, right? I actually like the way our loaders are "active partition"-agnostic.