You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
Where are you running RancherOS? (docker-machine, AWS, GCE, baremetal, etc.)
UDOO X86 (Embedded Computer)
I am trying to run RancherOS on my UDOO X86 Cluster and wanted to use the onboard eMMC flash memory for RANCHER_STATE persistence.
This doesn't seem to work, because the following kernel modules are missing (only available in the rancher/os-extras package):
mmc_block
sdhci
sdhci_acpi
As far as I understand the RANCHER_STATE partition needs to be detected first, then the YAML config is retrieved and then I could theoretically force above modules to be loaded from the os-extras package.
Sadly those modules are already necessary right from the beginning for the kernel to be able to find the RANCHER_STATE partition with my YAML config after all.
So my request is to move above modules from the os-extras package into the main kernel package.
Correct me if I am wrong. :)
The text was updated successfully, but these errors were encountered:
Many thanks for the hints!
Managed to create a modified kernel and built a rancheros.iso with it.
RancherOS works properly on UDOO x86 with following change:
@ibuildthecloud
Very unique board and absolutely worth the money.
Only downside is the M.2 slot that just supports 2260 and not 2280 module format.
Thanks for the support to get my pull request merged. :)
RancherOS Version: (ros os version)
v1.2.0
Where are you running RancherOS? (docker-machine, AWS, GCE, baremetal, etc.)
UDOO X86 (Embedded Computer)
I am trying to run RancherOS on my UDOO X86 Cluster and wanted to use the onboard eMMC flash memory for RANCHER_STATE persistence.
This doesn't seem to work, because the following kernel modules are missing (only available in the rancher/os-extras package):
As far as I understand the RANCHER_STATE partition needs to be detected first, then the YAML config is retrieved and then I could theoretically force above modules to be loaded from the os-extras package.
Sadly those modules are already necessary right from the beginning for the kernel to be able to find the RANCHER_STATE partition with my YAML config after all.
So my request is to move above modules from the os-extras package into the main kernel package.
Correct me if I am wrong. :)
The text was updated successfully, but these errors were encountered: