You are not logged in.

#1 2024-02-05 12:26:11

d.ALT
Member
Registered: 2019-05-10
Posts: 920

In which file are to be found EARLY messages outputs?

efi-Error-ident-mapping-new-mwmmap.png

Once Boot phase completes, I don't where to look for the mount: line you see in the above photo.
Can you please enlighten me?

# journalctl -b --no-pager | grep Operation and # dmesg | grep Operation are both empty.

Thanks


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#2 2024-02-05 12:45:44

jl2
Member
From: 47° 18' N 8° 34' E
Registered: 2022-06-01
Posts: 275
Website

Re: In which file are to be found EARLY messages outputs?

https://superuser.com/questions/1188407 … er-booting

you can try redirecting the output to tty2 so they don't get overiden, and configure agetty not to clear the boot messages, no DM on that tty etc. so one can read them later.


Why I run Arch? To "BTW I run Arch" the guy one grade younger.
And to let my siblings and cousins laugh at Arsch Linux...

Offline

#3 2024-02-05 13:27:20

d.ALT
Member
Registered: 2019-05-10
Posts: 920

Re: In which file are to be found EARLY messages outputs?

jl2 wrote:

https://superuser.com/questions/1188407 … er-booting

you can try redirecting the output to tty2 so they don't get overiden, and configure agetty not to clear the boot messages

So there's no way in having the that kind of output(s) in a NON volatile way? neutral


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#4 2024-02-05 13:45:22

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,958

Re: In which file are to be found EARLY messages outputs?

https://github.com/systemd/systemd/issues/13913 suggests this has been happening for years already .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#5 2024-02-05 13:50:43

d.ALT
Member
Registered: 2019-05-10
Posts: 920

Re: In which file are to be found EARLY messages outputs?

Lone_Wolf wrote:

https://github.com/systemd/systemd/issues/13913 suggests this has been happening for years already .

Sooo... You're telling me it's time to switch to OpenRC, then? tongue tongue big_smile


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#6 2024-02-05 13:56:11

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 1,992
Website

Re: In which file are to be found EARLY messages outputs?

I think the issue is that this message does not come from systemd or one of its services, but from a script in the initramfs that runs before systemd is invoked (see "Starting systemd-udev..." below).
It should™ however appear somewhere in the kernel ring buffer...

Maybe try to boot with the systemd instead of the udev hook...

Last edited by schard (2024-02-05 13:57:00)


macro_rules! yolo { { $($tokens:tt)* } => { unsafe { $($tokens)* } }; }

Offline

#7 2024-02-05 15:04:42

seth
Member
Registered: 2012-09-03
Posts: 51,568

Re: In which file are to be found EARLY messages outputs?

# journalctl -b --no-pager | grep Operation and # dmesg | grep Operation are both empty.

log_buf_len=n[KMG], default is 128K but I guess that /dev/kmsg is lost after leaving the initramfs

mount | grep -i efi

Online

#8 2024-02-05 15:09:59

d.ALT
Member
Registered: 2019-05-10
Posts: 920

Re: In which file are to be found EARLY messages outputs?

seth wrote:
mount | grep -i efi

In order to keep the discussions organized and the Fourm tidy, I opened another dedicate Topic per-se.
I opened this one because here I'm asking for a broader / more generic question. wink


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

Board footer

Powered by FluxBB