Virtualbox下使用IPXE启动
参考:http://ipxe.org/
主要步骤:
1. 下载IPXE镜像, http://boot.ipxe.org/ipxe.iso, 下载之后,启动虚拟机的时候需要加载到vbox中
2. 在MacOS下面/Users/ksd/Library/Virtualbox/TFTP/创建IPXE.pxe文件,内容参考RancherOS release的IPXE文件(IPXE.pxe中的IPXE需要和虚拟机名称保持一致)
sudo ros config set rancher.debug true
rancher:
console: ubuntu
docker:
registry_mirror: https://fogjl973.mirror.aliyuncs.com
system_docker:
registry_mirror: https://fogjl973.mirror.aliyuncs.com
bootstrap_docker:
registry_mirror: https://fogjl973.mirror.aliyuncs.com
[root@rancher ~]# ros install -t noformat -d /dev/sda -c cloud-init.yml --append rancher.password=rancher
[root@rancher ~]# ros install --debug -d ...