linux_wiki:os_install_pxe_boot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:os_install_pxe_boot [2016/03/29 21:46]
billdozor [Create PXE Content]
linux_wiki:os_install_pxe_boot [2016/05/09 22:29]
billdozor [Create PXE Content]
Line 5: Line 5:
 In order to install an OS via PXE boot, a TFTP and DHCP server are required.\\ In order to install an OS via PXE boot, a TFTP and DHCP server are required.\\
 Using PXE allows for clients to begin a network installation without any net-install ISO.  Using PXE allows for clients to begin a network installation without any net-install ISO. 
 +
 +  * Reference Source: http://www.tecmint.com/install-pxe-network-boot-server-in-centos-7/
  
 **Checklist** **Checklist**
Line 80: Line 82:
   * To include a splash image when doing PXE, copy the image from the local system<code bash>cp /boot/grub/splash.xpm.gz /var/lib/tftpboot/</code>   * To include a splash image when doing PXE, copy the image from the local system<code bash>cp /boot/grub/splash.xpm.gz /var/lib/tftpboot/</code>
  
-  * Copy the files (images/pxeboot/vmlinuz and initrd.img) from the install disk to /var/lib/tftpboot/pxelinux/<code bash>mount -t iso9660 -o loop CentOS-7-x86_64-DVD-1511.iso /mnt+  * Copy the files (images/pxeboot/vmlinuz and initrd.img) from the install disk to /var/lib/tftpboot/centos7/<code bash>mount -t iso9660 -o loop CentOS-7-x86_64-DVD-1511.iso /mnt
 cp /mnt/images/pxeboot/vmlinuz /var/lib/tftpboot/centos7/ cp /mnt/images/pxeboot/vmlinuz /var/lib/tftpboot/centos7/
 cp /mnt/images/pxeboot/initrd.img /var/lib/tftpboot/centos7/</code> cp /mnt/images/pxeboot/initrd.img /var/lib/tftpboot/centos7/</code>
  • linux_wiki/os_install_pxe_boot.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)