mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-26 07:35:57 +03:00
[GH-ISSUE #108] Windows Installers prompt for a Driver #1584
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#1584
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cpressland on GitHub (Aug 17, 2016).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/108
After extracting both a Windows 7 and Windows 10 ISO onto a CentOS 7.2 Server running Nginx 1.6.3 Netboot successfully boots the ISO, however, the installation cannot run due to some missing driver. My expectation is that this is fundamentally a Windows issue. See attached screenshots.

After the wimboot process starts, I can see the following logging in the Nginx access log:
But I'm not seeing any further requests following this, so it would seem like windows is able to boot, but the installer is missing and not loaded from HTTP.
@antonym commented on GitHub (Aug 17, 2016):
See these posts for more info:
http://forum.ipxe.org/showthread.php?tid=7059
http://ipxe.org/howto/winpe
I haven't had time to play around with this myself, but I believe you'll need to kick off the installer from a network share once you're up and running. Loading the installer itself can't see the media.
@cpressland commented on GitHub (Aug 17, 2016):
Awesome, thanks! Sorry for not researching this in a little more detail. Converted the netboot target to a WinPE image and all was fine.