1.) Fresh reinstall Ubuntu onto OVH VM
2.) Boot OVH VM into Rescue Mode, connect via ssh and run the script
wget -q https://raw.githubusercontent.com/Snake4life/RancherOS-OVH/master/install.sh
chmod +x install.sh
# create or fetch your own cloud-config.yml file
nano cloud-config.yml
./install.sh -c cloud-config.yml -d /dev/sdb
#./install.sh -c cloud-config.yml -d /dev/sdb -v X.X.X
you might need to trigger: umount /dev/sdb1 if you get into trouble
Optionally, you can specify the following commandline arguments to the install.sh script:
-c: pass a cloud-config YAML file to the installer- Example:
-c cloud-config.yml - Default: generates an empty cloud-config to use for the installation
- Example:
-d: disk device to install to - warning: will be wiped!- Example:
-d /dev/sda - Default: attempts to auto-detect a disk device (either /dev/sda or /dev/vda)
- Example:
-v: RancherOS release version to install- Example:
-v 0.4.2 - Default: the current RancherOS release (fetched from the release list)
- Example:
- Robbert Klarenbeek, robbertkl@renbeek.nl - main install script
- Snake4life - OVH mod
This repo is published under the MIT License.
umount /dev/sdb1
rm -r -f rancheros/
rm -r -f dist/
fdisk /dev/sdb
see if its bootable command: parted /dev/sdb unit s print free
sysctl net.ipv6.conf.eth0.disable_ipv6=1