clearlinux / clr-installer

Clear Linux* OS Installer
GNU General Public License v3.0
92 stars 42 forks source link

Running post-install hooks [*failed*] #756

Open ruralcoder opened 3 years ago

ruralcoder commented 3 years ago

Describe the bug Error message during Running post-install hooks [*failed*] installation on a virtualbox running on a macbook pro 2011 with MacOS BigSur 11.0.1

To Reproduce Steps to reproduce the behavior:

  1. Booted using the live-server ISO
  2. curl -O https://cdn.download.clearlinux.org/current/config/image/live-server.yaml
  3. made the 3 changes described in your example
  4. clr-installer --config live-server.yaml

Expected behavior No error messages

Screenshots If applicable, add screenshots to help explain your problem.

Screen Shot 2020-11-15 at 2 34 14 PM

Environment (please complete the following information):

Additional context Add any other context about the problem here.

Attached are the files described in the error. clr-installer.log

pre-install-clr-installer.yaml

mdhorn commented 3 years ago

You need to download not only the top level YAML file live-server.yaml, but also any scripts or files it references. In this case, it looks like you do not have the live-image-post-update-version.py download and in the same directory where the YAML file lives.

BTW, looks like you remove several of the live image steps from your YAML file, probably because they were missing, but note all of those exist for a reason to generate a working live image.