mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #76] Windows installers? #36
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#36
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 @JakeHedman on GitHub (Feb 7, 2016).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/76
How does one enable the windows installer option which is seen in the animation in README.md and in menu.ipxe?
@chris18890 commented on GitHub (Feb 7, 2016):
I believe the animation is from an older version when windows installers were included, but I believe as of commit
8045d4535athey were removed, I've no idea if @antonym will bring them back or not!@chris18890 commented on GitHub (Feb 7, 2016):
Also FWIW I've not been able to get them to work with iPXE< but booting WinPE ISOs via Memdisk on my own legacy pxe setup has worked grand
@antonym commented on GitHub (Feb 7, 2016):
Yeah, I removed the Windows PE image because the place they are hosted from needs to be trusted and also they eat up a lot of bandwidth. I'm also not sure of the licensing issues with Microsoft. If anyone is more knowledgable or knows anyone at Microsoft willing to work with this concept, please send them my way. I'd love to have all of the available installers available on the menu if Microsoft provided an easy way to utilize the hosted images.
I thought about setting up the Windows wimboot loaders and then letting people self host their WIMs which would mean specifying having to manually enter in their self hosted URL but I'm not sure how valuable that would be.
I did put together hooks that let you create your own menu by forking the custom repo which may be another option for the moment:
https://github.com/antonym/netboot.xyz/pull/62
@JakeHedman commented on GitHub (Feb 8, 2016):
Could hosting the images on github solve the bandwidth and trust issues? If not I could hook you up with a digitalocean VPS with unlimited bandwidth and checksums could be used to handle the trust issues.
I tried to find the winPE license online but didn't really find anything more than people talking about it, like the warning section on the arch wiki for example.
I was unable to find anything about legal contact on their website. Maybe customer support can answer questions about licensing stuff, I didn't find an appropriate section on the "contact us" page.
@Ttech commented on GitHub (Feb 18, 2016):
Could we have the option to host these locally? Along with ESXI and other software this would make deployments easier. I have a WDS setup similar to this, but using pxelinux and not automated. Be happy to try to test anything to make it work with this.
@TyrfingMjolnir commented on GitHub (Apr 15, 2016):
I have quite a few images I would like to run locally, as those images are quite big, such as debian full, SmartOS, MacOS X 10.9, 10.10, and 10.11, I also would not mind having architect run locally. After all local speed is 0.2ms, and speed for the public images is like 20ms +
@antonym commented on GitHub (Aug 3, 2016):
Supported initial added for Windows Installers, requires you to set up the location an extracted iso:
https://github.com/antonym/netboot.xyz/pull/105