ipxe / wimboot

WIM bootloader
https://ipxe.org/wimboot
GNU General Public License v2.0
234 stars 42 forks source link

Support to SWM Files #48

Open lfernandes opened 1 year ago

lfernandes commented 1 year ago

Are there plans to add support to SWM files?

Like:

kernel wimboot
initrd  ipxe/BCD  BCD
initrd  ipxe/boot.sdi  boot.sdi
initrd ipxe/boot.swm boot.swm
initrd ipxe/boot2.swm boot2.swm
initrd ipxe/boot3.swm boot3.swm
boot

Thanks!

NiKiZe commented 1 year ago

From what I remember .swm can not be used with a boot index? Can you boot swm files with windows bootmgr?

lfernandes commented 1 year ago

@NiKiZe as far as I know, yes, you can boot SWM files.

NiKiZe commented 1 year ago

You can install from swm, not boot. (Maybe there is a missunderstanding about the difference of install.wim and boot.wim?)

However, if you can create instructions for how to create a ISO or USB with a multipart boot.swm which you have tested and works. (Important part is on how the boot.swm is generated and what is needed in the BCD hive) then maybe 😉