ppggff / vagrant-qemu

Use Vagrant to manage machines using QEMU. Test with Apple Silicon / M1 and CentOS aarch64 image
MIT License
408 stars 32 forks source link

windows node doesnt boot fully : how to debug it ? #34

Closed jayunit100 closed 1 year ago

jayunit100 commented 1 year ago

we now have a two node recipe , one linux and one windows, thanks for so much help thus far.

however, we are finding that vagrant ssh doesnt work on the windows node.

I assume ill need to get the boot/bios logs from QEMU to see why ?

ppggff commented 1 year ago

Please provide the Vagrantfile, I will try it.

To debug this, I recommend trying to boot the vm with the raw qemu command (may be with display enabled) first, because this plugin is a wrapper to qemu command.

jayunit100 commented 1 year ago

things are now booting. this issue was resolved by some of pramitas previous issues that were filed. thanks !