Skip to content
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

After Installation of Custom KDE with Calamares SDDM only shows black screen and cursor - with Ubiquity Installer it works fine #1541

Closed
ibuntuos opened this issue Oct 19, 2020 · 8 comments
Labels
bug: downstream Bug exists, but it is created downstream bug: not-really Looks like a bug, but isn't

Comments

@ibuntuos
Copy link

Bugdescription
I have a custom ISO here which is basically just a remastered fresh install auf KDE Neon. No changes made, only a normal Remastering of the System was done. Both Ubiquity-Installer and Calamares Installer were put in it. The Custom ISO was started in legacy mode and than the Ubiquity-Installer was run. Installation went through without problems, System booted, everything fine.

Than the same ISO was started again, this time the Calamares Installer was used to install the system, it went through with success, no error messages, System boots for the first time and get's stuck when sddm should load, presenting only a black screen with a cursor.

To Reproduce

You can basically remaster any KDE Neon or Kubuntu Version and it always will be installable with ubiquity but not with Calamares, it always will get stuck when SDDM loads with black screen and cursor. So Calamares clearly misses to do something what ubiquity does when configuring the new installed system.

I don't know what KDE Neon has changed within the Calamares Modules so that their system can be installed without this bug - but I would need to know what they changed.

My calamares setting you can see here:
https://github.com/ibuntuos/iBuntu-builder/tree/master/conf/calamares
We just installed calamares on a Kubuntu 20.04 version from the standard ressources but as I said the problem also already occured in 18.04

Would be nice if I wouldn't need to re-engineer what KDE neon did different - can someone please help me out how to get rid of this bug?

@abucodonosor abucodonosor added the bug: not-really Looks like a bug, but isn't label Oct 19, 2020
@abucodonosor
Copy link
Contributor

This is a configuration issue, not a calamares bug.

You should probably use the Neon configuration files and change branding.

A quick look shows some of your configuration files are incomplete. Also from what I remember Neon has some custom scripts running to setup needed things.

Your dysplaymanager.conf is missing sysconfigSetup: false as an example, also why would you need basicSetup: true?

@ibuntuos
Copy link
Author

Thanks for the advice. I actually took this settings from the life-edu project but their building tool only copies the whole home folder of the existing user to the live cd and than they use calamares to pure copy the live system permanent to the hard drive like the old remastersys did in Backup mode. I couldn't find documentation on how to propperly configure Calamares all I had so far was if I use their config files in this kind of "backup" mode it works but if I want to create my own user during install it leads to this black screen with cursor issue.

Is there either a link on where it's documented how to configure calamares? I googled a lot but I only can dig myself through other bug reports but didn't found yet a document which explains the content of the .conf files. Is there something like this or is it in a way like "the code of the calamares modules is documentation enough" ?

Thanks for any further help

@abucodonosor
Copy link
Contributor

Each configuration file has his options explained, also see:

https://github.com/calamares/calamares/wiki/Deploy-Configuration

@ibuntuos
Copy link
Author

Thanks, that link I missed, I will read myself into it.

@ibuntuos ibuntuos reopened this Oct 20, 2020
@ibuntuos
Copy link
Author

I edited now the displaymanager.conf and the other config files like in kde neon but still i get black screen with mouse cursor after first boot I'm not sure what I have missed.

@abucodonosor
Copy link
Contributor

I don't know, but your calamares is still different from Neon's, very different.

See:

https://invent.kde.org/neon/neon/calamares-settings/-/tree/Neon/unstable/desktop

@abucodonosor
Copy link
Contributor

Also, boot to CLI and find out what the error is?

@abucodonosor abucodonosor added the bug: downstream Bug exists, but it is created downstream label Oct 20, 2020
@adriaandegroot
Copy link
Contributor

Downstream needs to figure out what the difference is between the Ubiquity-installed and Calamares-installed SDDM configurations (I expect it's a matter of enabling a service, but I don't have much to base that guess on).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug: downstream Bug exists, but it is created downstream bug: not-really Looks like a bug, but isn't
Projects
None yet
Development

No branches or pull requests

3 participants