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

VM service #451

Closed
wants to merge 0 commits into from
Closed

Conversation

JeroenSoeters
Copy link
Contributor

@JeroenSoeters JeroenSoeters commented Mar 11, 2023

Just putting this out here so folks can follow the progress as well as play around with the bits which can be helpful for coming up with input for the many open issues we have around this topic! 😄

👉 #439

To manually run the VM run the following commands:

sudo make /opt/aurae/cloud-hypervisor/cloud-hypervisor
sudo make build-guest-kernel
sudo make prepare-image
/opt/aurae/cloud-hypervisor/cloud-hypervisor \                                                                                                                                 ✔ 
--kernel /var/lib/aurae/vm/kernel/vmlinux.bin \
--disk path=/var/lib/aurae/vm/image/disk.raw \
--cmdline "console=hvc0 root=/dev/vda1 rw" \
--cpus boot=4 \
--memory size=1024M \
--net "tap=tap0,mac=aa:ae:00:00:00:01,id=eth0"

@JeroenSoeters JeroenSoeters changed the title Vms service VM service Mar 11, 2023
@krisnova krisnova closed this Mar 26, 2023
@dmah42 dmah42 mentioned this pull request Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants