Florez, Nestor wrote: > Guys, > > I am trying to run the latest stable release of systemimager 4.0.2-1 > and I get the following error message when I run mkclientnetboot: > ------------------- > #/usr/sbin/si_mkclientnetboot --netboot --clients "10.100.1.170 10.100.1.171" > [netboot] using the kernel and initrd.img for architecture: i386 > [netboot] using the flavor: stabdard > ERROR: /var/lib/tftpboot/pxelinux.cfg/ doesn't exist (try using > si_mkbooserver before)! > ------------------- > > Any ideas what this means? >
If you had a previous install of systemimager (< 3.9.4) you should fix re-running si_mkbootserver (as suggested by the error message): your tftpboot directory will be configured to be a symlink to /usr/share/systemimager/boot. In this way you must not care about synchronizing the new kernels and initrds in the tftpboot dir, but it's automatically done (because the files resides in the same directory). If you prefer to use the previous approach just set your tftpboot dir to /tftpboot, changing the TFTP_DIR parameter in /etc/systemimager/systemimager.conf. -Andrea ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
