LoginSignup
3
6

More than 5 years have passed since last update.

EasyBCDでwindows boot managerからISO bootし、windowsを消してRanchreOSをインストール

Last updated at Posted at 2016-06-20

参考

EasyBCDのインストール、起動

boot2dockerの例

easybcd.png

OS再起動し、boot2dockerが起動できることを確認。

RancherOSをインストールする手順 (メモリ1GB以上必要)

rancher.png
rancher2.png

無題.png

無題.png

無題.png

インストール
ip addr add 10.10.10.2/24 dev eth0
ip route add default via 10.10.10.1
echo "nameserver 8.8.8.8" > /etc/resolv.conf
  • 事前に用意しておいたos-config.ymlをダウンロード。
~/os-config.yml
#ssh_authorized_keys:
#  - ssh-rsa AAA...
network:
  interfaces:
    eth*:
      dhcp: false
    eth0:
      address: 10.10.10.2/24
      gateway: 10.10.10.1
  dns:
    nameservers: [8.8.8.8,8.8.4.4]
users:
  - name: rancher
    passwd: rancher
sudo ros install -c os-config.yml -d /dev/sda

無題.png


mini.isoでインストールするのが簡単

3
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
6