Selasa, 17 Mei 2011

How To Setup Windows Deployment Services with PXELinux

Setting WDS PXELinux di Windows 2003 Server DHCP

Download syslinux from http://www.kernel.org/pub/linux/utils/boot/syslinux/
file aslinya adalah : syslinux-4.04.zip kemudian Extract dan copy file2 sbb:
syslinux\core\pxelinux.0
syslinux\com32\menu\vesamenu.c32
syslinux\com32\modules\chain.c32
contoh server saya lokasi D:\RemoteInstallnya\..................
dan copykan file2 tersebut ke masing2 folder berikut ini:

D:\RemoteInstall\Boot\x86\pxelinux.0
                                         \vesamenu.c32
                                         \chain.c32
D:\RemoteInstall\Boot\x64\pxelinux.0
                                         \vesamenu.c32
                                         \chain.c32
D:\RemoteInstall\Boot\$arch\pxelinux.0 -->rubah jadi pxelinux.com
                                           \vesamenu.c32
                                           \chain.c32

buatlah file text dan beri nama default isinya sbb :

DEFAULT      vesamenu.c32
PROMPT       0
NOESCAPE     0
ALLOWOPTIONS 0
# Timeout in units of 1/10 s
TIMEOUT 300
MENU MARGIN 10
MENU ROWS 16
MENU TABMSGROW 21
MENU TIMEOUTROW 26
MENU COLOR BORDER 30;44  #20ffffff #00000000 none
MENU COLOR SCROLLBAR 30;44  #20ffffff #00000000 none
MENU COLOR TITLE 0   #ffffffff #00000000 none
MENU COLOR SEL   30;47  #40000000 #20ffffff
MENU BACKGROUND MyMenuBackgroundPicture640x480.jpg
MENU TITLE PXE Boot Menu
#---
LABEL wds
MENU LABEL Windows Deployment Services
KERNEL pxeboot.0
#---
LABEL Abort
MENU LABEL AbortPXE
Kernel abortpxe.0
#---
LABEL local 
MENU DEFAULT
MENU LABEL Boot from Harddisk
LOCALBOOT 0
Type 0x80



buatlah folder barudan copykan file DEFAULT ke folder berikut ini  :
D:\RemoteInstall\Boot\x86\pxelinux.cfg\default
D:\RemoteInstall\Boot\x64\pxelinux.cfg\default

di folder :
D:\RemoteInstall\Boot\x86\file: pxeboot.n12   jadi pxeboot.0 (jangan lupa copy file dulu biar tdk mumet)
                                               abortpxe.com jadi abortpxe.0  
D:\RemoteInstall\Boot\x64\file: pxeboot.n12   jadi pxeboot.0 (jangan lupa copy file dulu biar tdk mumet)
                                               abortpxe.com jadi abortpxe.0
buat folder lagi di:
D:\RemoteInstall\Boot\x86\Linux
D:\RemoteInstall\Boot\x64\Linux

Buka Windows Deployment Services Console,
Klik-kanan di Server and Select Properties,
Dari Boot Tab change the default boot program untuk (x86 dan x64)
D:\RemoteInstall\Boot\x86\pxelinux.com
D:\RemoteInstall\Boot\x64\pxelinux.com  respectively.

sekarang pc client sudah bisa booting dari server, selanjutnya menanbahkan ISO nya
(saya mau ambil contoh gunakan OS Centos 5.3) jadi selanjutnya :
Untuk Debian  download ini netboot files yaitu : initrd.gz and linux dari debian/ubuntu mirror
untuk x86
untuk x64

buatlah folder lagi :
D:\RemoteInstall\Boot\$arch\Linux\initrd.gz (copy disini)
                                                     \linux
D:\RemoteInstall\Boot\$arch\pxelinux.cfg\default

Download juga file text.cfg di : download site under boot-screens (di website nya)

D:\RemoteInstall\Boot\$arch\Linux\gentoo\


lihat link ini juga :
http://oss.netfarm.it/guides/ris-linux.php
http://oss.netfarm.it/guides/pxe.php
http://www.eggheadcafe.com/software/aspnet/30846864/deploying-windows-xp-via-windows-deployment-services.aspx
http://www.ssnsoftware.com/ghost-tftp-and-pxe-network-booting-norton-ghost-pxes/
http://datanotes.wordpress.com/2007/11/26/how-to-deploy-xp-using-windows-deployment-services-wds-2/
http://98.129.119.162/articles/using-windows-deployment-services-ghost-solution-suite-25
http://technet.microsoft.com/en-us/library/bb680753.aspx
http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-i/
http://blogs.technet.com/b/askcore/archive/2007/10/21/how-to-set-up-windows-deployment-services-on-2003-sp2-servers-for-installs-of-windows-2003-and-xp.aspx
http://www.eggheadcafe.com/microsoft/Windows-Server/31549623/using-wds-to-deploy-windows-xp-images-across-subnets.aspx

Tidak ada komentar:

Posting Komentar