You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
Version : rancher/os:v1.2.0-rc2
Installation : baremetal
I downloaded the latest image, created an usb bootable disk with rufus (from window 10 with default options) and tried to install...
[rancher@rancher ~]$ sudo ros install -c cloud-config.yml -d /dev/nvme0
INFO[0000] No install type specified...defaulting to generic
Installing from rancher/os:v1.2.0-rc2
Continue [y/N]: y
INFO[0000] start !isoinstallerloaded
ERRO[0000] Failed to get boot iso: stat /dev/sr0: no such file or directory
There is no boot iso drive, terminate the task
FATA[0000] Failed to run install err="stat /dev/sr0: no such file or directory"
coud-config
hostname: dost
rancher:
network:
interfaces:
eth*:
dhcp: false
eth0:
address: 10.138.222.201/24
gateway: 10.138.222.1
dns:
nameservers:
- 10.138.222.1
ssh_authorized_keys:
- ssh-rsa (A KEY) (A NAME)
The label is always in capital letter, i tried to change it but everytime in captial... (i know that is should be "RancherOS")
What can i do ?
Thanks for your help and os !!!