The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





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
Post Reply 


Messages In This Thread
iPXE -- Windows 10 installation (fail) - Andromeda_x - 2016-12-04 00:00



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