On Tuesday, November 28, 2017 at 10:28:38 AM UTC-8, 
bm-2ctrx1tl5lg8cfa...@bitmessage.ch wrote:
> When I tried create new VM based on Fedora I saw something strange because
> it don't want run even if I created VM based on Debian. And when I open
> terminal and for test run this commands I see this.

I had this issue installing 4-RC2, not sure what it is due. First, check that 
your system is capable of VT-d and VT-x. If both your CPU and your chipset 
supports it, make sure it is enabled in the bios. Check `sudo xl dmesg | grep 
VT` for hints. If VT-x and VT-d are enabled and you still get this error, try 
this workaround:

- Make sure it's a fresh install (revert your progress so far)
- When you are greeted with the setup after install, hit Ctrl-Alt-F3 to go to 
the console. If you got a black screen, try a few times Alt-F1 and Alt-F3 until 
you can loging
- Start the following bash loop (what's inside the back ticks) ` while true; do 
qvm-ls | grep -v NAME | awk '{print $1}' | xargs -I{} sudo qvm-prefs {} 
virt_mode pv; sleep 0.5; done`. This will continuously change the virt_mode to 
PV for all VMs
- Switch back to the setup with Alt-F2
- Continue setup, but do not login or reboot
- Switch back to Ctrl-Alt-F3
- Kill the loop and run `sudo qubes-dom0-update 
--enablerepo=qubes-dom0-current-testing`
- Switch all VMs back to HVM: `qvm-ls | grep -v NAME | awk '{print $1}' | xargs 
-I{} sudo qvm-prefs {} virt_mode hvm`
- Reboot

Sources:
- https://groups.google.com/forum/#!topic/qubes-users/Go04b5VsYfw
- https://groups.google.com/forum/#!topic/qubes-users/VD_U4k8qrbs

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/9b01ce82-0d64-48d1-a17b-28b09906cead%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to