mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #870] Operation Not Permitted when Trying to Netboot Windows Installer #241
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#241
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 @morg-mov on GitHub (Apr 8, 2021).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/870
Trying to netboot a Windows 10 Installation hosted on a web server.

Every time it attempts to retrieve the files it needs, it throws an "Operation not Permitted" error.
You can check out the web server if you wish to see if I set anything up wrong, but as far as I can tell, I set it up correctly.
https://pxe.morg-s9.cf
@antonym commented on GitHub (Apr 8, 2021):
It's a TLS error, so more than likely the webserver is not using iPXE compatible https protocols. See https://ipxe.org/crypto for what protocols are supported.
@morg-mov commented on GitHub (Apr 8, 2021):
Tried setting TLS1.2 only to no avail, so I just turned off SSL and it works. Thanks.