From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH 0/4] Arguments to skip boot menu and to hide bios output Date: Sat, 07 Feb 2009 10:01:51 -0600 Message-ID: <498DB06F.7090700@codemonkey.ws> References: <1233965825-17970-1-git-send-email-FOSS@AtlasTechnologiesInc.com> <20090207110951.GC29664@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Cory Fields , kvm@vger.kernel.org To: "Daniel P. Berrange" Return-path: Received: from rn-out-0910.google.com ([64.233.170.186]:47532 "EHLO rn-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752288AbZBGQCP (ORCPT ); Sat, 7 Feb 2009 11:02:15 -0500 Received: by rn-out-0910.google.com with SMTP id k40so910179rnd.17 for ; Sat, 07 Feb 2009 08:02:14 -0800 (PST) In-Reply-To: <20090207110951.GC29664@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Daniel P. Berrange wrote: > On Fri, Feb 06, 2009 at 07:17:01PM -0500, Cory Fields wrote: > >> This patchset creates new commandline arguments -quietboot and >> -fastboot >> >> -quietboot silences normal text output from the bios and vgabios. I >> rarely care to see this output and it looks much cleaner when the >> first thing shown in a KVM window is init or splash (or the dreaded >> Windows logo) >> >> -fastboot lets you explicitly skip the "Press f12 for boot menu" option >> saving ~3 seconds on each boot. It is also implied by -kernel -boot >> or -quietboot. >> > > I'd be inclined to say that both of these options should be on by > default, and that you should have to give a explicit flag to turn > on slow BIOS boot, and/or the F12 menu. Neither of these are very > useful features in general daily usage. > Disabling the F12 prompt by default makes sense to me. I think we should continue letting Bochs print their splash screen though. It's good to make the role the BIOSes play visible by default. If vendors want to disable it, the option will be there. Regards, Anthony Liguori > Daniel >