Install Windows From a Linux TFTP Server instead of using WDS Solution

yum -y install samba
vi /etc/samba/smb.conf

https://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-6.03.zip
mkdir syslinux;cd syslinux;unzip syslinux-6.03.zip

mkdir -p /tftpboot/libs/

cp bios/com32/modules/linux.c32 /tftpboot/libs/
cp bios/com32/libutil/libutil.c32 /tftpboot/libs/
cp bios/com32/lib/libcom32.c32 /tftpboot/libs/

#add lib path
echo "PATH libs" >> /tftpboot/pxelinux.cfg/default

cp ./bios/com32/elflink/ldlinux/ldlinux.c32 /tftpboot/

#now get WIMBoot
wget http://git.ipxe.org/releases/wimboot/wimboot-latest.zip
unzip wimboot-latest.zip

cp -va wimboot*/wimboot /tftpboot/libs/


mkdir win2012r2
mkdir -p /tftpboot/images/win2012r2

mount -o loop windows-2012-r2-eval-9600.17050.WINBLUE_REFRESH.140317-1640_X64FRE_SERVER_EVAL_EN-US-IR3_SSS_X64FREE_EN-US_DV9.ISO win2012r2/
cd win2012r2/
[root@evodal01 win2012r2]# ls
autorun.inf  boot  bootmgr  bootmgr.efi  efi  setup.exe  sources  support


cp bootmgr /tftpboot/images/win2012r2
cp boot/bcd  /tftpboot/images/win2012r2
cp boot/boot.sdi  /tftpboot/images/win2012r2
cp sources/boot.wim /tftpboot/images/win2012r2/


label Win2012R2
com32 linux.c32 libs/wimboot
APPEND wimboot initrdfile=images/win2012r2/bootmgr,images/win2012r2/bcd,images/win2012r2/boot.sdi,images/win2012r2/boot.wim

 


Tags:

install, linux, tftp, server, wds, solutionyum, samba, vi, etc, smb, conf, https, www, kernel, org, pub, utils, syslinux, zip, mkdir, unzip, tftpboot, libs, cp, bios, modules, libutil, lib, libcom, echo, quot, pxelinux, cfg, default, elflink, ldlinux, wimboot, wget, http, git, ipxe, releases, va, images, mount, eval, winblue_refresh, _x, fre_server_eval_en, ir, _sss_x, free_en, us_dv, iso, evodal, ls, autorun, inf, bootmgr, efi, exe, sources, bcd, sdi, wim, label, append, initrdfile,

Latest Articles

  • How high can a Xeon CPU get?
  • bash fix PATH environment variable "command not found" solution
  • Ubuntu Linux Mint Debian Redhat Youtube Cannot Play HD or 4K videos, dropped frames or high CPU usage with Nvidia or AMD Driver
  • hostapd example configuration for high speed AC on 5GHz using WPA2
  • hostapd how to enable and use WPS to connect wireless devices like printers
  • Dell Server Workstation iDRAC Dead after Firmware Update Solution R720, R320, R730
  • Cloned VM/Server/Computer in Linux won't boot and goes to initramfs busybox Solution
  • How To Add Windows 7 8 10 11 to GRUB Boot List Dual Booting
  • How to configure OpenDKIM on Linux with Postfix and setup bind zonefile
  • Debian Ubuntu 10/11/12 Linux how to get tftpd-hpa server setup tutorial
  • efibootmgr: option requires an argument -- 'd' efibootmgr version 15 grub-install.real: error: efibootmgr failed to register the boot entry: Operation not permitted.
  • Apache Error Won't start SSL Cert Issue Solution Unable to configure verify locations for client authentication SSL Library Error: 151441510 error:0906D066:PEM routines:PEM_read_bio:bad end line SSL Library Error: 185090057 error:0B084009:x509 certif
  • Linux Debian Mint Ubuntu Bridge br0 gets random IP
  • redis requirements
  • How to kill a docker swarm
  • docker swarm silly issues
  • isc-dhcp-server dhcpd how to get longer lease
  • nvidia cannot resume from sleep Comm: nvidia-sleep.sh Tainted: Linux Ubuntu Mint Debian
  • zfs and LUKS how to recover in Linux
  • [error] (28)No space left on device: Cannot create SSLMutex Apache Solution Linux CentOS Ubuntu Debian Mint