I'm currently trying to set up Arch on a Raspberry Pi 3 B+, and I'm basically having the same issue the user in this post is having: https://bbs.archlinux.org/viewtopic.php?id=247791.
The suggested fix is to look at the kernel parameters/boot stuff, but I'm very confused on what that means (I started Arch like a day ago).
I get that for most computers you'd get a BIOS menu to show up, but that doesn't seem to be the case here. When I power up the RPi, it immediately asks for
$this->bbcode_second_pass_code('', 'hostname login:'), without any other prompting.
Also, I took a look at my /proc/config.gz using zcat. The command
$this->bbcode_second_pass_code('', 'zcat config.gz | grep AUDIT')
returns:
$this->bbcode_second_pass_code('', '
CONFIG_AUDIT=y
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
CONFIG_AUDITSYSCALL-y
CONFIG_AUDIT_WATCH=y
CONFIG_AUDIT_TREE=y
CONFIG_NETFILTER_XT_TARGET_AUDIT=m
CONFIG_AUDIT_GENERIC=y')
However, I can't seem to find a
$this->bbcode_second_pass_code('', 'audit=1')
line anywhere.
What would make these messages go away?
Thank you!
