From owner-freebsd-current@FreeBSD.ORG Fri Aug 20 11:04:20 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 2D32816A4CE; Fri, 20 Aug 2004 11:04:20 +0000 (GMT) Received: from web.portaone.com (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67ED843D48; Fri, 20 Aug 2004 11:04:19 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.1.100] (xDSL-2-2.united.net.ua [193.111.9.226]) (authenticated bits=0) by web.portaone.com (8.12.8p2/8.12.8) with ESMTP id i7KB4G1S068736 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 20 Aug 2004 13:04:17 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <4125DAAA.9050304@portaone.com> Date: Fri, 20 Aug 2004 14:04:10 +0300 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sergey Mokryshev References: <4124B473.9070004@portaone.com> <20040820145419.H640@lemori.mokr.net> In-Reply-To: <20040820145419.H640@lemori.mokr.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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:04:20 -0000 Sergey Mokryshev wrote: > On Thu, 19 Aug 2004, Maxim Sobolev wrote: > >> Hi, >> >> 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. >> >> Thanks! >> >> -Maxim >> > Maxim, > > Windows 2000 and later checks for an active partition on HDD first, and > display this message if none found. > > Is it hard to implement? Don't know for sure. Also you can have several hard drives, another CD-ROMs, floppies etc., that set for bootstraping in BIOS after current CD-ROM, so that I doubt that such detection is a good idea and worth efforts. -Maxim