From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Subject: Re: windows 2008 installation doesn't recognize cdrom Date: Mon, 30 Aug 2010 12:15:54 +0200 Message-ID: <4C7B84DA.8070307@redhat.com> References: <20100828154423.GB4167@/bin/hostname> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm To: Martin Kraus Return-path: Received: from mx1.redhat.com ([209.132.183.28]:31343 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754748Ab0H3KP6 (ORCPT ); Mon, 30 Aug 2010 06:15:58 -0400 In-Reply-To: <20100828154423.GB4167@/bin/hostname> Sender: kvm-owner@vger.kernel.org List-ID: On 08/28/10 17:44, Martin Kraus wrote: > > Hi. I'm trying to install windows 2008 on kvm running on debian squeeze with qemu-kvm > 0.12 but the installer complains about not being able to find any drivers for > the cdrom. Is there some way to feed it a cdrom driver? I've never had any > problems with previous windows installations. Hi Martin, You need to be a little more explicit about what you are trying to do here. Are you trying to point the CDROM drive to KVM and have it controlled by Windows, or are you trying to point it to an ISO image? You ought to be able to just say -cdrom /dev/sr if you want KVM to see the CDROM drive, or -cdrom /path/to/iso/image if you want it to read the ISO. Jes