RancherOS Hyper-V 安装

时间:2021-09-28 21:49:58

RancherOS Hyper-V 安装, Install to disk

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

打开 Hyper-V 管理界器, 新建虚拟机

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

输入名称和存储位置

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

选择一代

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

最低 1024M

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

配置网络

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

创建虚拟磁盘

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

设置启动 ISO, 下载

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

创建完成

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

设置处理器

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

设置内存, 注: 如果使用动态内存, 需限定下最大内存

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

启动虚拟机

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

配置 SSH Client, 这里使用的是 Xshell 5

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

默认用户名和密码 rancher

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

接受

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

$ sudo mkfs.ext4 -L RANCHER_STATE /dev/sda

格式化硬盘(目测非不要步骤, 可以直接安装)

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

$ sudo reboot

重启(同上)

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

配置 cloud-config.yml, ssh 证书登录(如不使用,可不配置)

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

开启本地HTTP服务器, 这里使用的是 hfs (也可使用 sftp等)

RancherOS Hyper-V 安装

$ cd /home
$ sudo wget http://192.168.16.168:1008/cloud-config.yml

RancherOS Hyper-V 安装

下载配置文件

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

$ sudo ros install -c cloud-config.yml -d /dev/sda

安装

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

安装完成

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

在 Hyper-V 虚拟机设置 DVD 驱动器, 媒体设置为无, 并重启

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

配置 SSH 证书登录, 默认用户名 rancher

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

选择证书

RancherOS Hyper-V 安装

RancherOS Hyper-V 安装

登录成功