From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Schinkel Subject: requested regions overlap, rom loading failed using -kernel Date: Tue, 22 Dec 2009 03:12:08 +0100 Message-ID: <4B302AF8.3040103@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from fmmailgate01.web.de ([217.72.192.221]:51963 "EHLO fmmailgate01.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751832AbZLVCML (ORCPT ); Mon, 21 Dec 2009 21:12:11 -0500 Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate01.web.de (Postfix) with ESMTP id AE83B142D5779 for ; Tue, 22 Dec 2009 03:12:09 +0100 (CET) Received: from [84.178.228.133] (helo=[192.168.2.90]) by smtp06.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #314) id 1NMuEL-0005Gu-00 for kvm@vger.kernel.org; Tue, 22 Dec 2009 03:12:09 +0100 Sender: kvm-owner@vger.kernel.org List-ID: Hi, after upgrading from qemu-kvm-0.11.1 to 0.12.1 i get the following error starting my kvm (guest is linux 2.6.32): rom: requested regions overlap (rom linuxboot.bin. free=0x0000000000002300, addr=0x0000000000000000) rom loading failed I have no -drive option and no -boot option, only -kernel This worked without problems in previous kvm versions. I assume the IDE controller has an option rom which supplies a boot drive and the linuxboot "option rom" does the same. BTW: The VM boots from network. Actually I dont need the IDE controller at all. How can I disable it? Thanks Marco Schinkel