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

Ubuntu host #46

Open
john-peterson opened this issue Jun 28, 2023 · 3 comments
Open

Ubuntu host #46

john-peterson opened this issue Jun 28, 2023 · 3 comments

Comments

@john-peterson
Copy link

Can you write a complete set of instructions for ubuntu hosting

As you said I had to add

config.vm.provider "qemu" do |qe|
  qe.qemu_dir = "/usr/share/qemu"
end

The next missing file is

Command: ["cp", "/usr/share/qemu/edk2-aarch64-code.fd", "/home/dev/arm/.vagrant/machines/default/qemu/c5PrKaAESMM/edk2-aarch64-code.fd", {:notify=>[:stdout, :stderr, :stdin]}]
@john-peterson
Copy link
Author

john-peterson commented Jun 28, 2023

The box I am trying to run is

perk/ubuntu-2204-arm64

I want to try any qemu image and this is the first one I tried

The host is

 cat /etc/lsb-release
DISTRIB_DESCRIPTION="Ubuntu 23.04"
 uname -m
x86_64                                        
 

@kuhl
Copy link

kuhl commented Jan 31, 2024

All the Arm qemu boxes I've tried have bad configs. You can try my more conservative and faster downloading kuhl/debian12 box instead. Should work most like you're used to in Ubuntu.

@unixerius
Copy link

I'm using perk/ubuntu-2204-arm64. Try that please.

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

No branches or pull requests

3 participants