-
-
Notifications
You must be signed in to change notification settings - Fork 604
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
How can I run osv in Xen? #550
Comments
On Sun, Nov 16, 2014 at 9:06 AM, yxliang01 notifications@github.com wrote:
If I'm not mistaken, the standard qcow2 images should work
|
I have converted the qcow2 to img which can be used for xen, however, there shows "can't load image"... |
The following works for me: qemu-img convert -f qcow2 -O raw builder='hvm'xen_platform_pci=1acpi=1apic=1boot='c'vncdisplay=1memory=2048vcpus=2maxcpus=2name='osv-5006'disk=[',raw,hda,rw']serial='pty'paused=0on_crash='preserve'vif=['bridge=virbr0'] xl create -c Shlomi On Sun, Nov 16, 2014 at 2:53 PM, yxliang01 notifications@github.com wrote:
|
Thank you very much!!!! It works~! @slivne |
@yxliang01 Doesn't
produce images that boot properly? Ping @asias. |
Our scripts/run.py supports run OSv on local xen. Just remember to produce the image with raw format. $ make img_format=raw
Asias |
@yxliang01 It looks like this issue can be closed as you reported (almost 4 years ago) that you were able to run OSv on XEN. Can this issue be closed? |
Right! Sorry that I forgot to close this. Thanks @wkozaczuk for reminding. |
In the official website of osv, I can see that xen is officially supported, but I can't find the image for xen...
The text was updated successfully, but these errors were encountered: