We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following these instructions:
reference-system/README.md
Lines 133 to 143 in a25f704
On a Pi 4 running Ubuntu 20.04 will not change the cmdline. Instead, you must edit /boot/firmware/cmdline.txt to say
/boot/firmware/cmdline.txt
zswap.enabled=1 zswap.zpool=z3fold zswap.compressor=zstd dwc_otg.lpm_enable=0 console=tty1 root=LABEL=writable rootfstype=ext4 rootwait fixrtc rcu_nocbs=2,3 nohz_full=2,3 isolcpus=2,3 irqaffinity=0,1 audit=0 watchdog=0 skew_tick=1 quiet splash
Reboot and the changes will be in effect. This fix is tested and confirmed working for me.
It's unclear if this is a distro issue between Ubuntu and Raspian.
5 weeks from now, I'll have free time to investigate myself. For now, I'm documenting the issue.
The text was updated successfully, but these errors were encountered:
Thanks @nightduck for reporting it. I'll look into it next week.
Sorry, something went wrong.
No branches or pull requests
Following these instructions:
reference-system/README.md
Lines 133 to 143 in a25f704
On a Pi 4 running Ubuntu 20.04 will not change the cmdline. Instead, you must edit
/boot/firmware/cmdline.txt
to sayReboot and the changes will be in effect. This fix is tested and confirmed working for me.
It's unclear if this is a distro issue between Ubuntu and Raspian.
5 weeks from now, I'll have free time to investigate myself. For now, I'm documenting the issue.
The text was updated successfully, but these errors were encountered: