From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Cdrom on Linux domU PV Date: Wed, 8 Feb 2012 14:56:15 +0000 Message-ID: <1328712975.6133.49.camel@zakaz.uk.xensource.com> References: <1328538755451-5460198.post@n5.nabble.com> <1328630915898-5463631.post@n5.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1328630915898-5463631.post@n5.nabble.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Fantu Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Tue, 2012-02-07 at 16:08 +0000, Fantu wrote: > I updated xen to changeset 24701:3574f4d67843 and also tried with xl > cd-insert and it failed with this error: > > xl cd-insert MINT12PV xvdb raw:/dev/scd0 > libxl: error: libxl.c:1579:libxl_cdrom_insert: Virtual device not found > > I used wrong parameters or is there a bug? cd-insert is an HVM guest command, it must refer to an existing emulated CD-ROM device. Since you say you are using PV this can't exist. The error message could probably be improved here. Ian.