build icon indicating copy to clipboard operation
build copied to clipboard

GRUB optimisations

Open igorpecovnik opened this issue 1 year ago • 1 comments

Description

  • set fixed screen resolution which prevents super tiny auto fonts at 4K screens
  • add our wallpaper
  • change to 3 seconds of timeout

Jira reference number AR-1346

How Has This Been Tested?

  • [x] generate image and boot

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] Any dependent changes have been merged and published in downstream modules

igorpecovnik avatar Sep 21 '22 17:09 igorpecovnik

IMG_20220921_200309.jpg

igorpecovnik avatar Sep 21 '22 18:09 igorpecovnik

@igorpecovnik Could I just commit in this PR for Plymouth

hzyitc avatar Sep 22 '22 08:09 hzyitc

Could I just commit in this PR for Plymouth

Yes ofc.

igorpecovnik avatar Sep 22 '22 08:09 igorpecovnik

Working, but not completely o.k. Grub ... some boot text, splash - just lower part (no CHIP logo), (resolution remain fixed in X to 1024x768) ... then some boot text again, then booting ... investigating further.

igorpecovnik avatar Sep 22 '22 10:09 igorpecovnik

some boot text

Try to add quiet into cmdline?

no CHIP logo

The version of plymouth in bullseye didn't support to show logo. jammy works fine. Maybe we need to use other mode instead of two-step.

What's more, two-step mode will try to show ACPI logo first. If it fail, it will use the fallback (chip picture).

then some boot text again

Only first login will have this. Because the first-login guide is a cli program.

hzyitc avatar Sep 22 '22 11:09 hzyitc