Agus Lopez

Results 46 comments of Agus Lopez

What boot iso tool does GRUB2 include? It's true that it may confuse people since this project is not really a fork of GRUB2 but a collection of GRUB scripts....

Yes, I see your point. Maybe just G2ISO or G2IMG then?

Yet another proprietary OS so same problems as #76. :confused:

Hi @jabarea! That's an interesting issue. It does seem that the parenthesis mess up the *regexp*. You could try something like `regexp --set=isoname ".*/([A-Za-z0-9_\-\.]*)" "$isofile"`. This regular expression should cover...

Hi @netixx! You can manually create the pendrive, as explained in the [installation instructions](https://github.com/aguslr/multibootusb/blob/master/docs/install.md), with any partition configuration you so choose.

Another proprietary OS so same issues as #76.

No problem there, according to the [UEFI Spec](http://www.uefi.org/sites/default/files/resources/UEFI_Spec_2_7.pdf), section 13.3.3: > UEFI does not impose a restriction on the number or location of System Partitions that can exist on a...

Hi @Margular! Sorry for taking so long to reply. Notice how, inside the ISO file, `/boot/grub/loopback.cfg` has the boot parameter `file=/cdrom/preseed/custom.seed` which expects the CD to be mounted at `/cdrom`....

Hi lifenggg, Only the ISOs referenced by files inside the `grub.d` directory work. Most are Linux distros or CDs based on Linux (basically those that use Isolinux). I'm not aware...

@vKnmnn, does that work with any Windows ISO or just for Windows10 Educational?