As a limited release, we are posting this patch for the K2000, 3.5 sp1 and 3.6 to support linux kickstart deployments from the petemp\kickstart directory.
*Note: downloading the items require KACE support credentials to be entered.
Enable SSH root logon and reboot the K2000 before applying the patch.
3.5SP1 linux deployment toolkit patch.
3.6 linux deployment toolkit patch.
Then read the documentation in full for directions on how to implement this process.
The process does not support RSA deployment of linux at this time.
Please make feel free to comment below on ideas, suggestions or issues.
Back to the K2000 Deployment Workbench Page
We are currently on a trial of 3.6 and I was under the impression that we can deploy Linux machines as well but am having little luck on finding documentation on this. - pete.si 10 years ago
We'd seen iOS support in one of k1000 version, but it disappears. Dell like announcement. - acvianney 10 years ago
I've got this error message :
"mount.nfs: access denied by server while mount ing <ip>:<pathToKs.cfg>"
What could i've done wrong? - gwir 10 years ago
mount request from 172.17.66.17 from unprivileged port - gwir 10 years ago
As root :
mount -o loop boot.iso /mnt
rsync -av /mnt/ /tmp/custom
edit /tmp/custom/isolinux/isolinux.cfg and add before the line "label linux" :
label InstallKickStart
menu label ^Install Kickstart
kernel vmlinuz
append initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2020\x20x86_64 quiet ks=nfs:123.123.123.123:/kbox/datastore/internal/petemp/kickstart/Fedora20/ks.cfg
Then rebuild the iso file :
mkisofs -o /tmp/KicstartBoot.iso -b -r -J -l -cache-inodes -allow-multidot -no-emul-boot -boot-load-size 4 -boot-info-table -b isolinux/isolinux.bin -c isolinux/boot.cat /tmp/custom
It works, but I still have the access denied error :-(
Gilles - gwir 10 years ago