Wanting to Dual boot to test KVM.. Where do i begin?
-
Re downloaded ISO, unless the MD5 matches
-
@dashrender said in Wanting to Dual boot to test KVM.. Where do i begin?:
Re downloaded ISO, unless the MD5 matches
Download a current ISO, not an out of date one.
-
Soo guys.. I did what @Dashrender suggested and unistalled and reinstalled VirtualBox and rebuilt my VM. and .... https://i.imgur.com/VBUeySj.png
the install finally went through! now to update/upgrade my Ubuntu Server (right?)
and try this all again. -
@wrcombs said in Wanting to Dual boot to test KVM.. Where do i begin?:
Soo guys.. I did what @Dashrender suggested and unistalled and reinstalled VirtualBox and rebuilt my VM. and .... https://i.imgur.com/VBUeySj.png
the install finally went through! now to update/upgrade my Ubuntu Server (right?)
and try this all again.Yup
sudo apt-get update && sudo apt-get upgrade
-
@nerdydad said in Wanting to Dual boot to test KVM.. Where do i begin?:
@wrcombs said in Wanting to Dual boot to test KVM.. Where do i begin?:
Soo guys.. I did what @Dashrender suggested and unistalled and reinstalled VirtualBox and rebuilt my VM. and .... https://i.imgur.com/VBUeySj.png
the install finally went through! now to update/upgrade my Ubuntu Server (right?)
and try this all again.Yup
sudo apt-get update && sudo apt-get upgrade
i did something similar
i just did the two seperate. -
@wrcombs said in Wanting to Dual boot to test KVM.. Where do i begin?:
@nerdydad said in Wanting to Dual boot to test KVM.. Where do i begin?:
@wrcombs said in Wanting to Dual boot to test KVM.. Where do i begin?:
Soo guys.. I did what @Dashrender suggested and unistalled and reinstalled VirtualBox and rebuilt my VM. and .... https://i.imgur.com/VBUeySj.png
the install finally went through! now to update/upgrade my Ubuntu Server (right?)
and try this all again.Yup
sudo apt-get update && sudo apt-get upgrade
i did something similar
i just did the two seperate.That's cool too.
-
Dont dual boot, no need.
You had issues in VBox cause it does not support passing virtualization extensions aka nested virtualization.
Install that even as trial, and install Centos VM and not Ubuntu. (Most KVM runs on RHEL or Centos)Then from Centos minimal :
-
Check CPU support for Virtualization:
grep -E '(vmx|svm)' /proc/cpuinfo -
Install KVM:
yum groupinstall Virtualization "Virtualization Platform" "Virtualization Tools" -
Disable firewall or Configure accordingly:
systemctl stop firewalld
systemctl disable firewalld
And that is it, you have functional KVM host, from inside your Windows 10 Pro, without dualboot.
-
-
@emad-r said in Wanting to Dual boot to test KVM.. Where do i begin?:
Dont dual boot, no need.
You had issues in VBox cause it does not support passing virtualization extensions aka nested virtualization.
Install that even as trial, and install Centos VM and not Ubuntu. (Most KVM runs on RHEL or Centos)Then from Centos minimal :
-
Check CPU support for Virtualization:
grep -E '(vmx|svm)' /proc/cpuinfo -
Install KVM:
yum groupinstall Virtualization "Virtualization Platform" "Virtualization Tools" -
Disable firewall or Configure accordingly:
systemctl stop firewalld
systemctl disable firewalld
And that is it, you have functional KVM host, from inside your Windows 10 Pro, without dualboot.
The title here leads to invalid assumptions. He wasn't trying to run KVM inside VBox, he was trying to run an old version Ubuntu so he could install the Unifi Controller software.
-
-
@nerdydad said in Wanting to Dual boot to test KVM.. Where do i begin?:
@wrcombs said in Wanting to Dual boot to test KVM.. Where do i begin?:
Soo guys.. I did what @Dashrender suggested and unistalled and reinstalled VirtualBox and rebuilt my VM. and .... https://i.imgur.com/VBUeySj.png
the install finally went through! now to update/upgrade my Ubuntu Server (right?)
and try this all again.Yup
sudo apt-get update && sudo apt-get upgrade
apt-get dist-upgrade
-
Has this project been supplanted by the Fedora on the old desktop project?
-
@scottalanmiller said in Wanting to Dual boot to test KVM.. Where do i begin?:
Has this project been supplanted by the Fedora on the old desktop project?
Yes sir