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

unable to stop a linux vm in install mode #512

Open
tbswork1 opened this issue May 14, 2023 · 1 comment
Open

unable to stop a linux vm in install mode #512

tbswork1 opened this issue May 14, 2023 · 1 comment

Comments

@tbswork1
Copy link

tbswork1 commented May 14, 2023

I am running FreeBSD 13.2-release.

vm stop ubuntu returns normally but the vm remains in running state.

vm version
vm-bhyve: Bhyve virtual machine management v1.5 (rev. 105102)

vm install ubuntu /vms/.iso/ubuntu-22.04.2-desktop-amd64.iso
ubdesk    default    grub    4    8G      -    No       Running (41179)

The vm config has graphics="yes" but vm list show nothing in VNC column.

@GogoFC
Copy link

GogoFC commented Jul 11, 2023

vm stop sends a acpi signal and that can not always power off the VM.
So you need 'vm poweroff'.

But in your case you have "grub/bios" enabled, not "uefi".
You need loader="uefi" in the config file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants