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

call to qemu-kvm is arch specific #314

Closed
ausil opened this issue Feb 4, 2019 · 4 comments
Closed

call to qemu-kvm is arch specific #314

ausil opened this issue Feb 4, 2019 · 4 comments
Labels
jira for syncing to jira

Comments

@ausil
Copy link
Contributor

ausil commented Feb 4, 2019

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.

@cgwalters
Copy link
Member

qemu-kvm, it is a x86 only binary,

OK, I think we want to call /usr/bin/qemu-system-x86_64 -machine accel=kvm like libvirt does (and replace with appropriate arch).

along with the grub config being in a different location due to EFI.

Can you take another look at this after #305 lands?

@dustymabe dustymabe changed the title aarch64 status call to qemu-kvm is arch specific Feb 6, 2019
@dustymabe
Copy link
Member

he 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.

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?

@dustymabe dustymabe added the jira for syncing to jira label Feb 6, 2019
@dustymabe
Copy link
Member

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

@r4f4
Copy link
Collaborator

r4f4 commented Feb 6, 2019

Yes, I'm working on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira for syncing to jira
Projects
None yet
Development

No branches or pull requests

4 participants