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

Cannot create debian based standalone vm #3282

Open
loeken opened this Issue Nov 5, 2017 · 3 comments

Comments

Projects
None yet
3 participants
@loeken

loeken commented Nov 5, 2017

Qubes OS version:

Qubes release 4.0 (R4.0)

Affected TemplateVMs:

Standalone VM


Steps to reproduce the behavior:

qvm-create pxe --class StandaloneVM --label orange
qvm-start pxe --cdrom=/path/to/debian-9.2.1-amd64-netinstall.iso

Expected behavior:

I expect a new Window for the HVM where i can start installing from the cdrom

Actual behavior:

The Window appears, i see 4 lines
SeaBIOS (version ...... )
Machine UUID 732.....
Booting from ROM...
Probing EDD(edd=off to disable)... ok

and then just nothing else

General notes:

updated dom0 today so all should be up to date


Related issues:

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Nov 5, 2017

Member

Set kernel to empty value (qvm-prefs pxe kernel ''), to use bootloader from the ISO.

Member

marmarek commented Nov 5, 2017

Set kernel to empty value (qvm-prefs pxe kernel ''), to use bootloader from the ISO.

@loeken

This comment has been minimized.

Show comment
Hide comment
@loeken

loeken Nov 5, 2017

thanks that did the trick for standalone vms that are not based on a template. I tried to select "Standalone VM based on a template" and then I selected "debian-8" inside the "Create new Qubes" Cube Gui Window.
Based on qvm-ls it didn't set a template:
pxe Halted StandaloneVM orange - sys-net
Is this supposed to be like this? Does it use qvm-clone to clone the template(debian-8)?

All I get when trying to start that vm is a:

Cannot execute qrexec-daemon!

loeken commented Nov 5, 2017

thanks that did the trick for standalone vms that are not based on a template. I tried to select "Standalone VM based on a template" and then I selected "debian-8" inside the "Create new Qubes" Cube Gui Window.
Based on qvm-ls it didn't set a template:
pxe Halted StandaloneVM orange - sys-net
Is this supposed to be like this? Does it use qvm-clone to clone the template(debian-8)?

All I get when trying to start that vm is a:

Cannot execute qrexec-daemon!

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Nov 5, 2017

Member

Is this supposed to be like this? Does it use qvm-clone to clone the template(debian-8)?

Yes. StandaloneVM is detached from the template.

All I get when trying to start that vm is a:

Cannot execute qrexec-daemon!

Try enabling debug mode (in VM settings) and see what happens.

Member

marmarek commented Nov 5, 2017

Is this supposed to be like this? Does it use qvm-clone to clone the template(debian-8)?

Yes. StandaloneVM is detached from the template.

All I get when trying to start that vm is a:

Cannot execute qrexec-daemon!

Try enabling debug mode (in VM settings) and see what happens.

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