131 lines
4.5 KiB
Markdown
131 lines
4.5 KiB
Markdown
> 本文作者:丁辉
|
||
|
||
# MAC-M1安装UTM软件
|
||
|
||
[MAC版下载地址](https://mac.getutm.app/gallery/)
|
||
|
||
1. 点击右上角的`DOWNLOAD`按钮下载软件
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230829150206275.png" style="zoom: 25%;" />
|
||
|
||
|
||
|
||
2. 下载完成后,点击文件夹找到下载文件开始安装
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230829150126669.png" style="zoom: 50%;" />
|
||
|
||
|
||
|
||
3. 打开安装程序后,按照提示按住鼠标左键点击`UTM`图标向右拖拽到安装目录下
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230829145631786.png" style="zoom: 33%;" />
|
||
|
||
|
||
|
||
4. 安装完成后,在MAC启动台里面找到`UTM`软件,单击打开软件。
|
||
|
||
出现安全提示,点击 "打开"
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230829145657576.png" style="zoom: 50%;" />
|
||
|
||
|
||
|
||
5. 看到官方又在画大饼,直接下一步
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230829145717522.png" style="zoom:33%;" />
|
||
|
||
|
||
|
||
6. 成功进入软件页面
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230829152018450.png" style="zoom: 25%;" />
|
||
|
||
|
||
|
||
作为完美主义者,当然要右键:推出"UTM" 驱动啦
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230829150900777.png" />
|
||
|
||
|
||
|
||
# 准备系统镜像
|
||
|
||
> 可以看到在官网我们可以选择很多系统镜像,本次我们拿 Ubuntu 系统镜像举例
|
||
|
||
1. 下滑找到 Ubuntu 20.04 点击
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230831141032072.png" style="zoom: 25%;" />
|
||
|
||
|
||
|
||
2. 点击 Guide
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230831141048266.png" style="zoom:25%;" />
|
||
|
||
|
||
|
||
3. 找到 Downloads 这一行选择自己需要下载的系统架构,我这里选择 Ubuntu Server for ARM
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230831141129526.png" style="zoom:25%;" />
|
||
|
||
|
||
|
||
4. 第一次进入这里有提示的话,可以点击 Accept all and visit site
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230829163047581.png" style="zoom:25%;" />
|
||
|
||
|
||
|
||
下载
|
||
|
||
> 1. **Ubuntu 22.04.3 LTS:**
|
||
> - 这是 Ubuntu 22.04 的第三个点版本,其中 LTS 表示“长期支持”(Long Term Support)。
|
||
> - 长期支持版本通常会得到长达 5 年的安全更新和维护,对于需要稳定性和持久性的服务器和生产环境来说是一个很好的选择。
|
||
> - 这个版本的主要焦点是提供稳定性、安全性和兼容性,适合企业和大型部署。
|
||
> 2. **Ubuntu 23.04:**
|
||
> - 这是 Ubuntu 23.04 的标准版本,不包含长期支持。
|
||
> - 标准版本通常会在发布后的 9 个月内获得更新和支持。它们可能包含更多的新功能和改进,但相对于 LTS 版本来说,安全更新和维护时间较短。
|
||
> - 这个版本的主要特点可能是引入新的功能、技术和改进,适合对最新功能有兴趣的用户。
|
||
>
|
||
> 选择使用哪个版本取决于你的需求。如果你在寻找一个稳定、经过充分测试的版本,特别是在服务器或生产环境中使用,通常建议选择 LTS 版本(在这种情况下是 Ubuntu 22.04.3 LTS)。如果你对新功能和改进更感兴趣,可以选择标准版本(在这种情况下是 Ubuntu 23.04)。
|
||
|
||
5. 我选择下载 LTS 版本
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230831141147474.png" style="zoom:25%;" />
|
||
|
||
# 创建虚拟机
|
||
|
||
打开 UTM 软件,选择:
|
||
|
||
1. 点击新建一个虚拟机
|
||
2. 选择虚拟化
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230831141258499.png" style="zoom:25%;" />
|
||
|
||
3. 选择 Linux
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230831143724024.png" style="zoom:25%;" />
|
||
|
||
4. 点击:浏览 选择刚才下载的 ISO 镜像
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230831144225028.png" style="zoom:25%;" />
|
||
|
||
5. 配置虚拟机内存和CPU
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230831144447286.png" style="zoom:25%;" />
|
||
|
||
6. 配置存储大小
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230831144844318.png" style="zoom:25%;" />
|
||
|
||
7. 点击下一步
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230831145032838.png" style="zoom:25%;" />
|
||
|
||
8. 点击保存
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230831145120531.png" style="zoom:25%;" />
|
||
|
||
创建完成之后是这个样子的
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230831145335709.png" style="zoom:25%;" /> |