Installation failure of coreOS

178 Views Asked by At

I am trying to install CoreOS on VirtualBox and I have coreos_production_iso_image. I followed the link to install it.

I am stuck at installation part. When I ran sudo coreos-install -d /dev/sda -C stable -c cloud_config.yml command, the installation stuck at that point and after long time it gives exit 1 as an error message.

So I used -v option with coreos-install command, so it tries to download (wget) file from the URL.

When I run separate wget command (without any options) with that URL, it downloaded that CoreOS file that means proxy doesn't block that URL but when I run coreos-install command it stuck at that point.

Please suggest.

0

There are 0 best solutions below