Thanks, maybe I’ll give that a try. In the meantime, I’m running into issues, during the re-install, which are logged in /root/.cache/Calamares/Calamares/Calamares.log:
2018-05-14 - 20:22:44 [6]: Target cmd: ("update-initramfs", "-k", "all", "-c", "-t")
2018-05-14 - 20:22:44 [6]: Target output:
update-initramfs: Generating /boot/initrd.img-4.15.0-2-amd64
/usr/sbin/mkinitramfs: 64: .: Can't open /usr/share/initramfs-tools/hook-functions
update-initramfs: failed for /boot/initrd.img-4.15.0-2-amd64 with 2.
Seems odd that a fresh install would be missing this directory.
When I chroot into the calamares temp directory, it certainly isn’t there:
root@pureos:/# ls -l /usr/share/initramfs-tools/
total 32
drwxr-xr-x 2 root root 4096 Apr 25 22:44 conf-hooks.d
drwxr-xr-x 2 root root 4096 Mar 21 20:07 conf.d
drwxr-xr-x 2 root root 4096 May 14 20:22 hooks
-rwxr-xr-x 1 root root 5960 Mar 21 19:56 init
-rw-r--r-- 1 root root 357 Mar 21 19:56 modules
drwxr-xr-x 2 root root 4096 Mar 21 20:07 modules.d
drwxr-xr-x 10 root root 4096 May 14 20:21 scripts
Any insight into how this can be resolved?