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

plymouth shows NixOS version only at shutdown, not at start (when GRUB is used) #59992

Closed
davidak opened this issue Apr 21, 2019 · 9 comments · Fixed by #99011
Closed

plymouth shows NixOS version only at shutdown, not at start (when GRUB is used) #59992

davidak opened this issue Apr 21, 2019 · 9 comments · Fixed by #99011

Comments

@davidak
Copy link
Member

davidak commented Apr 21, 2019

Issue description

It should always show the NixOS version.

Reproducible on:

  • Lenovo Thinkpad X230 with grub

Not reproducible on:

  • Apple iMac 11,3 with systemd-boot (EFI)
  • Thinkpad L470 with systemd-boot (EFI)

Steps to reproduce

  1. boot system
  2. shut down system

Technical details

  • system: "x86_64-linux"
  • host os: Linux 4.19.36, NixOS, 19.03.172311.454eea84a75 (Koi)
  • multi-user?: no
  • sandbox: yes
  • version: nix-env (Nix) 2.2.2
  • channels(davidak): ""
  • channels(root): "nixos-19.03.172311.454eea84a75, nixos-hardware, nixos-unstable-19.09pre175916.1fc591f9a5b"
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos
@peterhoeg
Copy link
Member

I can second this. It's been the case for ages.

@michaelpj
Copy link
Contributor

Yes, I'm not sure why this is. It used to show it at startup, and I don't think anything much has changed there.

@davidak
Copy link
Member Author

davidak commented Jul 31, 2019

I did an update yesterday and bootet the system today and the version was shown. It's a Thinkpad L470. I will see if it fixes it also on the system i used when reporting this issue.


  • system: "x86_64-linux"
  • host os: Linux 4.19.62, NixOS, 19.03.173202.31d476b8797 (Koi)
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.2.2
  • channels(root): "nixos-19.03.173202.31d476b8797, nixos-hardware, nixos-unstable-19.09pre186857.239fffc90d7"
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos

@peterhoeg
Copy link
Member

Doesn't work here on latest unstable.

@davidak
Copy link
Member Author

davidak commented Aug 4, 2019

Seems to be a problem specifically with GRUB.

@davidak davidak changed the title plymouth shows NixOS version only at shutdown, not at start plymouth shows NixOS version only at shutdown, not at start (when GRUB is used) Aug 4, 2019
@peterhoeg
Copy link
Member

peterhoeg commented Aug 4, 2019 via email

@stale
Copy link

stale bot commented Jun 2, 2020

Thank you for your contributions.

This has been automatically marked as stale because it has had no activity for 180 days.

If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.

Here are suggestions that might help resolve this more quickly:

  1. Search for maintainers and people that previously touched the related code and @ mention them in a comment.
  2. Ask on the NixOS Discourse.
  3. Ask on the #nixos channel on irc.freenode.net.

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jun 2, 2020
@peterhoeg
Copy link
Member

Problem persists.

@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jun 3, 2020
@andersk
Copy link
Contributor

andersk commented Sep 28, 2020

This is because the Plymouth label plugin is missing from the initrd, along with a font with which to render the text. See #99011.

andersk added a commit to andersk/nixpkgs that referenced this issue Feb 21, 2021
This allows Plymouth to show the “NixOS 21.03” label under the logo at
startup like it already does at shutdown.

Fixes NixOS#59992.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants