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.
Pull Request checklist
Note: these are not necessarily requirements
Pull Request description
I try to find a way to make ps2 linux from maximus32 easy and error prone install thanks to hdl_dump #49
few lines on the current process, next we need inject_raw cmd. But we have to find solution to avoid editing fstab and loader configuration.
vmlinux-v3.8.gz seems to wait for GPT table, enumerate /dev/sda , i can't boot from it.
vmlinux-v2.6.35.gz 2 enumerate from APA part name, so no need to edit file in fs and can be used with hdl_dump.
Only PS2_LINUX_ID "__linux." prefixed partition are visible from Linux , no content check, but seems to show PP one. Perhaps it would be better to check the partition type instead of name, to allow usage of PP partition, starting by "PP." ie "PP.Blackrhino" (so rely on other element, like in partition superblock, UUID, LABEL ...).