1

I have some doubts about installing CoreOS using the image ISO.

I follow the steps in CoreOS docs, in the Install section:

cfdisk -z /dev/sda
touch "/usr.squashfs (deleted)"     # work around a bug in mkfs.btrfs 3.12
mkfs.btrfs -L ROOT /dev/sda1

And then when I run the install script:

./coreos-install -d /dev/sda -c cloud-config.yml

I get the error about not enought space.

The install script of the CoreOS site posted in GitHub doesn't work for me because it tell me that there isn't enought space on device.

Then I have some doubts about it:

  1. The hard disk has 250 Gb of memory.
  2. The usb has almost 8 Gb of memory.

Why this error?

Andrew Schulman
  • 8,561
  • 21
  • 31
  • 47
Robert
  • 1,172
  • 2
  • 9
  • 10
  • Can you please post the exact error you are getting ? I'm telling that because I had a similar problem installing Core OS on a virtual machine and it turned out I was assigning not enough RAM to the machine. I know, RAM seems unrelated to the disk space, but maybe it is downloading the ISO to a RAM disk. – danidemi Jul 02 '15 at 21:41

0 Answers0