-
Notifications
You must be signed in to change notification settings - Fork 30
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
installer.py uses the wrong lorax template for the AArch64 architecture. #102
Comments
This should likely be filed against rhinstaller/lorax or rhinstaller/anaconda - I don't see anything -toolbox specific here, we're just wrap lorax, right? |
I don't think this is a lorax issue, as it ships with a functional aarch64 On Sep 27, 2016 14:01, "Colin Walters" notifications@github.com wrote:
|
I think I need a shell 💻 🐚 on the system to debug this. |
How can we resolve this? I have an ARM64 Box loaded to me by ARM, and they would really like to see Atomic for ARM64 working. |
I need more information - like build logs, and exactly what needed to be changed. Also, presumably this is not an issue in current Fedora with pungi. So another path is to use Pungi for CentOS builds as well. |
@jperrin can you help? |
This is still an issue in Fedora Rawhide, and reproducible using the latest iso to install (Fedora-Rawhide-20170718.n.0). The grub.cfg on the iso is correct, but the resulting installed system uses 'linuxefi/initrdefi' entries in grub.cfg, rather than aarch64 specific 'linux/initrd'. Editing the grub.cfg and correcting to 'linux/initrd' the system boots as expected. |
Ah. This sounds related to ostreedev/ostree#716 |
See: projectatomic/rpm-ostree-toolbox#102 (comment) The logic here should now match what grubby does. I have no idea whether this applies to other distributions though.
PR in ostreedev/ostree#1021 - if someone with an aarch64 machine could try it that'd be great, or just another set of eyeballs on it. |
See: projectatomic/rpm-ostree-toolbox#102 (comment) The logic here should now match what grubby does. I have no idea whether this applies to other distributions though. Closes: #1021 Approved by: jlebon
I'm working to get CentOS-7 AArch64 builds of Atomic working. Everything works, with the exception of the grub config generated by the lorax bits in installer.py. It appears to use the grub2-efi template rather than the AArch64 template. This results in an unbootable system. With a corrected grub config, the system boots and runs atomic quite well.
The text was updated successfully, but these errors were encountered: