Issue: nf modules not found in kernel?
#5
(03-03-2021, 06:44 PM)Danct12 Wrote: You can modify /boot/boot.txt and run ./mkscr to regenerate the script then reboot.

I was justtt about to post that I figured out how to edit it using uboot-tools lol. I used the mkimage tool though (was there a difference in one working?):

Code:
mkimage -A arm -T script -O linux -d boot.txt boot.scr

I added the parameters

Code:
apparmor=1 security=apparmor

so the boot.txt setenv line became like this
Code:
setenv bootargs loglevel=4 console=${console} console=tty0 root=/dev/mmcblk${linux_mmcdev}p${rootpart} rw rootwait apparmor=1 security=apparmor quiet bootsplash.bootfile=bootsplash-themes/danctnix/bootsplash

Then using the mkimage, regenerated it. Then rebooted. But still fails to to load

Code:
● apparmor.service - Load AppArmor profiles
     Loaded: loaded (/usr/lib/systemd/system/apparmor.service; enabled; vendor preset: disabled)
     Active: inactive (dead)
  Condition: start condition failed at Wed 2021-03-03 18:18:51 PST; 1min 21s ago
             └─ ConditionSecurity=apparmor was not met

Cat'ing the proc cmdline, confirms it did get the entry:
Code:
$ cat /proc/cmdline
loglevel=4 console=ttyS0,115200 console=tty0 root=/dev/mmcblk2p2 rw rootwait apparmor=1 security=apparmor quiet bootsplash.bootfile=bootsplash-themes/danctnix/bootsplash
  Reply


Messages In This Thread
RE: Issue: nf modules not found in kernel? - by theD0ctor - 03-03-2021, 08:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PPKB certain keys not working after kernel update ragreenburg 20 16,860 06-11-2023, 03:19 AM
Last Post: lectrode
  Cannot find nfs modules AndyM 1 2,049 08-22-2021, 01:41 AM
Last Post: AndyM
  "wifi adapter not found" in Settings after updating quantumphone 2 3,093 06-05-2021, 05:55 PM
Last Post: quantumphone

Forum Jump:


Users browsing this thread: 1 Guest(s)