You are not logged in.

#1 2016-01-04 08:05:04

Lazarus555
Member
Registered: 2013-07-22
Posts: 22

Kernel 4.3.3-2 New early boot messages

Hello,

after the update today i get additional output during boot.
Unfortunately i can't copy/paste it here.

It's right after the usual "decrompessing kernel" messages.

Something with

run_size: (some hex number)
init_size: (some hex number)

there are a total of about 5 or 6 new lines, all looking similar.
They pass fairly quickly, so i don't manage to read them properly.

Can someone identify this messages? Are they normal? If not i may try and post a picture :-)

Thx,
Lazarus

Offline

#2 2016-01-04 08:21:30

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,731
Website

Re: Kernel 4.3.3-2 New early boot messages

Did you look in the dmesg or journactl output?

Offline

#3 2016-01-06 12:04:57

markoer
Member
Registered: 2010-12-15
Posts: 57

Re: Kernel 4.3.3-2 New early boot messages

@Lazarus555
You are not the only one receiving this!

This is correct early message:

input_data: 0x0000000001a1a3b4
input_len: 0x0000000000412c06
output: 0x0000000001000000
output_len: 0x0000000000e1b9a8
run_size: 0x00000000000f65000

I think it is connected with r8169 module error bellow.

...
[44475.959654] r8169 0000:08:00.0 eth0: rtl_counters_cond == 1 (loop: 1000, delay: 10).
[44476.966370] r8169 0000:08:00.0 eth0: rtl_counters_cond == 1 (loop: 1000, delay: 10).
[44476.970811] r8169 0000:08:00.0 eth0: rtl_counters_cond == 1 (loop: 1000, delay: 10).
[44476.987381] r8169 0000:08:00.0 eth0: rtl_counters_cond == 1 (loop: 1000, delay: 10).
[44477.961551] r8169 0000:08:00.0 eth0: rtl_counters_cond == 1 (loop: 1000, delay: 10).
[44478.961174] r8169 0000:08:00.0 eth0: rtl_counters_cond == 1 (loop: 1000, delay: 10).
...

This is probably kernel regression. Can you check dmesg and afterwards lspci to find if you have hw which is using r8169 kernel module?
BTW: i have laptop

Offline

#4 2016-01-08 10:06:45

Wilco
Member
Registered: 2008-11-09
Posts: 440

Re: Kernel 4.3.3-2 New early boot messages

Seeing the same message, also using r8169. So far, the message seems to cause no bugs, it only appears at boot, at least for me.

Offline

#5 2016-01-08 16:49:04

IMBJR
Member
From: INDCMPLX
Registered: 2014-03-16
Posts: 88

Re: Kernel 4.3.3-2 New early boot messages

I do not have the r8169 module loaded, but I am seeing that message.

This is on an installation using btrfs (that was an ext4 partition). My other, main, installation still uses ext4 and does not report those extra lines.

Last edited by IMBJR (2016-01-08 16:51:21)

Offline

#6 2016-01-08 18:27:44

jjacky
Member
Registered: 2011-11-09
Posts: 347
Website

Re: Kernel 4.3.3-2 New early boot messages

This has nothing to do with any module, it's now part of the kernel & is perfectly fine. Just some debug info seen because CONFIG_X86_VERBOSE_BOOTUP is enabled; See https://github.com/torvalds/linux/commi … 256fdc0fc4

Offline

#7 2016-01-08 21:34:24

IMBJR
Member
From: INDCMPLX
Registered: 2014-03-16
Posts: 88

Re: Kernel 4.3.3-2 New early boot messages

jjacky wrote:

This has nothing to do with any module, it's now part of the kernel & is perfectly fine. Just some debug info seen because CONFIG_X86_VERBOSE_BOOTUP is enabled; See https://github.com/torvalds/linux/commi … 256fdc0fc4

Any ideas why this is not seen by everyone then?

Offline

#8 2016-01-08 23:06:17

jjacky
Member
Registered: 2011-11-09
Posts: 347
Website

Re: Kernel 4.3.3-2 New early boot messages

No. Is your "main installation" up-to-date (kernel 4.3.3)? Same bootloader config as your other one? (did/do you see the "early console in decompress_kernel" line?) Maybe some bootloader might be configured to hide the console/such messages, or the boot process is fast enough that they're barely visible...

Offline

#9 2016-01-09 20:55:41

Lazarus555
Member
Registered: 2013-07-22
Posts: 22

Re: Kernel 4.3.3-2 New early boot messages

Hello again,

thx for all clarification.
Just for completion: I do not use the r8169 module.
Good to know where it comes from.
After 2,5 years of using Arch i have never seen a similar change during the boot-up and it tripped me up. :-)

Have a good one.
Lazarus

Offline

Board footer

Powered by FluxBB