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 what picks which kernel is should be running I believe. I have documented allot of the PXE boot stuff here: https://www.digisoftinc.org/wiki/index.php/Ubuntu_preseed.cfg_installs_off_PXE_Boot As far as fixing it on each machine that is beyond my expertise but I believe you would have to get the ubuntu server kernel...compile it and then add it to your grub list. Sorry if you are looking for a direct fix for each server. On Wed, Jun 30, 2010 at 8:32 AM, Kaushal Shriyan <[email protected]>wrote: > On Wed, Jun 30, 2010 at 6:49 PM, Dan Sheffner <[email protected]> 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 Regards > > Kaushal > > -- > ubuntu-server mailing list > [email protected] > https://lists.ubuntu.com/mailman/listinfo/ubuntu-server > More info: https://wiki.ubuntu.com/ServerTeam >
-- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
