Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE boot iscsi Win 7 BSOD
2014-12-05, 03:17 (This post was last modified: 2014-12-05 03:17 by starskgb.)
Post: #3
RE: iPXE boot iscsi Win 7 BSOD
(2014-12-03 17:04)robinsmidsrod Wrote:  How did you install Windows to the iSCSI target? If you didn't use the instructions at http://ipxe.org/howto/winpe to do it, you might be missing some essential iSCSI-related boot services in your installed image.

I use yours wimboot to boot and only copy /boot/, boot.wim(from Win7 install DVD) to tftp server, then add Win7 install DVD to virtualbox device but only boot from network.
Then I success install WIndows to iSCSI target.
install script:
Code:
#!ipxe
dhcp
set gateway 0.0.0.0
set keep-san 1
set initiator-iqn iqn.2014-04.com.ipxe:test
sanhook iscsi:192.168.1.101::::iqn.2013-09.com.iboot:win7
kernel wimboot
initrd boot/bootmgr bootmgr
initrd boot/bcd BCD
initrd boot/boot.sdi boot.sdi
initrd sources/boot.wim boot.wim
boot
Is anything wrong in my steps?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
iPXE boot iscsi Win 7 BSOD - starskgb - 2014-12-02, 12:02
RE: iPXE boot iscsi Win 7 BSOD - starskgb - 2014-12-05 03:17



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