-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new boot sequence #581
Comments
|
What is the purpose of this new tiny boot phase that mandates use of SD?
Mentioned this before for instance. |
Speed. |
I understand speed impression. Can we think about a solution that allows SD-free usecase (like before), even if in such case, boot speed may be a bit less optimal? |
Well, just put "initramfs berryboot.img" in config.txt if the new mechanism does not meet your needs. |
Thanks will try! (did not realize I can fall-back to this). I guess Would it be possible to migrate that |
BTW, there is a bit of hiccups with previous conventions where in older Can you please confirm the consistent syntax standardized upon for use in I need to update my berryboot-scripts accordingly to avoid situations that arose like below:
Appreciate your feedback ! |
If it is mmcblk0p1 bootdev should not be specified. |
why should not be specified if mmcblk0p1: would it cause a problem if it happens to be? My original point is: previously |
Because we only have special handling that prepends /dev for sd* right now.
It defaults to mmcbl0p1/mmcblk if no bootdev is specified. |
Then, what are the acceptable values on can find for
It would really help if parameter syntax and handling was same and consistent across any kind of devices (sdX, mmc) and across boot images OR... If that "magic" is not to be standardized/documented for some reason (legacy compatibility, etc...), then, would you accept just making available a mountable reference string in a BOOTPART variable here, so that one can simply & safely Is one of these 2 approaches something you could consider please? |
I just tried that, but no-luck actually: I may be missing sth. In which condition is UUID now set by setup? |
Ok, got it, |
Hi,
I've noticed the recent change in boot sequence as per fd96787
I'm curious to understand how this may impact MSD boot process, including cases where either no SD is available at all or, with
bootcode.bin
-only SD (problematic Pi3s and other devices like Pi0).What if
bootdev=
is customized (i.e. not set on mmcblk0) in such setup?Thanks for any hint.
PS: UUID support is nice addition, thank!
The text was updated successfully, but these errors were encountered: