Hello Where can I specify kernel parameters for kernel of domU? In /etc/xen are the configuration files for domU with inside: kernel = "/boot/xen-linux-2.6.12.6-domu" Is this the place for parameters like in menu.lst of grub for another kernel? Torsten _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Sat, Feb 11, 2006 at 06:22:25PM +0100, Torsten Z wrote:> Hello > > Where can I specify kernel parameters for kernel of domU?You add an something like: extra = "...." to the appropriate /etc/xen/* file, where ... is anything you''d like to pass to the domU kernel. Yours Tony linux.conf.au http://linux.conf.au/ || http://lca2006.linux.org.au/ Jan 23-28 2006 The Australian Linux Technical Conference! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hello> > > > Where can I specify kernel parameters for kernel of domU? > > You add an something like: > extra = "...." > to the appropriate /etc/xen/* file, where ... is anything you''d like to > pass to the domU kernel.Thanks for this hint. Unfortunately are the kernel paramters in this case unsupportet. I try to bind nfs server to a fix port with: "lockd.udpport=4001 lockd.tcpport=4001" Thats a append line in lilo.conf. In a non xen pc its works fine. When I start the domU I got the message that the parameters are not supported. I insert this to extra: extra = "4 lockd.udpport=4001 lockd.tcpport=4001" Torsten _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users