no iSCSI target for win7 install (several examples - none work)
|
2013-01-17, 15:26
Post: #1
|
|||
|
|||
no iSCSI target for win7 install (several examples - none work)
Hello everybody, I am unable to install win7 to iscsi target, I manage to get to windows setup but
no drive is detected. I tried several approaches (on real machine and in virtualbox). Notes:
I used info found on these links to get where I am now with regards to ipxe: http://ipxe.org/howto/winpe FAQ on this forum http://etherboot.org/wiki/sanboot/win2k8_iscsi_install Any help/suggestion would be appreciated .. Cheers, Dorijan 1. SAN only with iscsi target attached - this would be ideal, but it doesn't work for me Code: #!ipxe Screenshot 1 - ipxe happily boots with iscsi target attached and all seems fine Screenshot 2 - windows boot cd dies with error 2. SAN with winpe - sanhook command, I guess it should work, I manage to get to setup but no drive offered for installation Code: #!ipxe Screenshot 3 - ipxe happily boots winpe Screenshot 4 - winpe boot completed and pinging server with iscsi target http://dorijan.com/ipxe/ss4.jpg screenshot 5 - starting w7 setup http://dorijan.com/ipxe/ss5.jpg Screenshot 6 - no drive offered for installation Screenshot 7 - got to console with SHIFT-F10 in w7 setup to confirm network works 3. SAN with winpe - sanboot command, same output as in example 2. (except ipxe part) ("patched" iscsi target on server with script "#!/bin/bash printf "\xCD\x18" | dd of=$1 conv=notrunc" as suggested in FAQ) Code: #!ipxe Screenshot 8 - ipxe happily boots winpe http://dorijan.com/ipxe/ss8.jpg After that same thing happens as in example 2. Any ideas? dhcpd.conf ipxe sections: Code: option space ipxe; |
|||
2013-01-18, 13:36
Post: #2
|
|||
|
|||
RE: no iSCSI target for win7 install (several examples - none work)
From what I've gathered from the source code of int13_describe(), the iBFT is reset each time you you perform a sanhook or sanboot command, which only allows the last sanhook/sanboot command to actually be included in the iBFT. If you can manage to only perform one sanhook (for the install drive) and boot PE using e.g. wimboot it is more likely to work.
I also noticed that you set root-path to ${base-iscsi} and not ${base-iscsi}:mytarget. Is that actually correct? |
|||
2013-01-18, 13:47
Post: #3
|
|||
|
|||
RE: no iSCSI target for win7 install (several examples - none work)
(2013-01-18 13:36)robinsmidsrod Wrote: From what I've gathered from the source code of int13_describe(), the iBFT is reset each time you you perform a sanhook or sanboot command, which only allows the last sanhook/sanboot command to actually be included in the iBFT. If you can manage to only perform one sanhook (for the install drive) and boot PE using e.g. wimboot it is more likely to work. I am new to iscsi, but I assume in my example variable base-iscsi with value iscsi:192.168.200.128::::iqn.2013-01.fast.voyager.kira:sedmica describes complete target? My ietd.conf (server at 192.168.200.128): Code: Target iqn.2013-01.fast.voyager.kira:sedmica |
|||
2013-01-19, 10:50
Post: #4
|
|||
|
|||
RE: no iSCSI target for win7 install (several examples - none work)
Sorry I cant help you.
I just stumple upon this. http://trentent.blogspot.dk/2012/11/iscs...tware.html Semilar problem and he got it solved |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)