From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: logs attached. Re: [Xen-users] Can not find the cdrom device in /dev/ afterbooted into xen(3.0.3) Date: Fri, 01 Dec 2006 18:34:12 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Liang Yang , tim.post@netkinetics.net, "Petersson, Mats" Cc: xen-devel@lists.xensource.com, xen-users@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 1/12/06 6:27 pm, "Liang Yang" wrote: > Hi Tim, Keir and Mats, > > I attached all the detailed log files (text file format). The file extension > indicate the version of environment. Please take a look. ESB2 should be supported by the piix IDE driver. Which XenLinux kernel config are you using? Either you need the driver compiled into the kernel, or you need to load it as a module. Look for a line containing CONFIG_BLK_DEV_PIIX in your .config -- it should be "=m" or "=y". If it's compiled as a module, and you installed the modules on your filesystem, you may be able to fire up the CDROM drive by typing 'modprobe piix'. -- Keir