buildroot icon indicating copy to clipboard operation
buildroot copied to clipboard

Cannot get virt manager to work as in the documents

Open jcoonrod opened this issue 4 years ago • 10 comments

Describe the bug libvert daemon not running

What kind of a bug is it? Trying to run my new iso in virtualbox

To Reproduce Steps to reproduce the behavior:

  1. Issue the installation command in the documentation and run Virtual Machine Manager
  2. Click on 'Create New virtual Machine
  3. See error: No active connection to install on

Expected behavior Expected to be able to create a new virtual machine

Screenshots If applicable, add screenshots to help explain your problem. Screenshot from 2022-02-13 16-18-27 Desktop (please complete the following information):

  • OS: [Ubuntu 20.04.3LS]
  • Device: [ASUS pn41]

Additional context Add any other context about the problem here. !

jcoonrod avatar Feb 13 '22 21:02 jcoonrod

Found the qemu from cli - that works as far as the login - but what do I do about the password Screenshot from 2022-02-13 16-34-21 ?

jcoonrod avatar Feb 13 '22 21:02 jcoonrod

The password for root is test0000

nmcain avatar Feb 13 '22 21:02 nmcain

ok - that worked - now not sure how to launch pangolin inside qemu...

jcoonrod avatar Feb 13 '22 22:02 jcoonrod

Depending on whether or not you copied the overlays to it, you should be able just to type startx

nmcain avatar Feb 13 '22 23:02 nmcain

Yeah - that's what I thought - when I did that it complains that file ./root/.serverauth.407 does not exist, and later... Fatal server error: (EE) no screens found. So - I guess I didn't "copy overlays to it" (whatever that means). Is there any documentation on that?

jcoonrod avatar Feb 14 '22 02:02 jcoonrod

I probably should assemble a doc on building from scratch. You just need to cp -r dahliaos-overlays/* output/target/* and then rebuild.

nmcain avatar Feb 14 '22 02:02 nmcain

did the rebuild - doubled the size of the iso - but same errors when logging in and running startx

jcoonrod avatar Feb 14 '22 03:02 jcoonrod

Try running source ~/.profile, if that doesn't work, do rm /etc/X11/xorg.conf&&startx

nmcain avatar Feb 14 '22 03:02 nmcain

Thanks! The second approach worked - it apparently lacks a .profile file. It launched three terminals but nothing that looks like pangolin desktop - is that a separate command? Screenshot from 2022-02-14 17-03-32

jcoonrod avatar Feb 14 '22 22:02 jcoonrod

Make sure that the file /etc/X11/xinit/xinitrc is the one from the overlays, not the stock XOrg config.

nmcain avatar Feb 15 '22 01:02 nmcain