Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing Windows 7 on iSCSI without control over DHCP
2017-09-08, 01:21
Post: #1
Installing Windows 7 on iSCSI without control over DHCP
I'd like to install Windows 7 on iSCSI. However when I boot Windows PE (with network drivers) the iSCSI disk is not there. I don't have control over DHCP server so I cannot push that way. How should I do it?
Find all posts by this user
Quote this message in a reply
2017-09-08, 07:24 (This post was last modified: 2017-09-08 07:24 by NiKiZe.)
Post: #2
RE: Installing Windows 7 on iSCSI without control over DHCP
Here is part of my reply to your other thread (which you never answered to)
(2017-09-05 20:48)NiKiZe Wrote:  So winpe starts, but you have no network?

My guess is that you have simply not initialized the network in winpe, or that you are missing network drivers, Which nic are you using in the test machine?

From another post of mine: http://forum.ipxe.org/showthread.php?tid...2#pid13472

use this inside winpe:
Code:
wpeinit
wpeutil WaitForNetwork
net start dnscache

ipconfig /all
to make sure everything is up in regards to network and see what the result is.

So check the above commands, and then describe your output from ipconfig
Also which nic is in the box? (PCI Vendor and Device id)

And also post the iPXE script that you are using to setup the san device and then boot wimboot

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
2017-09-08, 20:04
Post: #3
RE: Installing Windows 7 on iSCSI without control over DHCP
(2017-09-08 07:24)NiKiZe Wrote:  Here is part of my reply to your other thread (which you never answered to)
(2017-09-05 20:48)NiKiZe Wrote:  So winpe starts, but you have no network?

My guess is that you have simply not initialized the network in winpe, or that you are missing network drivers, Which nic are you using in the test machine?

From another post of mine: http://forum.ipxe.org/showthread.php?tid...2#pid13472

use this inside winpe:
Code:
wpeinit
wpeutil WaitForNetwork
net start dnscache

ipconfig /all
to make sure everything is up in regards to network and see what the result is.

Sorry. I added NIC drivers (it's Intel on-board chip). I made a mistake by trying to list disks by diskmgmt instead of just running setup. I feel stupid.

(2017-09-08 07:24)NiKiZe Wrote:  And also post the iPXE script that you are using to setup the san device and then boot wimboot

Code:
#main script
set initiator-iqn iqn.1991-05.com.microsoft:<hostname>.<domain>
sanhook iscsi:<target hostname>:::0:iqn.2003-01.org.linux-iscsi.<target hostname>.x8664:sn.<id>
chain wimboot/wimboot.ipxe

#wimboot/wimboot.ipxe
cpuid --ext 29 && set arch amd64 || set arch x86

set ver winpe

kernel wimboot
initrd ${ver}/${arch}/media/Boot/BCD            BCD
initrd ${ver}/${arch}/media/Boot/boot.sdi       boot.sdi
initrd ${ver}/${arch}/media/sources/boot.wim    boot.wim
boot
Find all posts by this user
Quote this message in a reply
2017-09-08, 20:07
Post: #4
RE: Installing Windows 7 on iSCSI without control over DHCP
So everything is now working? If so great to hear that!

If not, result from ipconfig (and information about actuall nic in machine) is still missing.

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)