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

Re: [Xen-users] i8042.c: No controller found.

Subject: Re: [Xen-users] i8042.c: No controller found.
From: Nuno Loureiro Ferreira <nunolf@xxxxxxxxx>
Date: Fri, 10 Jul 2009 22:39:50 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 10 Jul 2009 13:43:30 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=rwEceTOZ4BJ3A1edtZfi+0hzlT3C7hWbzzvz1cD2kLU=; b=Vtneo0OSFRJvH1NDUxz7ClyubJmBBhlS2ls0p9+uHvmlLIjLLxF4dhXU4JDWypYZMM 6rouXpSkkT+7fKusYAZX9I83lzd+oWaSmXpoiN2gQHZzILXwO3VrT0BfDeJtPrYd8/Ae yaLYY2pftaLo/awzltKBsSAMJPajROlUUUP64=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; b=W0ndmWyHefCZOPYH3CO+iG0Rw8Ee8fxOdCEXHtsfw5IO/OUR6kAmjYYGe45DZCsIRf MQLNHMe71X1l1Gc7vVeuBbcsEgcBaPLJ3OXxjtue89GSk9JKH4vtz+lOLr26OYtm2cvv JR/ZRMnxwuEIKxQ+2b15GqlmnMXA8qc8huiTc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <433123.93438.qm@xxxxxxxxxxxxxxxxxxxxxxxxx>
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>
References: <433123.93438.qm@xxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.22 (Windows/20090605)
Hi Vemu

vemu ramesh wrote:
Iit is also every time loding xen kernel as default. i want to load default kernel.
is it poaaible to load default kernel as my gueat OS.
if it is then how to do that.

Still did not tried the Xen-Citrix but on CentOS and Scientific Linux, after installing the xen kernel, by default the system is configured to boot the xen kernel. If you want to boot from a different kernel, change the "default" variable in /boot/grub/grub.conf. In the below configuration CentOS (2.6.18-128.1.6.el5xen) is going to be loaded once server fires up. If you want the non-xenified version to be booted as default, then change the "default" variable to "default=1". That is:

if default=0, CentOS (2.6.18-128.1.6.el5xen) is loaded
if default=1, CentOS (2.6.18-128.1.1.el5) is loaded
if default=2, CentOS (2.6.18-92.el5) is loaded
...
and and got the picture, right?

[root@enmr00 ~]# cat /boot/grub/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,1)
#          kernel /boot/vmlinuz-version ro root=/dev/md1
#          initrd /boot/initrd-version.img
#boot=/dev/md1
default=0
timeout=5
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.18-128.1.6.el5xen)
       root (hd0,1)
       kernel /boot/xen.gz-2.6.18-128.1.6.el5
module /boot/vmlinuz-2.6.18-128.1.6.el5xen ro root=/dev/md1 rhgb quiet
       module /boot/initrd-2.6.18-128.1.6.el5xen.img
title CentOS (2.6.18-128.1.1.el5)
       root (hd0,1)
       kernel /boot/vmlinuz-2.6.18-128.1.1.el5 ro root=/dev/md1 rhgb quiet
       initrd /boot/initrd-2.6.18-128.1.1.el5.img
title CentOS (2.6.18-92.el5)
       root (hd0,1)
       kernel /boot/vmlinuz-2.6.18-92.el5 ro root=/dev/md1 rhgb quiet
       initrd /boot/initrd-2.6.18-92.el5.img


Cheers,
N.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] i8042.c: No controller found., Nuno Loureiro Ferreira <=