-
-
Notifications
You must be signed in to change notification settings - Fork 694
fix: Added support for deploying x86 to Balena #2400
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
base: master
Are you sure you want to change the base?
Conversation
|
@compwiz3688, let me help you with testing the changes. I have a generic NUC-like x86 device where I can test the changes. |
nicomiguelino
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are some general comments as well:
- Update balena-fleet-deployment.md to include details about deploying to x86 devices.
|
@compwiz3688, please update the pull request description to include specifications of the physical device (e.g., device model, CPU, memory capacity, etc.) where you tested the changes. Let me try the changes on VMs. |
Co-authored-by: Nico Miguelino <[email protected]>
Co-authored-by: Nico Miguelino <[email protected]>
nicomiguelino
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@compwiz3688, I'm still working on making it work on physical devices. Please update balena-fleet-deployment.md and include a disclaimer or a note that Anthias only supports VMs for x86 balenaOS installations.
|
|
Sorry for the late response. I had some message written earlier, but lost it. As for the physical devices, I was only successful in getting Anthias deployed to Balena, but never got the devices to display any of the assets. The devices I tried were:
For my own sanity, I retested using a Debian install on the HP device, and that works fine. |



Issues Fixed
Fixes #2075.
Description
Added support for deploying x86 to Balena.
Checklist
Testing
Script is tested for deployment against x86, pi4 and pi5. They were all successfully sent to Balena. Pi 4 & 5 images still work on the respective Pi hardware.
Images were tested on Proxmox 8.4 in VMs with:
I have limited success on physical x86 devices as well. Images are downloaded, and Anthias is running according to the logs, but the screen remains stuck at the Balena boot logo. Maybe the OS is missing the appropriate graphic drivers.