-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Document Boot Folder changes #3153
Comments
IIRC the EEPROM on the Pi 4 means that the Pi 4 doesn't need a Contents of the boot partition on a 64-bit Bookworm image:
Oh yeah, one of the other changes is that Bookworm now uses an initramfs file by default, enabled by usage of the auto_initramfs keyword in So (AFAIK) a Pi 4 Model B would use |
I might also note that the docs for headless installation say dropping wpa_supplicant.conf into the boot partition (/boot/firmware now it seems) will autoconfigure wifi on firstboot. This is not the case. The firstboot just ignores that file and wifi does 'not' get configured automagically on firstboot. The docs need updating to match the code, or vice versa. I have no idea where to report the breaking change so I thought I'd mention it here. It is not indicated in any official changelogs or blogs or anywhere else I'd expect people to see. Personally I think this one is as much of a 'should be mentioned' as the PEP588 python changes from upstream that 'is' prominently mentioned. |
Yup. That got missed, see #3164. |
So, yes. There are boot folder changes. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Too fast |
With the changes coming with Bookworm, is the content of the Boot Folder still correct?
For instance, it mentions
wpa_supplicant
, with Network Manager running the end user shouldn't be touching this file at all.Also, how have the binary blobs changed for Pi 5?
The text was updated successfully, but these errors were encountered: