View Source

After you have all prerequisites ([Prerequisites for using PXE network boot]) in order, use the following steps to install PXE Network Boot.
{info:title=Note}If you do not have administrative access to the DHCP, TFTP, and NFS servers, ask the server administrator to install PXE Network Boot on the TFTP and NFS Server and configure the DHCP Server to enable it.
{info}

{info:title=Note}The instructions below apply both to PXE Server and PXE Agent. The only difference is that any reference to server is replaced by agent. For example, archive directory is called "pxe-agent" instead of "pxe-server".
{info}
1. Extract the archive. If you have saved the PXE server archive to {{/root}} directory, and the filename of the archive is {{backupmanager-pxe-server.tar.gz}}, execute the following commands (as root):

{code}[root@pxeserver ~]# cd
[root@pxeserver ~]# tar xfvz backupmanager-pxe-server.tgz{code}

The archive contains only one directory - {{pxe-server}}. Inside this directory there are two directories - {{debian-live}} and {{tftpboot}}. Place the first directory inside NFS share. Shared the second directory via TFTP. If your NFS share is {{/nfsroot}} and TFTP service is configured to serve files from {{/tftpboot}} directory, execute the following commands:

{code}[root@pxeserver ~]# cd pxe-server
[root@pxeserver ~]# rm -rf /tftpboot
[root@pxeserver ~]# mv tftpboot /
[root@pxeserver ~]# mv debian-live /nfsroot{code}

{info:title=Note}PXE boot environment comes preconfigured for NFS server with IP Address 192.168.1.1. If your NFS server has a different IP Address, please open the file {{/tftpboot/debian-live/i386/boot-screens/menu.cfg}} in your favorite text editor and change all occurrences of 192.168.1.1 to the IP address of your NFS server. Otherwise, you cannot boot from the network.
{info}
2. Boot the server from the network. If the DHCP server, TFTP server, and network itself are set up and working correctly, the Debian Live welcome screen appears after booting from network. Press <Enter> to continue the boot process.

!debian.png!

3. The system displays numerous debugging messages from booting Linux kernel. After a short period, the R1Soft Disaster Recovery welcome screen appears. Even if you are booting PXE server environment, the Backup Agent starts automatically.

!02_02.png!

4. You do not need to run the {{netconfig}} command because the network is configured. Read more on this topic in [Configuring Network for Bare-Metal Restore|Configure the network for bare-metal restore].

5. You are ready to perform a Bare-Metal Restore. Proceed to the next step: [Launching Bare-Metal Restore|Launch a bare-metal restore].
{excerpt:hidden=true}Instructions on how to install PXE Network Boot.{excerpt}