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

"Service VM autostart failed" at boot screen after deleting VM #4014

Open
Polygonbugs opened this Issue Jun 18, 2018 · 0 comments

Comments

Projects
None yet
2 participants
@Polygonbugs

Polygonbugs commented Jun 18, 2018

Qubes OS version:

R4.0

Affected component(s):

qvm-service, Qubes-Manager(?)


Steps to reproduce the behavior:

  1. Create USB qube manually and check automatically start
  2. Assign PCI USB controller on the VM with pci_strict_reset false
  3. Delete USB qube via Qubes-Manager
  4. Restarting system
  5. Boot screen shows that "Deleted USB qube" failed to boot

Expected behavior:

Since VM is deleted, it shouldn't show any error message.

Actual behavior:

Failed to start log of removed VM on boot screen.

General notes:

Here are some command outputs.

[Polygonbugs@dom0 ~] systemctl status qubes-vm@Sys-USB-1.service
qvm-service : error : no such domain : Sys-USB-1
qubes-vm@Sys-USB-1.service: Main Process exited, code=exited, status=2/INVALIDARGUMENT
Failed to start Start Qubes VM Sys-USB-1
qubes-vm@Sys-USB-1.service: Unit entered failed state
qubes-vm@Sys-USB-1.service: Failed with result 'exit-code'

[Polygonbugs@dom0 ~] qvm-service -l Sys-USB-1
qvm-service : error : no such domain : Sys-USB-1

[Polygonbugs@dom0 ~] qvm-service -d Sys-USB-1
qvm-service : error : no such domain : Sys-USB-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment