-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace di-live with default Debian installer and leverage default Debian Live support #2013
Comments
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 complete the install process (fail at "installing system") (proxmox qemu/kvm environment is I checked if the normal debian iso works on both just out of interest and had no issues. Not really sure what could be the issue here. |
That sucks, but thanks for testing @OnGle. We'll need to relook at this although it's not priority (yet). I'll leave the PR unmerged and this issue open... |
Thanks @OnGle, could you get detailed logs from the installer? There's an option in the "main" menu to dump logs. |
Beyond that, I just had a quick poke around the debian docs and have some additional thoughts - apparently you should be able to access VT1 and/or VT4 and from there There is also a |
Alright I've collected the logs + dmesg for both bios and uefi install attempts. This was tested from an up-to-date core-iso that has been hybridized using instructions from tklive. Let me know if you need any more info from my end. |
Thanks @OnGle, looks like this is the culprit:
I ran into this a few times over the years. Maybe here as well but I don't remember what I did to fix it now. Basically We'll need to avoid feeding it sockets. Maybe skip setting up / running postfix on the live system as the utility of that is questionable anyhow. I will handle that. |
Beyond the specific issue/feature noted in the subject, this is a meta-issue covering other install related bugs/issues.
Once the relevant Debian components (debian installer, debian live, etc) are integrated into TurnKey and this issue is closed, it should (or at least hopefully) also address the following issues:
Preliminary work has already been done by @a3s7p - see https://github.com/a3s7p/tklive & internal testing is in progress. Once complete, "rc" builds of Core and Lamp will be published (perhaps others?). The anticipated ISO naming for v18.x based builds will include
uefi
in the name to differentiate from the current v18.x builds. E.g.(or similar).
Assuming all goes well, these builds will be the default (probably only) builds for v19.x+
The text was updated successfully, but these errors were encountered: