2016年6月6日 星期一

在 CentOS7/RHEL7 上架設 PXE 系統(二)

設定目標:
  • 利用 PXE 系統,提供無硬碟 Linux 作業系統!
  • 利用 PXE 系統,提供無硬碟 Windows 作業系統!
注意事項:
  • 基本 PXE 系統設定,請參考這一篇文章!

快速設定流程(Linux):
  1. 利用 yum 安裝 tftp Server、DHCP Server、Vsftp Server 以及 syslinux 等套件:
    #yum install tftp-server dhcp syslinux vsftpd
    
快速設定流程(Windows):
  1. 利用 yum 安裝 tftp Server、DHCP Server、Vsftp Server 以及 syslinux 等套件:
    #yum install tftp-server dhcp syslinux vsftpd
    

參考文獻:
  1. http://www.tecmint.com/configure-pxe-server-to-install-windows-on-centos/
  2. http://www.tecmint.com/installing-windows-7-over-pxe-network-boot-in-centos/
  3. https://technet.microsoft.com/zh-tw/library/dd744541(v=ws.10).aspx
  4. https://technet.microsoft.com/en-us/library/cc730907(v=ws.10).aspx#Capture
  5. http://www.sandeploy.com/solutions/PXE-iSCSI-BOOT-SAN/Pxe-Boot-Windows/iSCSI-PXE-Boot-Windows-7.php
  6. http://silent.gumph.org/content/4/7/071-diskless-windows-pxe.html
  7. https://www.youtube.com/watch?v=tTJUWIj3Ikg
  8. https://jonmccune.wordpress.com/2011/12/19/diskless-windows-7-with-iscsi-and-gpxe/
  9. https://blogs.technet.microsoft.com/storageserver/2011/05/03/diskless-servers-can-boot-and-run-from-the-microsoft-iscsi-software-target-using-a-regular-network-card/