ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Wanting to Dual boot to test KVM.. Where do i begin?

    IT Discussion
    fedora 26 dual boot linux kvm ubiquiti virtualization
    11
    91
    8.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller @DustinB3403
      last edited by

      @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.

      DustinB3403D 1 Reply Last reply Reply Quote 0
      • DustinB3403D
        DustinB3403 @scottalanmiller
        last edited by

        @scottalanmiller Yeah vbox remained functional, just this install was weird. It wasn't "Not responding" but was simply hung.

        scottalanmillerS 1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @DustinB3403
          last edited by

          @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.

          1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller
            last edited by

            And that is not the current Ubuntu, which can at times be an issue.

            1 Reply Last reply Reply Quote 0
            • DashrenderD
              Dashrender
              last edited by

              Re downloaded ISO, unless the MD5 matches

              DustinB3403D 1 Reply Last reply Reply Quote 0
              • DustinB3403D
                DustinB3403 @Dashrender
                last edited by

                @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.

                1 Reply Last reply Reply Quote 2
                • WrCombsW
                  WrCombs
                  last edited by

                  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.

                  NerdyDadN 1 Reply Last reply Reply Quote 1
                  • NerdyDadN
                    NerdyDad @WrCombs
                    last edited by

                    @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

                    WrCombsW scottalanmillerS 2 Replies Last reply Reply Quote 1
                    • WrCombsW
                      WrCombs @NerdyDad
                      last edited by

                      @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.

                      NerdyDadN 1 Reply Last reply Reply Quote 0
                      • NerdyDadN
                        NerdyDad @WrCombs
                        last edited by

                        @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.

                        1 Reply Last reply Reply Quote 0
                        • Emad RE
                          Emad R @WrCombs
                          last edited by

                          @wrcombs

                          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 :

                          1. Check CPU support for Virtualization:
                            grep -E '(vmx|svm)' /proc/cpuinfo

                          2. Install KVM:
                            yum groupinstall Virtualization "Virtualization Platform" "Virtualization Tools"

                          3. 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.

                          DashrenderD 1 Reply Last reply Reply Quote 0
                          • DashrenderD
                            Dashrender @Emad R
                            last edited by

                            @emad-r said in Wanting to Dual boot to test KVM.. Where do i begin?:

                            @wrcombs

                            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 :

                            1. Check CPU support for Virtualization:
                              grep -E '(vmx|svm)' /proc/cpuinfo

                            2. Install KVM:
                              yum groupinstall Virtualization "Virtualization Platform" "Virtualization Tools"

                            3. 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.

                            1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @NerdyDad
                              last edited by

                              @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

                              1 Reply Last reply Reply Quote 1
                              • scottalanmillerS
                                scottalanmiller
                                last edited by

                                Has this project been supplanted by the Fedora on the old desktop project?

                                WrCombsW 1 Reply Last reply Reply Quote 0
                                • WrCombsW
                                  WrCombs @scottalanmiller
                                  last edited by

                                  @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

                                  1 Reply Last reply Reply Quote 0
                                  • 1
                                  • 2
                                  • 3
                                  • 4
                                  • 5
                                  • 5 / 5
                                  • First post
                                    Last post