Replies: 1 comment
-
I need to load the Ventoy kernel module only if helloSystem is booted by Ventoy. For this, I need to check using the FreeBSD bootloader whether How can the FreeBSD bootloader prompt know whether they are set? @ventoy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be very helpful to have some "Theory of Operation"/flowchart. E.g., something like this (example - the content is just a wild guess):
Ventoy Theory of Operation
<insert name here>
) exports Ventoy data as hints for the kernel (variableshint.ventoy.0.disksize
,hint.ventoy.0.diskuuid
,hint.ventoy.0.disksignature
,hint.ventoy.0.segnum
)hint.*
variables and compares them to every disk. If there is a match, it prints######## ventoy disk <...> ########
COPYRIGHT
...Beta Was this translation helpful? Give feedback.
All reactions