The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Synology iSCSI Windows install
2016-08-02, 15:36
Post: #1
Synology iSCSI Windows install
Hi Guys,

I am trying to install Windows on iSCSI but i am having some difficulties.
Normally i boot up winpe with ipxe and map a network share with the installer on it and boot up the setup.
When i attach a iSCSI in the ipxe script it freezes at entering bootmgr.exe with parameter....
This happens only when i use undoinly.kpxe, .kkpxe and kkkpxe.
When i use the .pxe variant it does not hang but reboots at the screen "Windows is loading files".
Tried it on different pieces of hardware with all the same result.
I am guessing there is something wrong my Synology or my script.
I use a DS214+ that contains a LUN and 1 Target with 50Gb of space.
Below the script that i use to attach the iSCSI and boot up winpe.

set gateway 192.168.10.1
set keep-san 1
sanhook iscsi:192.168.10.1::::iqn.2000-01.com.synology:NAS005.Server.daa0aebffd

kernel ${boot-url}/wimboot
initrd ${boot-url}/x86/boot31/bootmgr bootmgr
initrd ${boot-url}/x86/boot31/bcd BCD
initrd ${boot-url}/x86/boot31/boot.sdi boot.sdi
initrd ${boot-url}/x86/macrium.wim boot.wim
boot || goto failed
goto start

As i said without the iSCSI part winpe boots fine with no problems at all.
Hope you guys can help me out!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Synology iSCSI Windows install - Elementelist - 2016-08-02 15:36



User(s) browsing this thread: 1 Guest(s)