Skip to content
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

Raspberry PI 3 support #634

Closed
maxromanovsky opened this issue Feb 19, 2022 · 3 comments
Closed

Raspberry PI 3 support #634

maxromanovsky opened this issue Feb 19, 2022 · 3 comments
Labels
kind/feature A feature request

Comments

@maxromanovsky
Copy link

Raspberry PI goes through UEFI, the GRUB, however it reboots after the following lines displayed on connected monitor:

Booting "Flatcar default'
EFI stub: Booting Linux Kernel...
EFI stub: Using DIB from configuration table
EFI stub: Exiting boot services and installing virtual address map...

As I understand, RPI3 also uses arm64 architecture, as it's compatible with Raspberry PI OS 64-bit.

Is it possible to add support for RPI v3, as there are still plenty of them around.

Thanks in advance!

@maxromanovsky maxromanovsky added the kind/feature A feature request label Feb 19, 2022
@jepio
Copy link
Member

jepio commented Feb 20, 2022

I'm not super familiar with the state of UEFI and mainline kernels on rpi3, but the most likely culprit is the acpi=force flag passed to the kernel. Rpi3 might work in device tree mode. When in grub, try editing the menuentry and adding a line like this before linux:

set linux_cmdline="rootflags=rw mount.usrflags=ro consoleblank=0 $linux_root $linux_console $first_boot $randomize_disk_guid $oem $linux_append"

I removed extra_options from the default one, which contains the acpi=force arg.

@maxromanovsky
Copy link
Author

maxromanovsky commented Feb 20, 2022

@jepio it didn't help unfortunately. I've edited Flatcar default like this and pressed F10 to boot. It reboots just as previously in ~5 sec after EFI stub: Exiting boot services and installing virtual address map...

IMG_9256

@pothos
Copy link
Member

pothos commented Aug 21, 2023

I guess the problem could be missing kernel config settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature A feature request
Projects
Development

No branches or pull requests

3 participants