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

Windows 7 x64 guest not running after upgrading from v0.7.8->v0.7.9 #289

Open
maurizio-emmex opened this issue Sep 11, 2017 · 0 comments
Open
Labels

Comments

@maurizio-emmex
Copy link

Iohyve v0.7.9 runs the command :
/usr/sbin/bhyve -c 2 -H -w -m 6G -s 0,hostbridge -s '1,ahci-hd,/dev/zvol/pool2tb/iohyve/win7_maurizio/disk0,sectorsize=512' -s 2,virtio-net,tap1 -s '3,fbuf,tcp=0.0.0.0:5901,w=1280,h=1024' -s 31,lpc -l com1,/dev/nmdm0A -l bootrom,/iohyve/Firmware/BHYVE_UEFI.fd/BHYVE_UEFI.fd ioh-win7_maurizio
and after some seconds the VM will stop running.

Changing the ahci-hd slot from 1 to 4 the VM works. The modified command is:
/usr/sbin/bhyve -c 2 -H -w -m 6G -s 0,hostbridge -s '4,ahci-hd,/dev/zvol/pool2tb/iohyve/win7_maurizio/disk0,sectorsize=512' -s 2,virtio-net,tap1 -s '3,fbuf,tcp=0.0.0.0:5901,w=1280,h=1024' -s 31,lpc -l com1,/dev/nmdm0A -l bootrom,/iohyve/Firmware/BHYVE_UEFI.fd/BHYVE_UEFI.fd ioh-win7_maurizio

Regards,
Maurizio

@pr1ntf pr1ntf added the bug label Sep 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants