Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version
@ 2023-10-18  9:32 gc-user
  2023-10-18  9:35 ` [ISSUE] [CLOSED] " classabbyamp
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: gc-user @ 2023-10-18  9:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2445 bytes --]

New issue by gc-user on void-packages repository

https://github.com/void-linux/void-packages/issues/46758

Description:
### Is this a new report?

Yes

### System Info

Void 6.3.13_2 x86_64 GenuineIntel uptodate hold rrmDDDFFFFFFFFF

### Package(s) Affected

zfsbootmenu zfsbootmenu-2.2.1_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

There is a similar report about this error message, though it doesn't involve zfs and thus it doesn't involve zfsbootmenu or rEFInd.

https://github.com/void-linux/void-packages/issues/45216

The error message apparently is not critical, but annoying and there should be a way to eliminate the cause. For now, my guess it that the config file for iniramfs might contain the cause of this error message.

In /boot/config-[kernel_version] there are some settings regarding fonts:

CONFIG_FONT_SUPPORT=y
CONFIG_FONTS=y
# CONFIG_FONT_8x8 is not set
CONFIG_FONT_8x16=y
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_7x14 is not set
# CONFIG_FONT_PEARL_8x8 is not set
# CONFIG_FONT_ACORN_8x8 is not set
# CONFIG_FONT_MINI_4x6 is not set
# CONFIG_FONT_6x10 is not set
# CONFIG_FONT_10x18 is not set
# CONFIG_FONT_SUN8x16 is not set
# CONFIG_FONT_SUN12x22 is not set
CONFIG_FONT_TER16x32=y
# CONFIG_FONT_6x8 is not set


As the settings contain "TER" I tried installing terminus-font and rebuilding initramfs for the kernel and zfsbootmenu as well as vmlinz for zfsbootmenu, but booting those didn't make the error message disappear.
As grub isn't installed on my system I haven't tried the same installing grub-terminus as it seems pointless to me.

I thought of commenting out "CONFIG_FONT_TER16x32=y" to "#CONFIG_FONT_TER16x32 is not set", but am unsure if I might break something so I haven't tried that yet.

### Expected behaviour

The boot process before zfsbootmenu is showing up should not differ from using initramfs images of previous versions of zfsbootmenu. I.E. this error message should not show up.

### Actual behaviour

During boot, after rEFInd screen, just before zfsbootmenu screen the error message shows up:

setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version

### Steps to reproduce

1. Update zfsbootmenu to v2.2.1 and let dracut build a new vmlinuz / initramfs image
2. Reboot to see the error message appear after rEFInd started loading the new initramfs image

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [ISSUE] [CLOSED] After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version
  2023-10-18  9:32 [ISSUE] After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version gc-user
@ 2023-10-18  9:35 ` classabbyamp
  2023-10-18  9:35 ` classabbyamp
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2023-10-18  9:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2482 bytes --]

Closed issue by gc-user on void-packages repository

https://github.com/void-linux/void-packages/issues/46758

Description:
### Is this a new report?

Yes

### System Info

Void 6.3.13_2 x86_64 GenuineIntel uptodate hold rrmDDDFFFFFFFFF

### Package(s) Affected

zfsbootmenu zfsbootmenu-2.2.1_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

There is a similar report about this error message, though it doesn't involve zfs and thus it doesn't involve zfsbootmenu or rEFInd.

https://github.com/void-linux/void-packages/issues/45216

The error message apparently is not critical, but annoying and there should be a way to eliminate the cause. For now, my guess it that the config file for iniramfs might contain the cause of this error message.

In /boot/config-[kernel_version] there are some settings regarding fonts:

```
CONFIG_FONT_SUPPORT=y
CONFIG_FONTS=y
# CONFIG_FONT_8x8 is not set
CONFIG_FONT_8x16=y
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_7x14 is not set
# CONFIG_FONT_PEARL_8x8 is not set
# CONFIG_FONT_ACORN_8x8 is not set
# CONFIG_FONT_MINI_4x6 is not set
# CONFIG_FONT_6x10 is not set
# CONFIG_FONT_10x18 is not set
# CONFIG_FONT_SUN8x16 is not set
# CONFIG_FONT_SUN12x22 is not set
CONFIG_FONT_TER16x32=y
# CONFIG_FONT_6x8 is not set
```

As the settings contain "TER" I tried installing terminus-font and rebuilding initramfs for the kernel and zfsbootmenu as well as vmlinz for zfsbootmenu, but booting those didn't make the error message disappear.
As grub isn't installed on my system I haven't tried the same installing grub-terminus as it seems pointless to me.

I thought of commenting out "CONFIG_FONT_TER16x32=y" to "#CONFIG_FONT_TER16x32 is not set", but am unsure if I might break something so I haven't tried that yet.

### Expected behaviour

The boot process before zfsbootmenu is showing up should not differ from using initramfs images of previous versions of zfsbootmenu. I.E. this error message should not show up.

### Actual behaviour

During boot, after rEFInd screen, just before zfsbootmenu screen the error message shows up:

setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version

### Steps to reproduce

1. Update zfsbootmenu to v2.2.1 and let dracut build a new vmlinuz / initramfs image
2. Reboot to see the error message appear after rEFInd started loading the new initramfs image

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version
  2023-10-18  9:32 [ISSUE] After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version gc-user
  2023-10-18  9:35 ` [ISSUE] [CLOSED] " classabbyamp
@ 2023-10-18  9:35 ` classabbyamp
  2023-10-18 13:39 ` zdykstra
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2023-10-18  9:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 220 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/46758#issuecomment-1768063252

Comment:
ZBM is just a custom initramfs, so it's the exact same thing as #45216 

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version
  2023-10-18  9:32 [ISSUE] After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version gc-user
  2023-10-18  9:35 ` [ISSUE] [CLOSED] " classabbyamp
  2023-10-18  9:35 ` classabbyamp
@ 2023-10-18 13:39 ` zdykstra
  2023-10-18 15:13 ` gc-user
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: zdykstra @ 2023-10-18 13:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 435 bytes --]

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/issues/46758#issuecomment-1768483310

Comment:
Consider updating to Kernel 6.5.x - 6.3 is EOL and won't receive any more updates. If you use the binary release EFI from https://get.zfsbootmenu.org/efi do you get the same `setfont` error on your screen? What kernel commandline is `rEFInd` passing in to the ZFSBootMenu kernel/EFI bundle?

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version
  2023-10-18  9:32 [ISSUE] After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version gc-user
                   ` (2 preceding siblings ...)
  2023-10-18 13:39 ` zdykstra
@ 2023-10-18 15:13 ` gc-user
  2023-10-18 15:29 ` zdykstra
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: gc-user @ 2023-10-18 15:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 936 bytes --]

New comment by gc-user on void-packages repository

https://github.com/void-linux/void-packages/issues/46758#issuecomment-1768709387

Comment:
Thanks, Zach, for your reply.

1. Kernel 6.5 is no option on my system as of now: https://github.com/void-linux/void-packages/issues/46427
2. When booting the binary release EFI from your link this error message doesn't show up.
3. Not sure if this is what you're asking about as kernel commandline:

from /boot/efi/EFI/void/refind_linux.conf:
ro quiet loglevel=0 zbm.import_policy=hostid zbm.set_hostid zbm.timeout=4


FYI:

- Adding "fbcon=nodefer" (suggested in the https://github.com/void-linux/void-packages/issues/45216) to the end of the kcl in rEFInd for one-time-use makes the error message disappear.

- Commenting out "CONFIG_FONT_TER16x32=y" and rebuilding initramfs for the kernel and zfsbootmenu as well as vmlinz for zfsbootmenu afterwards didn't change anything.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version
  2023-10-18  9:32 [ISSUE] After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version gc-user
                   ` (3 preceding siblings ...)
  2023-10-18 15:13 ` gc-user
@ 2023-10-18 15:29 ` zdykstra
  2023-10-18 15:51 ` gc-user
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: zdykstra @ 2023-10-18 15:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1785 bytes --]

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/issues/46758#issuecomment-1768740047

Comment:
> Thanks, Zach, for your reply.
> 
>     1. Kernel 6.5 is no option on my system as of now: [Linux kernel 6.5: System not waking up from standby / suspend. #46427](https://github.com/void-linux/void-packages/issues/46427)

Doh. Okay.

> 
>     2. When booting the binary release EFI from your link this error message doesn't show up.

The ZFSBootMenu 2.2.1 release binaries are built with Kernel 6.1.55.
> 
>     3. Not sure if this is what you're asking about as kernel commandline:
> 
> 
> from /boot/efi/EFI/void/refind_linux.conf: ro quiet loglevel=0 zbm.import_policy=hostid zbm.set_hostid zbm.timeout=4
> 

That's what I was looking for. For what it's worth, `zbm.import_policy=hostid` and `zbm.set_hostid` are the defaults, you can remove explicitly setting them if you want.

> FYI:
> 
>     * Adding "fbcon=nodefer" (suggested in the [Unable to load such font with such kernel version #45216](https://github.com/void-linux/void-packages/issues/45216)) to the end of the kcl in rEFInd for one-time-use makes the error message disappear.

I'll look into this option - thanks for noting that it worked. For now, I the easiest thing is to just permanently add that to `/boot/efi/EFI/void/refind_linux.conf` - or use the release EFI binary.
> 
>     * Commenting out "CONFIG_FONT_TER16x32=y" and rebuilding initramfs for the kernel and zfsbootmenu as well as vmlinz for zfsbootmenu afterwards didn't change anything.

Where did you comment out `CONFIG_FONT_TER16x32=y` ? Unless you removed it from the config in the package and then rebuilt the package locally, it won't disable that option in the kernel.



^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version
  2023-10-18  9:32 [ISSUE] After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version gc-user
                   ` (4 preceding siblings ...)
  2023-10-18 15:29 ` zdykstra
@ 2023-10-18 15:51 ` gc-user
  2023-10-18 15:58 ` zdykstra
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: gc-user @ 2023-10-18 15:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 550 bytes --]

New comment by gc-user on void-packages repository

https://github.com/void-linux/void-packages/issues/46758#issuecomment-1768779394

Comment:
2. Ok, I see. Maybe I'll do that, too - or adding the fbcon line to kcl permanently. The EFI binary has some message after booting the BE about USB (can't recall the details right now and don't know where the log is stored, as it's not in "/var/log/everything/current".

3. That's in /boot/config-[kernel_version]. It's also the output of "zcat /proc/config.gz |grep FONT". See also initial post above.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version
  2023-10-18  9:32 [ISSUE] After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version gc-user
                   ` (5 preceding siblings ...)
  2023-10-18 15:51 ` gc-user
@ 2023-10-18 15:58 ` zdykstra
  2023-10-18 16:21 ` gc-user
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: zdykstra @ 2023-10-18 15:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 373 bytes --]

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/issues/46758#issuecomment-1768801122

Comment:
The EFI binary ships with the [USB teardown hook](https://github.com/zbm-dev/zfsbootmenu/blob/v2.2.x/contrib/xhci-teardown.sh) enabled by default. It's not needed by all users, but it also doesn't hurt to have enabled globally. 

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version
  2023-10-18  9:32 [ISSUE] After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version gc-user
                   ` (6 preceding siblings ...)
  2023-10-18 15:58 ` zdykstra
@ 2023-10-18 16:21 ` gc-user
  2023-10-18 16:27 ` zdykstra
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: gc-user @ 2023-10-18 16:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 479 bytes --]

New comment by gc-user on void-packages repository

https://github.com/void-linux/void-packages/issues/46758#issuecomment-1768894838

Comment:
Yeah, that's it. "Tearing down USB controller..."

Just tested with "fbcon=nodefer" "hard-coded" into kcl: error message is gone, but font size is quite small for zbm. So, probably not the best solution.
Interestingly, when booting the binary, the font size was "normal". Probably also because it was built with kernel 6.1, I guess.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version
  2023-10-18  9:32 [ISSUE] After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version gc-user
                   ` (7 preceding siblings ...)
  2023-10-18 16:21 ` gc-user
@ 2023-10-18 16:27 ` zdykstra
  2023-10-18 16:34 ` gc-user
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: zdykstra @ 2023-10-18 16:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 962 bytes --]

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/issues/46758#issuecomment-1768910423

Comment:
Okay, I understand what's happening now. The `setfont` call that's being invoked isn't the one that ZFSBootMenu provides as a hook/contrib script, but is instead happening by the Dracut i18n module. They have a call to `setfont` that doesn't capture stdout/stderr, so when it errors out it just dumps straight to the console.

The font size is different in your locally built ZFSBootMenu image vs the binary release because the console auto-size hook is included by default in the binary release, but not local releases. That feature will be included/enabled by default in the upcoming ZFSBootMenu release. Until then, however, it has to be manually added to ZFSBootMenu. I'd recommend just sticking with the binary release for now - we'll have a few improvements to the local build process in the upcoming release.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version
  2023-10-18  9:32 [ISSUE] After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version gc-user
                   ` (8 preceding siblings ...)
  2023-10-18 16:27 ` zdykstra
@ 2023-10-18 16:34 ` gc-user
  2023-10-18 16:38 ` zdykstra
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: gc-user @ 2023-10-18 16:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

New comment by gc-user on void-packages repository

https://github.com/void-linux/void-packages/issues/46758#issuecomment-1768926600

Comment:
Ok, thanks for your detective work!
Dracut once again... :-)

When you say the "console auto-size" can be added manually, do you mean via the rEFInd kcl or in zbm itself?

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version
  2023-10-18  9:32 [ISSUE] After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version gc-user
                   ` (9 preceding siblings ...)
  2023-10-18 16:34 ` gc-user
@ 2023-10-18 16:38 ` zdykstra
  2023-10-18 20:10 ` gc-user
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: zdykstra @ 2023-10-18 16:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 655 bytes --]

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/issues/46758#issuecomment-1768934799

Comment:
You can add https://github.com/zbm-dev/zfsbootmenu/blob/v2.2.x/contrib/20-console-autosize.sh to your local build.  It should be configured as an early setup hook, documented at https://docs.zfsbootmenu.org/en/v2.2.x/man/zfsbootmenu.7.html#options-for-dracut .  https://github.com/zbm-dev/zfsbootmenu/blob/v2.2.x/etc/zfsbootmenu/release.conf.d/common.conf is how it's added in for the release EFI builds (along with everything else set for them). Adjust paths as needed, and make sure the script is executable.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version
  2023-10-18  9:32 [ISSUE] After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version gc-user
                   ` (10 preceding siblings ...)
  2023-10-18 16:38 ` zdykstra
@ 2023-10-18 20:10 ` gc-user
  2023-10-18 20:13 ` zdykstra
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: gc-user @ 2023-10-18 20:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 453 bytes --]

New comment by gc-user on void-packages repository

https://github.com/void-linux/void-packages/issues/46758#issuecomment-1769245952

Comment:
Thanks, again!

- I build (using the void package) from kernel v6.1.55 with no change.
- Apparently, building including "20-console-autosize.sh" is above my pay-grade. At least it didn't result in a different outcome for me.

So, for now I just live with the tiny font and just wait for the next release.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version
  2023-10-18  9:32 [ISSUE] After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version gc-user
                   ` (11 preceding siblings ...)
  2023-10-18 20:10 ` gc-user
@ 2023-10-18 20:13 ` zdykstra
  2023-10-19  9:16 ` gc-user
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: zdykstra @ 2023-10-18 20:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/issues/46758#issuecomment-1769249463

Comment:
Share the changes you made to the files in /etc/zfsbootmenu/ - you've likely just missed one small step.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version
  2023-10-18  9:32 [ISSUE] After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version gc-user
                   ` (12 preceding siblings ...)
  2023-10-18 20:13 ` zdykstra
@ 2023-10-19  9:16 ` gc-user
  2023-10-19  9:17 ` gc-user
  2023-10-29  8:41 ` gc-user
  15 siblings, 0 replies; 17+ messages in thread
From: gc-user @ 2023-10-19  9:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1069 bytes --]

New comment by gc-user on void-packages repository

https://github.com/void-linux/void-packages/issues/46758#issuecomment-1770400819

Comment:
Well, I wasn't quite sure if you were talking building my own xbps package or "just" re-configuring zbm, so I tried both. Same approaches (I tried several ways), no luck.

I put the script into /stc/zfsbootmenu and the line

zfsbootmenu_early_setup+=" /etc/zfsbootmenu/20-console-autosize.sh "

into

A) /etc/zfsbootmenu/dracut.conf.d/zfsbootmenu.conf
B) /etc/zfsbootmenu/release.conf.d/release.conf
C) /etc/zfsbootmenu/release.conf.d/common.conf

In B) and C) that was the only entry in the file, in A) I added it as second entry (line).

(For xbps package building for A) I had to make a patch, so the file would not be overridden in the process.)

That is the level I was able to think of / "program". But I don't know if dracut would even read / check those changes / additions. The resulting images / EFI files had the same sizes as the previous ones and thus not surprisingly no effect on the font size.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version
  2023-10-18  9:32 [ISSUE] After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version gc-user
                   ` (13 preceding siblings ...)
  2023-10-19  9:16 ` gc-user
@ 2023-10-19  9:17 ` gc-user
  2023-10-29  8:41 ` gc-user
  15 siblings, 0 replies; 17+ messages in thread
From: gc-user @ 2023-10-19  9:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1099 bytes --]

New comment by gc-user on void-packages repository

https://github.com/void-linux/void-packages/issues/46758#issuecomment-1770400819

Comment:
Well, I wasn't quite sure if you were talking building my own xbps package or "just" re-configuring zbm, so I tried both. Same approaches (I tried several ways), no luck.

I put the script into /stc/zfsbootmenu (& made sure it's executable) and the line

zfsbootmenu_early_setup+=" /etc/zfsbootmenu/20-console-autosize.sh "

into

A) /etc/zfsbootmenu/dracut.conf.d/zfsbootmenu.conf
B) /etc/zfsbootmenu/release.conf.d/release.conf
C) /etc/zfsbootmenu/release.conf.d/common.conf

In B) and C) that was the only entry in the file, in A) I added it as second entry (line).

(For xbps package building for A) I had to make a patch, so the file would not be overridden in the process.)

That is the level I was able to think of / "program". But I don't know if dracut would even read / check those changes / additions. The resulting images / EFI files had the same sizes as the previous ones and thus not surprisingly no effect on the font size.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version
  2023-10-18  9:32 [ISSUE] After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version gc-user
                   ` (14 preceding siblings ...)
  2023-10-19  9:17 ` gc-user
@ 2023-10-29  8:41 ` gc-user
  15 siblings, 0 replies; 17+ messages in thread
From: gc-user @ 2023-10-29  8:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 443 bytes --]

New comment by gc-user on void-packages repository

https://github.com/void-linux/void-packages/issues/46758#issuecomment-1784036134

Comment:
The new version of zbm (2.2.2_1) seems to be the same in regards to the issue, but I remember, that the font was that tiny in the early versions of zbm, too, so I don't really mind and settled for the workaround (adding "fbcon=nodefer" at the end of the kcl in /boot/efi/EFI/void/refind_linux.conf).

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-10-29  8:41 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-18  9:32 [ISSUE] After update to zfsbootmenu zfsbootmenu-2.2.1_1: error mesage during boot: setfont: ERROR kdfontop.c:183 put_font_kdfontop: Unable to load such font with such kernel version gc-user
2023-10-18  9:35 ` [ISSUE] [CLOSED] " classabbyamp
2023-10-18  9:35 ` classabbyamp
2023-10-18 13:39 ` zdykstra
2023-10-18 15:13 ` gc-user
2023-10-18 15:29 ` zdykstra
2023-10-18 15:51 ` gc-user
2023-10-18 15:58 ` zdykstra
2023-10-18 16:21 ` gc-user
2023-10-18 16:27 ` zdykstra
2023-10-18 16:34 ` gc-user
2023-10-18 16:38 ` zdykstra
2023-10-18 20:10 ` gc-user
2023-10-18 20:13 ` zdykstra
2023-10-19  9:16 ` gc-user
2023-10-19  9:17 ` gc-user
2023-10-29  8:41 ` gc-user

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).