Results 130 comments of A1ive

> I was thinking of wimboot and pure grub2 with patches (wimboot, secure boot etc). We need to patch to either GRUB2 or wimboot. I've noticed that you are using...

I have ported wimboot to gnu grub 2.06 (x86_64-efi), and grub2-ubuntu may work without modification. ~~[wimboot.tar.gz](https://github.com/Mexit/MultiOS-USB/files/8147847/wimboot.tar.gz)~~ [wimboot.tar.gz](https://github.com/Mexit/MultiOS-USB/files/8148241/wimboot.tar.gz) `mv wimboot.tar.gz grub-core/` `tar -xf wimboot.tar.gz` then edit `grub-core/Makefile.core.def`, and add the following...

@Mexit any comments on my solution?

> Can your solution work in the BIOS version as well? No. We can only use `linux16 /wimboot; initrd16 ...`.

I'm not sure which changes will be accepted upstream, so if you'd like to submit them that would be great. The `map` module may not be easy to separate from...

> What is a good way to communicate with you about issues? Just open an issue here? or open a discussion? or something else? Just open an issue here. >...

> The biggest issue is the connect all functionality. I think you're more familiar with EFI, but can't we just connect that one handle of the loaded image? Someone recently...

> I think I remember seeing this too a while back, but coming to the conclusion that its more tricky than this. I think its because this only works if...

> Also, it looks like there's some reasonable patches in your [patches](https://github.com/a1ive/patches) repo under the grub_gnu directory. Are these your patches or were they gotten from somewhere else? (eg. picked...

> I'm looking at the getline patch again and wondering exactly whatproblem that this solves. All I see is maybe it allows getline to be multiline if modifiers are used...