mkdir -p /exports/iso
dd if=/dev/cdrom of=/exports/iso/sles-11-x86_64.iso
mkdir -p /srv/www/htdocs/sles/11/x86_64
mount -o loop /exports/iso/sles-11-x86_64.iso /srv/www/htdocs/sles/11/x86_64/
/srv/www/htdocs/sles/11/x86_64 iso9660 loop 0 0
a. Install YaST2 DHCP Server (YaST/Software/Software Management, search on DHCP)b. Once installed, launch DHCP Server from YaST (YaST/Newtork Services/DHCP Server)c. We used the DHCP Server wizard, and in Step 1 of 4 (Card selection) Select desired adapter, click Select and then Next.d. For Steps 2 and 3, enter the appropriate information:
At the end of step 4 in the DHCP Server wizard, click When Booting and then DHCP Server Expert Configuration.
After you're in DHCP Server Expert Configuration, click Expert Settings and then Yes:
Then select the subnet and click Edit.
Click Add, select next-server (input TFTP server IP) Click Add, select filename and input "pxelinux.0" for the value.
mkdir -p /tftpboot/pxelinux.cfgmkdir -p /tftboot/sles/11/x86_64
cp /srv/www/htdocs/sles/11/x86_64/boot/x86_64/loader/linux /tftpboot/sles/11/x86_64cp /srv/www/htdocs/sles/11/x86_64/boot/x86_64/loader/initrd /tftpboot/sles/11/x86_64
cp /usr/share/syslinux/pxelinux.0 /tftpboot/
cp /usr/share/syslinux/menu.c32 /tftpboot/