-
Notifications
You must be signed in to change notification settings - Fork 168
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
call to qemu-kvm is arch specific #314
Comments
OK, I think we want to call
Can you take another look at this after #305 lands? |
thanks @ausil - since we don't have many details yet on the grub config issue I'm going to convert this into an issue specifically for qemu fix. Can you open a new issue when you have more defails on the grub config part? |
talked with @r4f4 earlier today and i believe he is going to try to resolve the qemu-kvm issues on multi-arch we've been having |
Yes, I'm working on it. |
Fixes coreos#314 Signed-off-by: Rafael Fonseca <[email protected]>
filing this to give an update of my findings in getting coreos built on aarch64. The main issues I have hit so far are the calls to qemu-kvm, it is a x86 only binary, along with the grub config being in a different location due to EFI.
I am currently stuck on figuring out how to mount the ESP partition as it does not end up with a disk label.
The text was updated successfully, but these errors were encountered: