-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
NixOS 24.11 Plasma6 ISO is broken #363797
Comments
@InSelfControll Please be more specific while you write bug report. Link the ISO file you got and write steps to reproduce properly. Without any logs, we are not able to help you or reproduce the same. Regardless, you should be fine working with any ISO file. You can alternatively make yourself an ISO file if that fits your need as some hardware like WiFi cards might need some extra kernel module such as |
I cannot share logs from the installation. I had to downgrade back to 24.05 because almost all the apps I use barely worked even Nvidia drivers and basic mounts of brtfs / ext4 drives. I tried the last two isos of version 24.11 and both of them stuck on black screen like in the pic I shared. On my main computer I successfully loaded the iso after 7 tries that it was stuck on black screen and after that I successfully got to the install screen and it also failed 7 times on the 8th time after I disabled ipv6 and replaced my DNS servers and reformatted the drive 7 times it decided to work but still ended with broken libs that were actually missing when the system booted so I couldn't stay on it and decided to downgrade. It was a clean install all the times. https://channels.nixos.org/nixos-24.11/latest-nixos-plasma6-x86_64-linux.iso |
+1 |
I verified that the default graphical ISO (which is based on GNOME) works (in virtual-manager), but I see now that you link to the plasma6 version (which I haven't tested). |
Yea but it doesn't suppose to be like that... |
I also get black screen with that plasma6 ISO in virt-manager (with default settings) after that stage 1 output posted above. Booted the VM twice. |
CC @K900, plasma maintainer |
I can't reproduce here. |
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/brand-new-to-nixos-wont-boot-to-desktop-environment/56292/6 |
Do you have configured some video memory for the VM? |
I'm talking about my main PC not the VM. |
Can you get any sort of log output from your PC? |
Already downgraded to version 24.05 can't send a log. |
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/runing-a-qemu-nix-guest-in-a-fedora-host/57644/2 |
This is my first time to try NixOS Plasma 6 from the Download (Plasma Desktop, 64-bit Intel/AMD) button 3 days ago, I'm looking around to fix my graphic driver, I'm not sure until I found this. Downloaded this name: nixos-plasma6-24.11.711349.394571358ce8-x86_64-linux.iso Flash in USB thumbdrive, boot it on an old PC, select "Installer", receive error message like above and then just blank screen with "_" for long time. CTRL+ALT+F1 to view logs. This are some errors I saw
|
Is this Nvidia? Which GPU model? |
I'm using an Nvidia GPU. |
Which exact model? |
Rtx 2070 super but it was also in VM without GPU. |
Those are likely separate issues. Does booting in nomodeset mode work? |
No, the Nvidia driver was also broken on 24.11 it couldn't detect the GPU correctly so always back to noveau. I had to downgrade the OS to make it work, only after downgrading and disabling sddm my PC became more stable. |
Mine one nvidia gtx 1060. Booting from nomodeset also the same, it's blank if I switch to ctrl+alt+f2. It always hang for a moment when switching to there. Reproduce for a couple of times, it is consistent. |
Hi together, Yesterday i tried to install NixOS with Plasma on a HP ProDesk 400 with an AMD Ryzen 3400G, but the ISO bootet only to the Blank screen with the blinking underscore. So i decided to boot the Gnome Image which worked fine. After the installation of NixOS with Plasma 6 i had the same again. after a few tries i found the solution. i made the following change in the nixos configuration tldr: |
services.displayManager.sddm.wayland.enable = true; Thanks for discovering and reporting this! It fixes, or at least works around, #360678 for me. For reference: I'm running with an nvidia RTX 2060 & Intel i9-9900K and this config snippet: services.xserver = {
enable = true;
videoDrivers = [ "nvidia" ];
xkb = {
layout = "us";
model = "pc104";
options = "eurosign:5,lv3:ralt_switch";
};
};
services.desktopManager.plasma6.enable = true;
services.displayManager.sddm.enable = true;
services.displayManager.sddm.wayland.enable = true; # https://github.com/NixOS/nixpkgs/issues/363797#issuecomment-2558384445
hardware.graphics.enable = true;
hardware.nvidia = {
open = true;
modesetting.enable = true;
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.stable;
}; |
SDDM on Wayland is still experimental, but we may want to enable it by default if it works better for people... |
I want to confirm that I had the same problem (amd gpu 6700XT) and booting from the GNOME iso and then changing to sddm in the config did fix the problem and allowed me to use KDE. |
I really don't understand why the ticket closed. |
Are you able to reproduce the issue with the latest 24.11 ISO? On what hardware? |
Describe the bug
ISO not loading on VM and barely loading on bare metal machine.
The installation failed 7 times yesterday and at 8th time it succeed but half of the system is broken and things like mounts barely work too, crashing the system to emergency mode.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Clean install stable OS like the old one was version 23.11/23.05
Screenshots
Example on VM.
stuck like this for more than 5 minutes.
Additional context
OS unstable currently I somehow succeed to install it on my main system but I'll have to format again since nothing works.
The name of the ISO says plasma6 while the installation itself installs plasma5.
Metadata
Notify maintainers
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: