当前位置:网站首页>Gnome boxes virtual machine creation and installation
Gnome boxes virtual machine creation and installation
2022-07-19 03:36:00 【jxq1994】
GNOME Boxes It's a similar VirtualBox and VM Ware Virtualization tools for , Focus on the desktop Linux. It provides a simple GUI To create and manage virtual operating systems , And it's better than common ones VirtualBox More lightweight , The virtual machine starts faster , Smoother , And the installation is simple , Directly use the following command line to install :
sudo apt install gnome-boxesI am here Boxes Run in Windows 10 And achieved good results . The disadvantage is that it is not yet supported 3D Speed up , So graphics performance is not always good .
However, compared with the often puzzling problems Virtualbox And charged VMware Come on , If you only need basic functions , And want to be in Linux Top mount Windows virtual machine , Then you don't need to use the above two programs at all ,GNOME BOXES Fully meet your needs !!Boxes yes GTK+ A software developed , The graphical interface is beautiful and the introduction is intuitive , Even buttons and this option make everything simple !!

Here's how it works in GNOME Boxes Start and run quickly Windows 10.
- start-up GNOME Boxes And click the sign in the upper left corner , choice “ Create a virtual machine ” Button .
- Select the... Of the operating system you want to install ISO. If you have downloaded Windows Install media ( Or any other ISO file ) To local , select “ Search for system image files ” Options .

3. On the next screen , by Windows The customer system assigns at least 3 GB Memory and 20 GB Of disk space . Use 6 GB Memory and 34 GB disk space , Virtual machines will run more comfortably . Here you can choose the right disk space .
4. single click “ establish ” Button , routine Windows The installer will start .
Let the installation take its course . After installation , You will see the general first start wizard for setting up user accounts .
Share files and clipboard
Share clipboard
After creating the virtual machine , You should also need to share files and clipboards between the virtual machine and the host system . Let's say we have Linux The text on the system wants to be copied directly to the virtual machine Windows In the system , You need to share the clipboard function , In our virtual machine Windows In the system , We need to download and install the following two software :
Window guest tool as well as stable VirtIO.
Window guest tool The tool download path is “Guest” The title is “Windows binaries” Under the heading “Windows guest tool” The location of .

Stable VirtIO download be known as virtio-win-gt Of msi file ( x64 or x86).

Restart after installation Windows System , You will open the door to a new world ! Not only the screen size is more suitable for the current computer , And the feeling of experience is extremely smooth , At the same time, there is no need to worry about copying and pasting between different systems .
Shared files
stay windows Download and install the following software in the system :
spice-webdavd
restart Windows After the system , Select the three points on the right :

choice “ attribute ” Button , choice “ Equipment and sharing ” Options , Choose shared folder , take Linux The system needs to add shared disks

restart Windows The system can view in the file manager Z disc , namely Linux Shared disk under the system . This completes the sharing of files between different systems .
边栏推荐
- How to use iota keyword in go language
- Theoretical basis of doubledqn and its code implementation [pytoch + pendulum-v0]
- Ncnn allocator memory allocator
- 爬虫学习(5):手把手教你爬虫requests实战演练
- Visual analysis of ncnn param file and bin model
- Thinkphp5.0模型操作使用page进行分页
- My most productive easypypi once again has been updated! V1.4.0 release
- Vs code problem: launch:program '... \ vscode\launch. exe‘ dose not exist
- Ext JS的数字类型处理及便捷方法
- leetcode162. 寻找峰值
猜你喜欢

基于Matlab的男女声音信号分析与处理

JDBC connection to MySQL database

Solve the error of 0x00000709 when win10 connects to the shared printer

Game theory of catching lice

Wechat applet -- Summary of problems in the actual development of taro framework

MySQL interview questions (2022)
![[MySQL] data query operation (select statement)](/img/22/9c20d80296622c4516f361654075d6.png)
[MySQL] data query operation (select statement)

洛谷每日三题之第三天(第四天补做)

CorelDRAW cannot be installed. Solution

leetcode162. 寻找峰值
随机推荐
By voting for the destruction of STI by Dao, seektiger is truly community driven
leetcode:78. subset
Rhce8 Study Guide Chapter 2 use of basic commands
KubeCon + CloudNativeCon Europe 2022
leetcode:50. Pow(x, n)
Shell script receives and returns parameters
First knowledge of JPA (ORM idea, basic operation of JPA)
module_ Basic principle of init function
Note: light source selection and Application
2002 - Can‘t connect to server on ‘127.0.0.1‘ (36)
Labelme starts normally, but cannot be opened
Latest installation tutorial of VMware Tools (rhel8)
We should increase revenue and reduce expenditure
Monte Carlo based reinforcement learning method [with code implementation]
Powertor500t reports an error 0x01806803
Multi table query - case exercise
This is a mathematical problem
Basic IDL content of note 1: common data types_ Create array_ Type conversion_ Print output_ Basic operation_ Relational operation
oracle 查询非自增长分区的最大分区
leetcode 222. 完全二叉树的节点个数(必会)