WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] error opening /dev/console

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] error opening /dev/console
From: "xen rkar" <xen.rkar@xxxxxxxxx>
Date: Mon, 10 Nov 2008 15:48:11 +0530
Delivery-date: Mon, 10 Nov 2008 02:18:50 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=T7hMVJJW33wIEKc6lzC4/EAHMUWpJ+L+BdBgv8/5sWU=; b=QEXnX5NI1Jb9sn+LQCeN7plE8fPLb+dsGLFhj2dM/s0RNbQa9K+X9FNAbAMPZVHudl Sur05emONhL7WPFe4GfFPlbNxkHblSysW8uYudilLd6ItzA1KUQCUIgGn9Br2CzB9Oxa W88brb9G2QZ36LIqk7jeG/d5mmdnQsALIUtnI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=r1vvrx9ki1D+fH7363f4vDPHRk2AK2Z8t1FdQXpFANAIkpw/qrpNb4Qxes149equ1O xvF9TTVtcKYjqsBOHXWUTAEBOiKcXwzHMpaeHB2xZbfHtcEtDvmI0PXs7dq6sMYYp7zT H/g1r0znht1We36zNPHbQuEns7zvaAyvGh860=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I am trying to install xen 3.3.0 using the linux 2.6.18.8 kernel from the source available at http://bits.xensource.com/oss-xen/release/3.3.0/xen-3.3.0.tar.gz.

created initrd file using the following command
`mkinitrd --builtin=uhci-hcd --builtin=ohci-hcd --builtin=ehci-hcd --builtin=cciss --builtin=ata_piix /boot/initrd-2.6.18.8-xen0.img 2.6.18.8-xen0`

1) How do I make sure that the modules uhci, ohci, ehci, cciss are infact available in the kernel ?


title Xen 3.3 / xen0 / cciss/c0d0p1 console
       root (hd0,0)
       kernel /xen-3.3.0.gz console=vga
       module /vmlinuz-2.6.18.8-xen0 root=/dev/cciss/c0d0p1 ro console=tty0
       module /initrd-2.6.18.8-xen0.img

2) On booting the with the above option the systems panics with the message "error opening /dev/console"
Can any one please help on how to proceed with this installation ?

Thanks,
Karthik



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] error opening /dev/console, xen rkar <=