The short answer is probably. Jumpstart and Kickstart are philosophically cousins. They both use dhcp/bootp, tftp and nfs. Kickstart adds the ftp and http methods. You will need to figure out what to put in the place of the pxelinux.bin files for the Jumpstart's to work. That is your mini-kernel and initrd which will then be used to pull the rest of the stuff. The beauty of both methods is that nothing specific to the machine being installed has to run on the server. Just basic services. Definitely get the Jumpstart book and read it with an open mind. ------------------------------------------------------------------------ Jim Wildman, CISSP, RHCE jim@xxxxxxxxxxxxx http://www.rossberry.com On Thu, 23 Jan 2003, Nguyen, Hang wrote: > In that case, does Jumpstart work on Linux box? > > I know between Linux boxes, kickstart works fine. And between Solaris > boxes, Jumpstart works fine. However, in my case, I have to deal with two > different OS: Linux as a boot server, and Solaris a client box, and I don't > really know what kickstart and jumpstart can/cannot do. > > Can I bundle the whole Solaris OS software in a package of some sorts and > use kickstart on Linux to transfer that package to Sparc machine, and use > jumpstart to boot and install Solaris? Sound so complicated and weird, I > guess. >