VMWare Workstation/Player 是否允许多个内核映像?
我打算使用VMWare工作站来安装linux。但我的用例是拥有多个内核版本作为开发要求的一部分。
VMWare 允许使用这个吗?
我的意思是 GRUB 或加载程序会提示我按照在实际系统上的方式加载我选择的内核吗?
谢谢,凯达
I am planning to use VMWare workstation for installing linux. But my use case is to have multiple kernel versions as part of development requirement.
Does VMWare allow use of this?
I mean will GRUB or loader prompt me for loading of kernel of my choice the way which it will do on actual system ?
Thanks, kedar
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,它会允许这样做。 Linux 并不关心它是在虚拟机中运行还是在真实硬件上运行。据 Linux 所知(当然,VMWare 工具除外),它运行在真实的硬件上。
VM“磁盘”只是主机文件系统上的一个文件,因此可以独立于该主机文件系统进行设置,包括引导加载程序等。
Yes, it will allow this. Linux does not care if it is running in a VM or on real hardware. As far as Linux knows (except for the VMWare tools, of course), it is running on real hardware.
The VM "disk" is just a file on the host file system so can be set up independently of that host file system, including boot loaders and such.
Vmware 工作站很好地模仿了真实的硬件安装,几乎您在物理机中可以完成的所有操作都可以在虚拟机中完成。它并不完美,但已经非常接近完美了。我使用 2 台物理机器设置来模拟 10 台机器的域实验室。保存快照或暂停机器的能力使其在某些方面比物理机器更好。
这是一款很棒的工具,我推荐给所有学习 IT 的人
Vmware workstation mimics a true hardware installation very well, almost everything you can do in a physical box you can do in a virtual machine. It's not perfect but it is pretty close to it. I use a 2 physical machine setup to mimic a 10 machine domain lab. The ability to save snapshots or to pause a machine makes it better than a physical machine in some respects.
It is a great tool and one that I recommend for anyone learning IT