Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iscsi device installation Windows 10 Issue with problems -Help me Help me
2018-10-13, 07:08
Post: #1
iscsi device installation Windows 10 Issue with problems -Help me Help me
1.Windows Server 2008 R2 Build the iSCSI Target Server

2.Windows 10 versions of Windows PE boot image

3.iPXE Script
-----------------------------------------------
#!ipxe
dhcp
set keep-san 1
sanhook iscsi:192.168.1.10::::iqn.1997-05.com.win10
set boot-url http://${dhcp-server}
kernel ${boot-url}/wimboot
kernel ${boot-url}/media/bootmgr bootmgr
kernel ${boot-url}/media/Boot/BCD BCD
kernel ${boot-url}/media/Boot/boot.sdi boot.sdi
kernel ${boot-url}/media/sources/boot.wim boot.wim
boot
---------------------------------------------------
4. boot to WinPE mount share and execute the setup.exe
[Image: 1539410362x-1376440138.jpg]
[Image: 1539401670x-1404755462.jpg]
"drive1" iSCSI drive
[Image: 1539410412x-1376440138.jpg]
[Image: 1539410431x-1376440138.jpg]
Windows cannot be installed
I dont get what im doing wrong,Help me Help me
Find all posts by this user
Quote this message in a reply
2018-10-14, 13:36 (This post was last modified: 2018-10-14 13:37 by NiKiZe.)
Post: #2
RE: iscsi device installation Windows 10 Issue with problems -Help me Help me
You are trying to install on already created partition - best practice is to select unused space.
I think the error message is confussing - but the best thing as always if you want more information is to check the log files for the windows installation.

One note in your script you are adding bootmgr - that is in most cases unecessary or are even causing issues (even if it's not the issue you are having) it is better to have wimboot detect and extract bootmgr from boot.wim automatically instead.

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
2018-10-15, 16:19
Post: #3
RE: iscsi device installation Windows 10 Issue with problems -Help me Help me
same thing as here: http://forum.ipxe.org/showthread.php?tid=12905

@NiKiZe: it doesnt matter what you doing with the disks i wasted so many hours on it.

i think wimboot just doesnt support this?
Find all posts by this user
Quote this message in a reply
Post Reply 




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