|
Where are the binaries in https://github.com/grub4dos/ntloader/tree/main/utils/rootfs from ? |
Replies: 2 comments 12 replies
|
These files come from the Windows Server 2025 and Windows 10 ISOs, and they are packaged into initrd.cpio. In general, bootloaders from newer versions of Windows can boot older versions (except for Windows 7). You can also extract the corresponding files from your own Windows installation to replace them. |
|
How does licensing work with these files btw? For Server 2025, that's https://www.microsoft.com/content/dam/microsoft/usetm/documents/windows-server/2025-datacenter-and-standard/oem/UseTerms_OEM_WindowsServer2025_DatacenterAndStandard_English.pdf See also https://www.microsoft.com/en-us/legal/intellectualproperty/copyright/permissions
I'd guess that, to be safe, you'd have to download the files at build time, and require the user to build ntloader themselves which is inconvenient. EDIT: EULA only applies to the end-user. |
These files come from the Windows Server 2025 and Windows 10 ISOs, and they are packaged into initrd.cpio.
In general, bootloaders from newer versions of Windows can boot older versions (except for Windows 7).
You can also extract the corresponding files from your own Windows installation to replace them.