You are not logged in.

#1 2023-11-04 17:31:37

Alberto-Trujillo
Member
From: Poole, Dorset, UK
Registered: 2017-02-21
Posts: 70

[SOLVED] boot error

Hi,
I just installed arch on a macbook pro along with the macos system.
I had never installed the boot system like this before,

bootctl --path=/boot install

Everything has gone very well and I can work without any problem within the i3 window manager.
However, during startup this message appears and I have no idea how I can correct it.

Arch Linux 6.5.9-arch2-1 (tty1)
arch login: [ 10.3193103 leee80211 phyl: bremf_inetaddr_changed: fail to get arp ip table err:-52

Please, I'm not asking you to do my homework, but could you help me understand where the problem is?

thanks in advance,
Alberto

Last edited by Alberto-Trujillo (2023-11-08 10:44:42)


"I believe I never knew what the word 'round' meant until I saw the Earth from space."
(Aleksei Leonov)

Offline

#2 2023-11-04 18:06:16

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,066

Re: [SOLVED] boot error

could you help me understand where the problem is?

You're gonna need glasses tongue
https://www.google.com/search?q=%22ieee … ble+err%22

See eg. https://bbs.archlinux.org/viewtopic.php?id=270819 but out of context, that could have multiple reason that all boil down to Apple using broadcom wifi chips.

Offline

#3 2023-11-04 19:46:08

Alberto-Trujillo
Member
From: Poole, Dorset, UK
Registered: 2017-02-21
Posts: 70

Re: [SOLVED] boot error

Than you Seth,
If it can be that complex and because everything works fine, I'll ignore the error.
Please, how can I set the boot to “quiet splash”? Since I don't have grub, I don't know how to do it.
Thank in advance


"I believe I never knew what the word 'round' meant until I saw the Earth from space."
(Aleksei Leonov)

Offline

#4 2023-11-04 20:41:16

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,066

Re: [SOLVED] boot error

Since this will typically lead to disfunctional wifi and in case disabling the mac randomization doesn't fix it, I'd rather look at the journal to figure the cause and fix seek to fix it.

As for the kernel parameters, that vastly hinges on the bootloader you actually *do* use.

Offline

#5 2023-11-05 17:17:09

Alberto-Trujillo
Member
From: Poole, Dorset, UK
Registered: 2017-02-21
Posts: 70

Re: [SOLVED] boot error

Hello again Seth,
My bootloader is systemd-boot; I show you a screen output of its installation,

[root@archiso /]# bootctl --path=/boot install
Created "/boot/EFI/systemd"
Created "/boot/loader"
Created "/boot/loader /entries"
Created "/boot/EFI/Linux"
Copied " /usr/lib/systemd/boot/efi/systemd-boot×64.efi"to"/boot/EFI/systemd/systemd-boot×64.efj"
Copied " /usr/lib/systemd/boot/efi/systemd-boot×64.efi"to"/boot/EFI/BOOT/BOOTX64.EFI"
Created "/boot/143603f938841baa1627a158fa024b9"
Random seed file /boot/loader/random-seed successfully written (512 bytes).
Created EFI boot entry "Linux Boot Manager

If you don't want to invest your time with me, (because I'm very slow to pick up ideas), I'm fine with that. I have found a page on the archlinux wiki "systemd-boot (Spanish)" that explains the topic and I am happy to read it.
https://wiki.archlinux.org/title/System … a%C3%B1ol)

Thank you for your help,
Alberto


"I believe I never knew what the word 'round' meant until I saw the Earth from space."
(Aleksei Leonov)

Offline

#6 2023-11-05 19:44:18

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,066

Re: [SOLVED] boot error

The config is pretty straight forward w/ an example in https://wiki.archlinux.org/title/System … l_cargador

Back on topic: did disabling the mac randomization work and/or did you check the system journal for the cause of the error?
Does your wifi work?

Offline

#7 2023-11-06 18:02:14

Alberto-Trujillo
Member
From: Poole, Dorset, UK
Registered: 2017-02-21
Posts: 70

Re: [SOLVED] boot error

Hi Seth,
The link has been very helpful, thanks. I have edited the /boot/loader/entries/arch.conf file for a "quiet sflash" boot. (I have gotten rid of the ugly message)
Wi-Fi and Bluetooth do work.
I don't understand if randomization works; And I don't know how to check the system journal either.
If you want to guide me, I can enter the relevant commands and post the screen outputs


"I believe I never knew what the word 'round' meant until I saw the Earth from space."
(Aleksei Leonov)

Offline

#8 2023-11-06 19:31:34

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,066

Re: [SOLVED] boot error

https://wiki.archlinux.org/title/Systemd/Journal
To post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

#9 2023-11-06 19:43:07

Alberto-Trujillo
Member
From: Poole, Dorset, UK
Registered: 2017-02-21
Posts: 70

Re: [SOLVED] boot error

[at@arch ~]$ sudo journalctl -b | curl -F 'file=@-' 0x0.st
http://0x0.st/HtpF.txt
[at@arch ~]$ 

It doesn't seem like it's what we expected.


"I believe I never knew what the word 'round' meant until I saw the Earth from space."
(Aleksei Leonov)

Offline

#10 2023-11-06 20:32:44

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,066

Re: [SOLVED] boot error

Did you check the link? wink

MAC randomization is in place, you're using brcmfmac, I can't find at hand whether the broadcom-wl driver supports your chip
But you've the same chip as https://bbs.archlinux.org/viewtopic.php?id=270819 so disabling the randomization might prevent the error and, more importantly, help if the wifi starts to cause issues.

Offline

#11 2023-11-06 21:53:32

Alberto-Trujillo
Member
From: Poole, Dorset, UK
Registered: 2017-02-21
Posts: 70

Re: [SOLVED] boot error

I told you I'm a little slow in grasping ideas. smile
In my case it doesn't work: I created a new file,

/etc/NetworkManager/conf.d/wifi_rand_mac.conf

and added

[device]
wifi.scan-rand-mac-address=no

But I got bluetooth errors too.
What's funny is that so far neither Bluetooth nor Wi-Fi has failed me; and I have been using this laptop every day since last Thursday when I installed archlinux.


"I believe I never knew what the word 'round' meant until I saw the Earth from space."
(Aleksei Leonov)

Offline

#12 2023-11-07 08:50:22

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,066

Re: [SOLVED] boot error

I guess you also rebooted - the randomization failure and brcmfmac errors of the other thread might be unrelated after all.
What kind of BT errors? There were some bluetoothd related messages in the journal but nothing that looks like an actual error.

Offline

#13 2023-11-07 18:04:07

Alberto-Trujillo
Member
From: Poole, Dorset, UK
Registered: 2017-02-21
Posts: 70

Re: [SOLVED] boot error

I have disabled wifi randomization again and after turning the laptop off and on, I have checked the system journal again looking for errors, and although I can see some in red, I think that is all I can do.
So if you have nothing more to add, I'm going to mark this thread as resolved.
Thank you very much for everything Seth; I have learned a lot with you.


"I believe I never knew what the word 'round' meant until I saw the Earth from space."
(Aleksei Leonov)

Offline

Board footer

Powered by FluxBB