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
2016-08-02, 18:38
Post: #2
RE: Synology iSCSI Windows install
(2016-08-02 15:36)Elementelist Wrote:  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.

Sounds like your undi firmware (the PXE code in BIOS) is buggy, what NIC are you using? (use show netX/busid to get the PCIID)

(2016-08-02 15:36)Elementelist Wrote:  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!

keep-san should not be needed.
Does the winpe work if you skip the sanhook line?
The bootmgr line should not be needed since wimboot extracts it automatically from boot.wim.

Which version of windows are you using/testing with? (is it 32 bit or 64 bit?)

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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