From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBl1M-0008Pc-BR for qemu-devel@nongnu.org; Mon, 18 Apr 2011 05:45:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QBl1I-0008MM-Cg for qemu-devel@nongnu.org; Mon, 18 Apr 2011 05:45:28 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:62021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBl1I-0008MG-5x for qemu-devel@nongnu.org; Mon, 18 Apr 2011 05:45:24 -0400 Received: by gwb19 with SMTP id 19so2087805gwb.4 for ; Mon, 18 Apr 2011 02:45:23 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4DA9F107.70209@msgid.tls.msk.ru> References: <4DA9F107.70209@msgid.tls.msk.ru> Date: Mon, 18 Apr 2011 10:45:23 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] iPXE/Etherboot prompts twice for booting? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: qemu-devel On Sat, Apr 16, 2011 at 8:41 PM, Michael Tokarev wrote: > I'm playing with iPXE ROM images again, and see > iPXE prompts two times during bootup. =A0Once like > this: "Press Ctrl-B to configure", at early stage, > even if -boot n is not selected. =A0And second time > when it actually tries to boot, like "Press Ctrl-B > for the command line". > > The same behavor happens with old Etherboot, with > the exception that during init stage it tries to > boot too but fails. > > Any idea how to get rid of that? IIRC you need to #define BANNER_TIMEOUT 0 in src/config/general.h. Stefan