From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: network boot always enabled with 0.15.0 Date: Thu, 11 Aug 2011 18:59:25 +0200 Message-ID: <4E440A6D.7020403@redhat.com> References: <20110811090522.GU4404@redhat.com> <24E144B8C0207547AD09C467A8259F75377760F0@lisa.maurer-it.com> <20110811093856.GV4404@redhat.com> <24E144B8C0207547AD09C467A8259F75377761E8@lisa.maurer-it.com> <20110811102552.GW4404@redhat.com> <24E144B8C0207547AD09C467A8259F753777727D@lisa.maurer-it.com> <20110811105045.GY4404@redhat.com> <24E144B8C0207547AD09C467A8259F75377772BD@lisa.maurer-it.com> <20110811114819.GA4404@redhat.com> <24E144B8C0207547AD09C467A8259F75377772F3@lisa.maurer-it.com> <20110811120611.GB4404@redhat.com> <24E144B8C0207547AD09C467A8259F7537782C2E@lisa.maurer-it.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Gleb Natapov , "kvm@vger.kernel.org" To: Dietmar Maurer Return-path: Received: from mx1.redhat.com ([209.132.183.28]:18174 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751141Ab1HKSDH (ORCPT ); Thu, 11 Aug 2011 14:03:07 -0400 In-Reply-To: <24E144B8C0207547AD09C467A8259F7537782C2E@lisa.maurer-it.com> Sender: kvm-owner@vger.kernel.org List-ID: Hi, > Another possibility to disable network boot would be to avoid loading > the pxe-XXX.rom network boot ROMs. Or is that a bad idea? Just add the romfile property to your nic with an empty string, i.e. qemu $otheropts -device e1000,romfile=,mac=... HTH, Gerd