Changes

Jump to navigation Jump to search
804 bytes added ,  10:52, 28 March 2016
Line 11: Line 11:  
Don't worry about setting any tftp-server parameters, as these are handled by the Thinclient contrib.
 
Don't worry about setting any tftp-server parameters, as these are handled by the Thinclient contrib.
   −
== Clonezilla ==
+
== Universal Boot CD (UBCD)  - the easy way ==
   −
I have created a sample set of files for deploying [http://clonezilla.org Clonezilla] to your devices here.
+
I have created a sample set of files for deploying [http://www.ultimatebootcd.com/ UBCD] to your devices here.
 +
 
 +
This uses memdisk and boots the liveCD over the network.
 +
 
 +
Log into your server as root and make sure that you are in the /tftpboot directory 
 +
cd /tftpboot
 +
Get my preconfigured ubcd directory and expand it
 +
wget --no-check-certificate http://batley.com.au/smecontribs/ubcd_pxelinux.tgz -O ubcd_pxelinux.tgz
 +
tar zxf ubcd_pxelinux.tgz
 +
cd ubcd
 +
Copy in the required syslinux files (tftp cannot follow links outside of it's allowed directories, so you'll need to copy these in)
 +
cp /usr/share/syslinux/pxelinux.0 .
 +
cp /usr/share/syslinux/memdisk .
 +
Download the latest copy of the ubcd iso [http://www.ultimatebootcd.com/download.html from] into the /tftpboot/ubcd directory and create a link to it (my default file looks for ubcd.iso)
 +
ln -s ./ubcd<version>.iso ubcd.iso
371

edits

Navigation menu