This repository was archived by the owner on Sep 8, 2023. It is now read-only.
Add additional menu features; include new distribution scripts#188
Open
Maxattax97 wants to merge 12 commits intoaguslr:mainfrom
Open
Add additional menu features; include new distribution scripts#188Maxattax97 wants to merge 12 commits intoaguslr:mainfrom
Maxattax97 wants to merge 12 commits intoaguslr:mainfrom
Conversation
Put the option to boot a supported ISO/kernel file in a submenu.
For each available ISO file, show a menu entry to boot it using MEMDISK.
For each available ISO file, mount it and look for some common boot files (e.g. GRUB, SYSLINUX, etc.) and show menu entries for each one of those. This can be used to test unsupported ISO files.
Look for partitions in the current USB drive that have either some common boot files (e.g. GRUB, SYSLINUX, etc.) or an EFI binary. This can be used to boot a Windows installation CD by creating a partition and dumping the contents of the CD into it.
…ic Linux, Ubuntu Studio, and Windows 10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I tested and pulled in your fancy scanning menu entries and added one of my own for booting to BIOS/UEFI settings.
I also pulled a ReactOS script that I found to work and included it here. This resolves #91.
The distributions I have added and tested are AntivirusLiveCD, Bitkey, Scientific Linux, Thinstation, and Ubuntu Studio. I was also trying to get Windows 10 and ReactOS to work, but those are only possible via the two pulls I made from @aguslr and @na--.
Thanks for this great repo by the way!