No disks when booting windows 7 setup (x86/x64) from an iSCSI target - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: No disks when booting windows 7 setup (x86/x64) from an iSCSI target (/showthread.php?tid=7538) |
No disks when booting windows 7 setup (x86/x64) from an iSCSI target - whocares0101 - 2014-11-22 10:15 I'm trying to run the windows setup from an iSCSI target, the target is a NTFS with all the files from the ISO file just like a bootable usb stick. Booting the setup works fine (but stays very long at the "Stating Windows" screen) with virtualbox but there are no disks available to install on. OpenWRT (DHCP) > server.lan (debian, tftp, iscsi) > iPXE (undionly.kpxe) > Windows setup ietd.conf Code: Target iqn.2014-11.lan.server:windows_7_sp1_en_x86 iPXE Code: :w7x86 This is the error I get http://www.mediafire.com/view/x3owbwk6q7q67rd/no_disks.png What is the right way to boot the setup from an iSCSI target? RE: No disks when booting windows 7 setup (x86/x64) from an iSCSI target - robinsmidsrod - 2014-12-03 16:39 If you want to boot directly from the iSCSI volume you should use this code: Code: set netX/gateway ${iscsi-server} |