I determined my error....it was user error...I compiled and updated the kernel but I did not update all the boel_binaries from the build...so I was using new kernel and old boel binaries.....I updated the binaries and everything is working fine now.
Justposting here so it is available as reference for anyone else. In Summary, Downloaded new kernel from kernel.org Placed in src/ Edited kernel.rul to reflect new kernel version to build. Build to make sure everything is working Ran make clean just because Ran make menuconfig to add new drivers and get an updated .config file Copied .config to patches/linux.i386.config and patches/linux.x86_64.config Ran make for complete build Copied initrd_source/initrd.img to the pxeboot directory Copied arch/x86/boot/bzImage to the pxeboot directory (the x86_64 is a link to this file on a 64bit machine) Copied /tmp/boel_binaries.tar.gz to the standard location (Like the output from the builds tells you to) - missed this step myself.... Boot client...and you are getting the new binaries,kernel, and initrd with all the new drivers... Bryan -----Original Message----- From: Bernard Li [mailto:[email protected]] Sent: Thursday, March 04, 2010 12:51 PM To: [email protected] Subject: Re: [sisuite-users] Updating kernel to 2.6.33 Hi Bryan: On Thu, Mar 4, 2010 at 9:36 AM, Bryan Washer <[email protected]> wrote: > I really do not want to update my SystemImager infrastructure as I have > about 10 of them meshed throughout the organization and that would be quite > a task, but I have a new load of HP DL160's that I Need to add support for > and the IGB driver is not supported in the kernel until 2.6.27, and I have > had one hell of a time trying to back port the driver so I thought I would > just update the SI kernel. Have you tried using UYOK? That way you shouldn't need to update the SystemImager kernel: http://wiki.systemimager.org/index.php/UYOK Cheers, Bernard ------------------------------------------------------------------------ ------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
