Re: Ubuntu Server: Kernel Configuration Considerations

2010-07-05 Thread Michael Zoet
Hi Kaushal, ... >> > > I did manually by running apt-get install linux-image-server on the > client host. It installed the server kernel which is a manual method. > is there a way to fix it on the pxe image itself so that whenever new > clients are being build with Ubuntu 8.04 server. It install

Re: Ubuntu Server: Kernel Configuration Considerations

2010-07-05 Thread Kaushal Shriyan
On Wed, Jun 30, 2010 at 7:40 PM, Dan Sheffner wrote: > you are using a preseed.cfg file right? > > You want to have this in there: > > # The kernel image (meta) package to be installed; "none" can be used if no > # kernel is to be installed. > > #d-i base-installer/kernel/image linux-generic > d-i

Re: Ubuntu Server: Kernel Configuration Considerations

2010-06-30 Thread Dan Sheffner
you are using a preseed.cfg file right? You want to have this in there: # The kernel image (meta) package to be installed; "none" can be used if no # kernel is to be installed. #d-i base-installer/kernel/image linux-generic d-i base-installer/kernel/override-image string linux-server That is wha

Re: Ubuntu Server: Kernel Configuration Considerations

2010-06-30 Thread Kaushal Shriyan
On Wed, Jun 30, 2010 at 6:49 PM, Dan Sheffner wrote: > I think you want: > > d-i base-installer/kernel/override-image string linux-server > Hi Dan d-i base-installer/kernel/override-image string linux-server ? is that a command. I didnot understand it. Please help me understand Thanks and Rega

Re: Ubuntu Server: Kernel Configuration Considerations

2010-06-30 Thread Dan Sheffner
I think you want: d-i base-installer/kernel/override-image string linux-server what do you have in your file for that? On Wed, Jun 30, 2010 at 8:14 AM, Kaushal Shriyan wrote: > Hi, > > The issue is that we have built ubuntu using kickstart/tftp/pxe image > on all the 300 servers. The issue is

Ubuntu Server: Kernel Configuration Considerations

2010-06-30 Thread Kaushal Shriyan
Hi, The issue is that we have built ubuntu using kickstart/tftp/pxe image on all the 300 servers. The issue is with the pxe server. We found out that the running Kernel on all the ubuntu hosts are 2.6.24-16-generic and not 2.6.24-16-server. Please suggest me whats the best way to set it to correc