-
Notifications
You must be signed in to change notification settings - Fork 363
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
Please document Hyper-V compatibility #1603
Comments
Nice! Can you get serial output from the instance that is running on Hyper-V? The IncludeOS_example outputs some information (including networking settings) to serial while running. If not, you can try enabling the vga output. |
Thanks for the tip @ingve. I've now managed to add Unfortunately, the VM still only displays |
That sounds plausible. Does Hyper-V have some (non-user initiated) logging of its own? When I run IncludeOS services in VMware, in addition to the serial output, for each instance VMware writes a very detailed log with extremely detailed information, thousands of lines like the following:
|
It would be nice if the IncludeOS documentation could be updated to also cover a few sentences about Hyper-V compatibility.
I don't really know much about virtualization, but I did manage to run the
IncludeOS_example
image inside Hyper-V after performing the following steps:qemu-img.exe convert IncludeOS_example.img -O vhdx -o subformat=dynamic IncludeOS_example.vhdx
(see https://cloudbase.it/qemu-img-windows/)The image boots nicely in Hyper-V:
Issues:
#include <os> // Literally
..The text was updated successfully, but these errors were encountered: