我无法将CoreOS安装到磁盘

我正在尝试将CoreOS安装到磁盘上,并且正在按照官方文档中的build议进行操作。 我有CoreOS的PXE,然后我从RAM启动CoreOS,我继续这些步骤:

  1. 执行: cfdisk -z /dev/sda
  2. 执行: touch "/usr.squashfs (deleted)" # work around a bug in mkfs.btrfs 3.12
  3. 执行: mkfs.btrfs -L ROOT /dev/sda1
  4. 将所有资源复制到/ home / core(coreos-install和my-cloud-config.yml)
  5. 执行: chmod +x coreos install
  6. 执行: sudo ./coreos-install -d /dev/sda -c /home/core/my-cloud-config.yml

输出是:

 ... Installing cloud-config... [2312.930275] BTRFS info (device sda1): disk space caching is enabled mount: mount(2) failed: No such file or directory 

我不知道是什么问题,因为在互联网上我无法findCoreOS安装过程中的这种行为的任何报告。