简体   繁体   English

我们可以在未安装任何操作系统的情况下安装KVM吗?

[英]Can we install KVM without any Operating System installed

I know I am asking some silly question. 我知道我在问一些愚蠢的问题。 we recently purchased a HP Server. 我们最近购买了HP服务器。 Now I first installed Ubuntu server Operating system and then installed KVM for visualization. 现在,我首先安装了Ubuntu服务器操作系统,然后安装了KVM以进行可视化。

But according to my boss, first KVM supposed to be installed and then Ubuntu or any other OS as visualization machine. 但是据我的老板说,应该先安装KVM,然后再安装Ubuntu或任何其他操作系统作为可视化机器。

My question is can we install KVM as stand alone without any operating system installed on the server like ubuntu, linux ? 我的问题是我们可以在不像ubuntu,linux这样的服务器上安装任何操作系统的情况下单独安装KVM吗? Or first we need to install the OS and then KVM to create VM as I did. 或者首先我们需要安装操作系统,然后安装KVM来创建虚拟机。

Anyone please help and advice. 任何人请帮助和建议。

Regards, - Manoj 问候, - Manoj

No, you don't need to have an operating system to install KVM, because it is part of the Linux kernel itself. 不,您不需要安装KVM的操作系统,因为它是Linux内核本身的一部分。

The problem is you normally get a kernel with a linux distribution; 问题是你通常会得到一个带有Linux发行版的内核; so people assume to use KVM you need to first install ____ (insert your favorite distribution). 所以人们假设你需要先使用KVM安装____(插入你最喜欢的发行版)。

In fact, all you need to use KVM is a bootable USB stick with a KVM enabled kernel. 事实上,您需要使用KVM的只是一个带有KVM内核的可启动USB记忆棒。 You don't need an operating system on the host at all. 根本不需要主机上的操作系统。 You can do this yourself, or use something like proxmox which is a bootable image that includes KVM and a GUI. 您可以自己执行此操作,也可以使用诸如proxmox之类的东西 ,这是一个包含KVM和GUI的可启动映像。

Linux内核充当虚拟化引擎 - 没有独立的虚拟机管理程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 KVM 可以在没有 libvirt 的情况下工作吗? - Can KVM work without libvirt? 在窗口操作系统中,如何使用Linux操作系统上安装的PHP接口? - How can I use interface of PHP that is installed on the linux operating system in window operation system? 如何在没有操作系统中介的情况下访问我的系统资源? - how can i access my system resources without the operating system intermediation? 在没有传统操作系统的情况下运行Ruby? - Running Ruby without a traditional operating system? 检查安装了哪个操作系统(CentOS、Ubuntu、Redhat 等) - Check Which operating system is installed ( CentOS, Ubuntu, Redhat, ... etc) 如何在不损坏系统安装的情况下安装新的Perl? - How can I install a newer Perl without damaging the system install? KVM进行的系统调用 - System calls made by KVM 如何在任何操作系统中保护我的应用程序数据? - How to protect my application data in any operating system? 从一个位置在安装在操作系统上的所有浏览器中运行JavaScript脚本 - Running a JavaScript script in all browsers installed on an operating system from one place 如何从Linux上安装的ruby在Windows操作系统上执行控制台应用程序? - How to execute console applications on windows operating system from ruby installed on linux?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM