Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE -- Windows 10 installation (fail)
2016-12-04, 00:00 (This post was last modified: 2016-12-04 00:18 by Andromeda_x.)
Post: #1
iPXE -- Windows 10 installation (fail)
Hello,

finally I was able to achive workable configuration for

PXE -> iPXE -> undionly.kpxe -> iSCSI

I attempted to install Windows 10 (1607) on sanhooked iSCSI drive which did fail.

Progress of the installation:
1. use boot.ipxe file (see bellow)
2. use net i: \\server\directory to map installation media
3. i:
4. cd win10/amd64
5. setup
6. since this point you follow normal installation
7. after instllation applies updates it gives warrning that an error prevents continuation of the installation

NOTE: I did not try to boot from iSCSI driver after the error but I believe that boot manager was not installed.

Is anybody attempted to install Windows 10 in similar setup? How far was you able to get through the installation?

iPXE boot.ipxe script

Code:
#!ipxe

set username [your iSCSI username]
set password [your iSCSI password]

set initiator-iqn iqn.2010-11.org.ipxe.dolphin:client1

sanhook iscsi:192.168.0.64::::iqn.2016-12.com.coguar.moon:storage.lun1

cpuid --ext 29 && set arch amd64 || set arch x86
kernel wimboot
initrd ${arch}/media/Boot/BCD           BCD
initrd ${arch}/media/Boot/boot.sdi      boot.sdi
initrd ${arch}/media/sources/boot.wim   boot.wim
boot

A quick look on the internet gives a lead to other option:

prepare iSCSI disk from working Windows machine by "preinstalling installation files" on iSCSI disk. I did not investigate this option yet.

Andromeda X
Find all posts by this user
Quote this message in a reply
2016-12-04, 00:06
Post: #2
RE: iPXE -- Windows 10 installation (fail)
There is several threads about windows 10 iSCSI and the issues already.
A very extensive one at http://forum.ipxe.org/showthread.php?tid=7796

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
2016-12-04, 00:12
Post: #3
RE: iPXE -- Windows 10 installation (fail)
Hi NiKiZe,

Ok, I am already reading the thread you refer me to.

Thank you for a lead.

Andromeda X
Find all posts by this user
Quote this message in a reply
Post Reply 




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