Wanting to Dual boot to test KVM.. Where do i begin?
-
@scottalanmiller 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?:
@nerdydad said in Wanting to Dual boot to test KVM.. Where do i begin?:
Then it sounds like an issue with either VBox or the bottom OS (Win10). Experiencing any other weird issues? Otherwise, I'd try the Hyper-V as suggested and go from there.
nothing weird other than VBox not wanting to finish the isntall
So there are three things that can crash here and it is not always clear which is doing what. But is Windows, VirtualBox or Ubuntu the thing that is stopping?
I think its VirtualBox. might be ubuntu.
-
@scottalanmiller 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?:
@nerdydad said in Wanting to Dual boot to test KVM.. Where do i begin?:
Then it sounds like an issue with either VBox or the bottom OS (Win10). Experiencing any other weird issues? Otherwise, I'd try the Hyper-V as suggested and go from there.
nothing weird other than VBox not wanting to finish the isntall
So there are three things that can crash here and it is not always clear which is doing what. But is Windows, VirtualBox or Ubuntu the thing that is stopping?
It wasn't obvious from what was visible. vbox was responsive up until the last step of installation (near the point of restarting the vm to complete install).
-
@dustinb3403 said in Wanting to Dual boot to test KVM.. Where do i begin?:
@scottalanmiller 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?:
@nerdydad said in Wanting to Dual boot to test KVM.. Where do i begin?:
Then it sounds like an issue with either VBox or the bottom OS (Win10). Experiencing any other weird issues? Otherwise, I'd try the Hyper-V as suggested and go from there.
nothing weird other than VBox not wanting to finish the isntall
So there are three things that can crash here and it is not always clear which is doing what. But is Windows, VirtualBox or Ubuntu the thing that is stopping?
It wasn't obvious from what was visible. vbox was responsive up until the last step of installation (near the point of restarting the vm to complete install).
Do other VirtualBox functions keep working even after that VM stops? They might even if VBox crashes, but just wondering. I've seen this as a more general case before and normally it is the client VM lacking drivers.
-
@scottalanmiller Yeah vbox remained functional, just this install was weird. It wasn't "Not responding" but was simply hung.
-
@dustinb3403 said in Wanting to Dual boot to test KVM.. Where do i begin?:
@scottalanmiller Yeah vbox remained functional, just this install was weird. It wasn't "Not responding" but was simply hung.
Then my gut says it is Ubuntu that is the issue.
-
And that is not the current Ubuntu, which can at times be an issue.
-
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