本系列文章均以《言小五折腾日记:VMware ESXi 8.0安装iKuai & OpenWrt & Ubuntu & Debian & WIN10 前言篇》为基础,具体实施以及其它文章均在前言篇中提及和更新。

文章截图和步骤太多,若有错误或者遗漏之处,还望在本文下方评论区指正,谢谢。

本文大致分为2个步骤:
1、ESXi 8.0创建Debian虚拟机。
2、Debian 11 ISO镜像安装。

1、ESXi 8.0创建Debian虚拟机

1.1、登录到ESXi 8.1,进入 导航 – 存储 – 数据存储,点击数据存储浏览器。

1.2、将Debian 11 的ISO镜像上载到对应目录文件夹,之后关闭数据存储浏览器。

1.3、进入 导航 – 虚拟机,点击创建/注册虚拟机。

1.4、选择创建类型:创建新虚拟机。

1.5、选择名称和客户机操作系统:名称自定义即可,兼容性选ESXi 8.0,客户机操作系统选Linux,客户机操作系统版本选Debian 11 64位。

1.6、选择存储,博主这里只有一个硬盘,所以只能选这个了。

1.7、自定义设置:CPU给2,内存给1024MB即1G,硬盘博主这里只给了19G,SCSI控制器这里默认,网络适配器也默认。

1.8、CD/DVD驱动器选择数据存储ISO文件,之后选定之前上传的ISO镜像文件,显卡默认。

1.9、即将完成,将分配的硬件资源信息等检查一下,确认无误点击完成。

1.10、导航 – 虚拟机 – 点击刚才新建的Debian 11虚拟机,点击打开电源。在虚拟机电源按钮下方可以看到虚拟机画面预览,点击即可打开虚拟机的浏览器控制台。

2、Debian 11 ISO镜像安装。

2.1、进入虚拟机的浏览器控制台,可以看到ISO镜像文件已经加载了,选Install来安装Debian 11。

2.2、Select a language:选English,回车。

2.3、Select your location:因博主这台虚拟机时用来编译OpenWrt的,所以地区选了United States即美国。

2.4、Configure the keyboard:选American English。

2.5、Loading additional components

2.6、Waiting for link-local address…

2.7、Attempting IPv6 autoconfiguration…

2.8、Configuring the network with DHCP

2.9、Configure the network:设定hostname,如debian。

2.10、Configure the network:设定Domain name,如debian。

2.11、Set up users and passwords:root password设定,博主这台虚拟机主要在内网使用,所以设定一个简单的。

2.12、Set up users and passwords:重新输入一次root password。

2.13、Set up users and passwords:设定一个用户。因为Debian 11镜像默认是不允许root直接登录的,所以需要设定一个用户。

2.14、Set up users and passwords:重新输入一次用户名。

2.15、Set up users and passwords:给刚才新建的用户设定一个密码,前面说过是内网使用密码简单。

2.16、Set up users and passwords:重新输入一次密码。

2.17、Setting up the clock

2.18、Configure the clock:设定时区,默认选第一个就好,后面有需要再改。

2.19、Loading additional components

2.20、Partition disks:选择安装硬盘,由于是VMware分配的虚拟的硬盘,这里选第一个 Guided – use entire disk 即可。

2.21、Partition disks:确认安装到这个硬盘。

2.22、Partition disks:Partitioning scheme:选第一个All files in one parition即可。

2.23:Partition disks:确认硬盘选定正确,然后Finish partitioning and write changes to disk。

2.24、Partition disks:Write the changes to disks? 选Yes。

2.25、Installing the base system

2.26、Configure the package manager:Scan extra installation media? 选No。

2.27、Configure the package manager:Debian archive mirror country,Debian镜像国家。在目前不清楚iKuai给这台虚拟机分配的什么IP,以及未在iKuai中给这台虚拟机指定网关、未在OpenWrt中指定虚拟机走全局的情况下,选China,要不然后面涉及需要网络安装部分的时候可以比乌龟还慢。

2.28、Configure the package manager:Debian archive mirror,Debian镜像源,博主这里选择华为的镜像源。

2.29、Configure the package manager:HTTP proxy information,设定代理,这里直接Continue。

2.30、Configuring apt

2.31、Select and install software

2.32、Configuring popularity-contest:Participate in the package usage survey? 选No。

2.33、Software selection:默认选 SSH server 和 standard system utilities即可。

2.34、Select and install software,前面之所以选国内源,就是因为这部分涉及到部分需要网络安装的东西,不用国内源会比乌龟爬的还慢。

2.35、Installing GRUB boot loader

2.36、Install the GRUB boot loader:Install the GRUB boot loader to your primary drive? 将引导系统加载到硬盘,选Yes。

2.37、Install the GRUB boot loader:Device for boot loader installation:选 /dev/sda。

2.38、Install the GRUB boot loader

2.39、Finishing the installation

2.40、Finishing the installation:Installation complete,选Continue。之后虚拟机会启动进入Debian 11系统。

2.41、如下图所示:

2.42、这时候编辑虚拟机,将CD/DVD驱动器后面的取消选定。

2.43、输入之前新建的用户名和对应的密码,如用户名eveaz,密码123456,登录进系统,输入 ip a 回车查看iKuai给这台虚拟分配的IP。

好了,教程到此结束了,后面的是因博主自身需求需要修改回官方源并在OpenWrt中指定该虚拟机走全局出国,可看可不看。

2.44、(可选,纯粹因博主习惯使用Xshell)打开Xshell,新建会话,用之前的用户名和密码登录到虚拟机。输入 su - 回车并输入之前设定的root密码,切换到root用户。使用下面的命令先将目前所用的源备份一下。
cp /etc/apt/sources.list /etc/apt/sources.list_bak

2.45、用 nano 编辑器查看一下源的地址。可以看到有4个地址是华为的镜像地址。
nano /etc/apt/sources.list

2.46、用下面的 sed -i 命令 一键替换回官方源。
sed -i 's/mirrors.huaweicloud.com/deb.debian.org/g' /etc/apt/sources.list

2.47、再用 nano 编辑器编辑镜像源地址,确认一下。
nano /etc/apt/sources.list

2.48、如下图所示,原华为镜像源已经替换成官方源了。

2.49、在iKuai给这台虚拟机重新指定网关为OpenWrt,然后再到OpenWrt的相关科学插件中指定这台虚拟机的IP走全局模式或者绕过大陆模式。之后再用下方命令更新一下源信息。之后就该干嘛干嘛了。
apt update -y

OK,完结撒花。

博主自我吐槽:早就该写这篇文章了,图片素材都放硬盘里一年多了,好在这玩意安装步骤不会变,素材还能用。

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注