Hello Dvir, On Thursday 17 August 2006 13:58, Dvir Falik wrote: > - After installing an image to the node, there is a file created in the > /tftpboot/pxelinux.cfg directory that overrides the > /tftpboot/pxelinux.cfg/deault file. The content of this file is erroneous and > the machine cannot have further pxe boots until this file is erased (or > modified). > I also have a related question. I want to keep on the same server differnet > images for different architectures. This means that the network boot will be > done using different kernels and initrd files. How do I separate these groups > of nodes in the pxelinux.cfg?
Have a look at netbootmgr and the /etc/netbootmgr.conf file. You'll need to create your optimized kernel boot pxelinux.cfg files, copy /tftpboot/kernel-x to something appropriate (located in /tftpboot) and add it to the netbootmgr.conf file like this: MENU Kernel-2.6.9-22.0.2.ELsmp:kernel-2.6.9-22.0.2.ELsmp Here the word before the ":" is the netbootmgr menu label, the word after is the filename of the pxelinux.cfg located in /tftpboot that corresponds to it. The file you've seen created in /tftpboot/pxelinux.cfg is coming from systemimager. If netbootmgr is running, that file will be replaced by a symlink to /tftpboot/localboot. You'll have to change that to point to your boot config in the netbootmgr panel. Netbootmgr is neither complete nor finished, but already useful enough to some people. It will be improved, but I can't promise this will happen very soon... Regards, Erich ------------------------------------------------------------------------- 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&kid=120709&bid=263057&dat=121642 _______________________________________________ Oscar-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-devel
