filmov
tv
How to run Windows 10 diskless | NETVN

Показать описание
Install Windows Server
2. Assign static IP address to NIC
3. Using Server Manager, install iSCSI target feature
4. Create a disk folder to carry VHDX files, e.g. C:\iSCSIVirtualDisks
5. Share C:\iSCSIVirtualDisks folder with rear/write permission for client username
6. Download Windows 10 Image
7. Convert VHD to VHDX
Hyper-V
8. Set up iSCSI target LUN
- Use "existing VHDX" option to select Win10.VHDX
- Add MAC address of client to iSCSI initiator list
#!ipxe
set keep-san 1
echo keep-san: ${keep-san}
boot
Note:
- replace (server IP)with server static IP address: e.g. 192.168.0.100
- replace (server name) with server name. This name must match what the client sees within iSCSI Initiator
12. At Control Panel\System and Security\Windows Firewall\Allowed apps
- Enable iSCSI Service
13. Click "Online" to launch pxesrv
14. Power up client and it should proceed to network boot
#netvn #pc #diskless #windows10
2. Assign static IP address to NIC
3. Using Server Manager, install iSCSI target feature
4. Create a disk folder to carry VHDX files, e.g. C:\iSCSIVirtualDisks
5. Share C:\iSCSIVirtualDisks folder with rear/write permission for client username
6. Download Windows 10 Image
7. Convert VHD to VHDX
Hyper-V
8. Set up iSCSI target LUN
- Use "existing VHDX" option to select Win10.VHDX
- Add MAC address of client to iSCSI initiator list
#!ipxe
set keep-san 1
echo keep-san: ${keep-san}
boot
Note:
- replace (server IP)with server static IP address: e.g. 192.168.0.100
- replace (server name) with server name. This name must match what the client sees within iSCSI Initiator
12. At Control Panel\System and Security\Windows Firewall\Allowed apps
- Enable iSCSI Service
13. Click "Online" to launch pxesrv
14. Power up client and it should proceed to network boot
#netvn #pc #diskless #windows10
Комментарии