Originally created by @SomeoneAlt-86 on GitHub (Oct 24, 2021).
I am getting a ban sign instead of booting into the recovery os.
I also get many "CPU does not support this feature" in the terminal before running qemu
What do I do
Originally created by @SomeoneAlt-86 on GitHub (Oct 24, 2021).
I am getting a ban sign instead of booting into the recovery os.
I also get many "CPU does not support this feature" in the terminal before running qemu
What do I do
echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs
sudo modprobe kvm
Can you post the output of this?
# OS related issued, please help us identify the issue by posting the output of this
uname -a \
; echo "${DISPLAY}" \
; echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs \
; grep NAME /etc/os-release \
; df -h . \
; qemu-system-x86_64 --version \
; libvirtd --version \
; free -mh \
; nproc \
; egrep -c '(svm|vmx)' /proc/cpuinfo \
; ls -lha /dev/kvm \
; ls -lha /tmp/.X11-unix/ \
; ps aux | grep dockerd \
; docker ps | grep osx \
; grep "docker\|kvm\|virt" /etc/group
@sickcodes commented on GitHub (Nov 17, 2021):
That's normal, but there should be an error before that, probably [gtk initialization error](https://github.com/sickcodes/Docker-OSX#libgtk-errors-connection-refused)?
```
echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs
sudo modprobe kvm
```
Can you post the output of this?
```
# OS related issued, please help us identify the issue by posting the output of this
uname -a \
; echo "${DISPLAY}" \
; echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs \
; grep NAME /etc/os-release \
; df -h . \
; qemu-system-x86_64 --version \
; libvirtd --version \
; free -mh \
; nproc \
; egrep -c '(svm|vmx)' /proc/cpuinfo \
; ls -lha /dev/kvm \
; ls -lha /tmp/.X11-unix/ \
; ps aux | grep dockerd \
; docker ps | grep osx \
; grep "docker\|kvm\|virt" /etc/group
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @SomeoneAlt-86 on GitHub (Oct 24, 2021).
I am getting a ban sign instead of booting into the recovery os.
I also get many "CPU does not support this feature" in the terminal before running qemu
What do I do
@sickcodes commented on GitHub (Nov 17, 2021):
That's normal, but there should be an error before that, probably gtk initialization error?
Can you post the output of this?