Stefan Davis
Stefan Davis
I have confirmed the issue, I think I've made a "good enough" fix for now, but it's still a bit dodgy how the inithook sets the password
Issue is: 1. Our login wrapper runs: a. inithooks b. confconsole c. prints motd d. login 2. Confconsole is not run on AWS 3. Login will exit after 1 minute...
Note this fix doesn't actually address the cause of the issue. But it will ensure everyboot scripts only run everyboot, no matter how many times you execute ``/usr/lib/inithooks/run``.
It may not be ideal, but now we have the dockerize script, we may be able to build a new set of working docker builds relatively easily.
I'm not entirely sure how/why the hostname got set where it did, a quick glance and these are the only files in confconsole that deal with the hostname: https://github.com/turnkeylinux/confconsole/blob/master/plugins.d/System_Settings/hostname.py and...
Images built by tklive seem to not run correctly either in virtualized UEFI or BIOS with proxmox, it boots in both, so that's a promising start, but both fail to...
Alright I've collected the logs + dmesg for both bios and uefi install attempts. I had a quick look at `installation-report`, but it only includes hw info, which is already...
Still getting errors in the same place unfortunately. I'll post a new set of logs tomorrow.
Here's the relevant logs, same as last time this includes install logs + dmesg, built from your tklive repo. Let me know if you need any more info. [uefi_install.tar.gz](https://github.com/user-attachments/files/19382083/uefi_install.tar.gz) [bios_install.tar.gz](https://github.com/user-attachments/files/19382082/bios_install.tar.gz)
That fixed bios install & UEFI live, but still having issues with uefi install (havn't checked bios live). Interesting the UEFI install doesn't error at all anymore, it just won't...