Skip to content

Instantly share code, notes, and snippets.

Windows Server 2019 Custom 17763.437 install.wim
#Acquire en_windows_server_2019_x64_dvd_4cb967d8.iso
#SHA-1: 2047f4e9fe2894f138395f3fac037c007dd1493e
#SHA-256: 4c5dd63efee50117986a2e38d4b3a3fbaf3c1c15e2e7ea1d23ef9d8af148dd2d
#Extract install.wim from the ISO and rename it to server2019.wim
#SHA-1: 6310B2D5AA7013107DB6DB1B9B93B8C32AAA0C1C
#SHA-256: BD8E38E4868C6E4FFAF271E32F6154EE035B52582DC871A9F7E5B249A210E6C6
#Dowload products_YYYYMMDD.cab
https://go.microsoft.com/fwlink/?LinkId=841361
#Extract products.xml out
#Ctrl + F and search for the relevant edition using one of the keywords below:
CLIENTBUSINESS_VOL_x64FRE_en-us
CLIENTBUSINESS_VOL_x86FRE_en-us
CLIENTCONSUMER_RET_A64FRE_en-us
CLIENTCONSUMER_RET_x86FRE_en-us
@dnguy030
dnguy030 / BR over iSCSI.txt
Created February 2, 2020 03:56
Blu-ray over iSCSI
sudo apt install lsscsi
sudo apt install tgt
#If UFW is enabled then allow inbound TCP 3260 traffic
lsscsi -g
sudo vi /etc/tgt/conf.d/bluray.conf
#Here is a sample of how my file looks like