Hi All This is Vemu Ramesh I have successfully install ed my Linux guest OS on my xen vm using citrix xen. every time when i reboot the my guest Linux OS i am getting the following errors "i8042.c: No controller found" and also it is not open the GUI mode even it is in default runlevel "5" it 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. could some one help me out i ma using citrix xen 3.5 server thanks Vemu Ramesh Sr.Storage Test Engineer 98481 43872 Cricket on your mind? Visit the ultimate cricket website. Enter http://cricket.yahoo.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nuno Loureiro Ferreira
2009-Jul-10 20:39 UTC
Re: [Xen-users] i8042.c: No controller found.
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@lists.xensource.com http://lists.xensource.com/xen-users
Maybe Matching Threads
- Samba (v1.9.18P5)
- debuginfo and debuginfo-common for PAE with systemtap
- Badness in i8042_panic_blink at drivers/input/serio/i8042.c: 992
- Badness in i8042_panic_blink at drivers/input/serio/i8042.c: 992
- [BUG] Xen/Linux selfdescruction after not finding i8042 aux with 32GB of RAM