Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem installing Windows to a iSCSI drive via iPXE
2016-03-11, 20:58 (This post was last modified: 2016-03-11 21:01 by CMPE_GRAD.)
Post: #7
RE: Problem installing Windows to a iSCSI drive via iPXE
(2016-03-11 16:14)pazhanii Wrote:  Usually when you install windows 7 or 10, windows will inform you that its going to create a 100 mb partition. That is the boot partition. If you select iscsi disk for install while physical disk attached to pc windows automatically creates the boot partition on fixed physical disk. Continue with installation. Be sure you have physical disk attached to pc. Unless you attach a physical disk to pc which your are going to install it will not allow you to select the disk even if its online.

Many people say it allows, but not.

Plz post your ipxe script that your using in config file
Another way of iscsi boot is, installing windows to pc with all softwares as we do normally. Disable the lwf filter driver in registry and clone it using imagex or your favorite clone software. Then create a iscsi target apply the image, and with easybcd deploy bcd to it and create a new entry. If you need more help you can find it in reboot.pro website.
At first it might be hard to understand, this logic in iscsi boot, but as you figure it out step by step, you can even memory load the xp or windows 7 using grub4dos or create differcnicing vhd using powershell, and link it and you can play with iscsi.

Also be sure your lan card supports the iscsi boot. Most does but few doesn't. Usually atheros card...

Finally reboot.pro website serves you well with information regarding lan boot iscsi. You can check it there...


I have tried installing it with an SSD attached but I still got the same error.

I tried imaging a clean install of windows 7 and deployed it to a VHD on my server using imagex and BCDBOOT.exe. When iPXE tries to sanboot that drive I either get a failed boot message or an input/output error.

My script looks this:
Code:
#!ipxe
dhcp net0
set root-path iscsi:10.0.0.1::::<iqn> <- the iqn of the target I made on the server in MS iSCSI Target 3.3
set keep-san 1
sanboot ${root-path}

I am using an Intel I218-V NIC which according to the datasheet http://www.intel.com/content/dam/www/pub...asheet.pdf supports iscsi boot.

I have tried wimboot but I ended up in the same place (albeit much slower).

Is there an alternative to iscsi booting? I cannot figure out how to get this to work.

My original setup was based on this page http://jentofts.net/sysadmwiki/index.php...sing_iSCSI

and this video Diskless Windows part 1: Prepare server for diskless iSCSI clients.

Maybe they had me set something up wrong.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Problem installing Windows to a iSCSI drive via iPXE - CMPE_GRAD - 2016-03-11 20:58



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