Ole: I have used systemimager 3.6.3 to image some of our IBM e326m nodes here and I used the funtionality of the UYOK stuff to boot with the kernel already being used on the systems to boot to the systemimager install. Once you pull the image in /var/lib/systemimager/images/YOUR_IMAGE_NAME/etc/systemimager/boot/ there will be a kernel and a initrd.img file that should do the trick. On your imageserver use the si_mkbootserver command to properly set these up to be booted with. A command line sequence like:
si_mkbootserver --interface=eth2 --kernel=PATH_TO_KERNEL_FILE/kernel --initrd=/PATH_TO_INITRD_FILE/initrd.img --tftpdir=/tftpboot --pxelinux=/usr/share/syslinux/pxelinux.0 --localdhcp=y is the syntax that worked for me. -----Original Message----- >From: Bernard Li <[EMAIL PROTECTED]> >Sent: Apr 20, 2006 6:21 PM >To: [email protected] >Subject: RE: [Sisuite-users] Is there a SystemImager kernel for x86_64 >containing Broadcom drivers ? > >Hi Ole: > >Have you been able to get your server imaged using SystemImager trunk? >I just checked into trunk support for the IBM e326 which may be similar >to what you have. Anyways please give it a go if you have a chance and >let me know if you have any problems. > >Cheers, > >Bernard > >> -----Original Message----- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf >> Of Ole Holm Nielsen >> Sent: Tuesday, April 18, 2006 7:08 >> To: [email protected] >> Subject: [Sisuite-users] Is there a SystemImager kernel for >> x86_64 containing Broadcom drivers ? >> >> I've installed SystemImager 3.6.3 (stable) on an Intel Xeon >> (i686) server >> and on an IBM x326m AMD Opteron (x86_64) client. We can run >> si_getimage >> successfully, however, booting the x86_64 client with the SystemImager >> x86_64 kernel doesn't work since that kernel doesn't seem to have >> drivers for the Broadcom Ethernet chip in the IBM x326m. Only the lo0 >> network interface is found :-( >> >> The recommended kernel by Peter Mueller referred to in >> http://wiki.sisuite.org/SystemImager doesn't work either, >> presumably because it's for an i686 CPU. >> >> Question 1: Where do I find a "Peter Mueller kernel" for x86_64 >> which supports a wide spectrum of hardware ? >> >> Question 2: Is there a HowTo for "Use Your Own Kernel" so that I >> could use that approach in stead ? >> >> Thanks, >> Ole >> >> -- >> Ole Holm Nielsen >> Department of Physics, Technical University of Denmark >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by xPML, a groundbreaking >> scripting language >> that extends applications into web and mobile media. Attend >> the live webcast >> and join the prime developer group breaking into this new >> coding territory! >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720& >> dat=121642 >> _______________________________________________ >> Sisuite-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/sisuite-users >> > > >------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 >_______________________________________________ >Sisuite-users mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/sisuite-users ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ Sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
