Bug 52798 - Grub theme needs to be adjusted to new design
Grub theme needs to be adjusted to new design
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: Grub
UCS 5.0
Other Linux
: P5 normal (vote)
: UCS 5.0
Assigned To: Jürn Brodersen
Florian Best
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2021-02-15 10:10 CET by Jürn Brodersen
Modified: 2021-05-25 15:58 CEST (History)
2 users (show)

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jürn Brodersen univentionstaff 2021-02-15 10:10:38 CET
Grub theme needs to be adjusted to new design

See also bug 52797
Comment 1 Jürn Brodersen univentionstaff 2021-02-15 17:02:43 CET
It is possible to switch between a light and dark theme:
ucr set bootsplash/theme='ucs' # dark theme (default)
ucr set bootsplash/theme='ucs-light' # light theme

[5.0-0 ef65f77728] Bug #52798: Update bootscreen to new design
[5.0-0 8f8cee00b7] Bug #52797, #52797: changelog

A reboot should be enough to get the new theme.
Comment 2 Florian Best univentionstaff 2021-02-16 10:44:34 CET
OK: dark theme
OK: light theme
OK: changelog entry (fixed bug number in git:2773436738)
Comment 3 Jürn Brodersen univentionstaff 2021-02-16 18:45:43 CET
Sorry I had a typo in the path to the grub color configuration :(

I had some green highlighting in it, but as discussed in the chat the preferred version is without it.
Comment 4 Jürn Brodersen univentionstaff 2021-02-16 18:46:43 CET
[5.0-0 8aba6ba26c] Bug #52798: fix typo in path
Comment 5 Jürn Brodersen univentionstaff 2021-02-17 12:53:44 CET
[5.0-0 4a67ccce3a] Bug #52798: Set green highlighting
Comment 6 Florian Best univentionstaff 2021-02-17 13:10:14 CET
OK: dark theme
OK: light theme
OK: changelog entry
Comment 7 Philipp Hahn univentionstaff 2021-03-26 16:07:11 CET
Noticed while working on Bug #51984:

#!/bin/bash
DISO=/mnt/omar/vmwares/iso-images/linux/debian/buster/debian-10.8.0-amd64-netinst.iso
UISO=/mnt/omar/vmwares/iso-images/ucs/5.0-0/RC/ucs_5.0-0-rc0-amd64.iso
for p in /EFI/debian/grub.cfg /boot/grub/x86_64-efi/grub.cfg /boot/grub/grub.cfg
do
  diff -u <(exec isoinfo -i "$DISO" -R -x "$p") <(exec isoinfo -i "$UISO" -R -x "$p")
done


shows at least one important(?) diff:
...
 submenu --hotkey=a 'Advanced options ...' {
...
-    set gfxpayload=keep

Also for all following "submenu" entries.
Comment 8 Florian Best univentionstaff 2021-05-25 15:58:30 CEST
UCS 5.0 has been released:
 https://docs.software-univention.de/release-notes-5.0-0-en.html
 https://docs.software-univention.de/release-notes-5.0-0-de.html

If this error occurs again, please use "Clone This Bug".