Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is a manual to boot the restore CD from your network (PXE).

 

Prerequisites:

 

Steps:

  1. Setup a TFTP server with appropriate DHCP server (see above PXELinux manual)
  2. Unzip the UrBackup-Live-Restore ISO in a directory called urbackup (http://sourceforge.net/projects/urbacku ... o/downloadusing e.g. 7zip)
  3. Edit your pxelinux.cfg/default file as below (replace the ip address of the server) :

Code Block
languagenone
LABEL UrBackup Restore
kernel urbackup/live/vmlinuz
append initrd=urbackup/live/initrd.img boot=live config username=urbackup toram noswap fetch=tftp://xxx.xxx.xxx.xxx/urbackup/live/filesystem.squashfs

...

Code Block
languagenone
LABEL UrBackup Restore
kernel urbackup/live/vmlinuz
append initrd=urbackup/live/initrd.img boot=live config username=urbackup toram noswap fetch=http://SERVERNAME/urbackup/live/filesystem.squashfs

 

Boot your client via PXE and the restore should run.