Simon Ruiz wrote: > Hello! > > Ok, so we recently got some USB drives to use in Imaging our > workstations. Thanks for making that utility, Andrea, it'll be quite > useful when I get it to work. > > First, I had to figure out that I needed the mtools package installed > for si_mkautoinstalldisk to work. Not too difficult from the error > messages I got. > > Next, I run: si_mkautoinstalldisk --device /dev/sda --flavor 210 > --append "IMAGESERVER=10.100.5.11 IMAGENAME=210 SKIP_LOCAL_CFG=y" > > It runs through fine, and ends with "Done!" > > However, when I try to boot from the USB disk to install the image, I > get quite a few lines of the following: > > echo: /lib/libc.so.6: version 'GLIBC_2.4' not found (required by > echo) [: /lib/libc.so.6: version 'GLIBC_2.4' not found (required by > [) echo: /lib/libc.so.6: version 'GLIBC_2.4' not found (required by > echo) [: /lib/libc.so.6: version 'GLIBC_2.4' not found (required by > [) echo: /lib/libc.so.6: version 'GLIBC_2.4' not found (required by > echo) [: /lib/libc.so.6: version 'GLIBC_2.4' not found (required by > [) > > etc. > > Just to make sure I hadn't messed something up on the server, I tried > with my autoinstall CD, and it works just fine. >
This problem is due to a different version of glibc in boel_binaries and initrd. It seems that with si_mkautoinstalldisk you used the flavor "210", so the initrd is based on the initrd_template that you have in your golden client. Did you use the same flavor with si_mkautoinstallcd? Where did you compile the boel_binaries? I suppose that you did it in your image server? and you compiled initrd_template in your golden client, right? maybe you have a different version of glibc in these 2 machines... (it's just a hypothesis). Regards, -Andrea ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
