Go to advanced search

by MercuryxLion
Tue Aug 04, 2020 12:36 pm
Forum: Ubuntu
Topic: RPI4 Direct USB Boot Ubuntu 20.04
Replies: 65
Views: 15197

Re: RPI4 Direct USB Boot Ubuntu 20.04

6) Add a new script to the boot partition called auto_decompress_kernel with the following: #!/bin/bash -e #Set Variables BTPATH=/boot/firmware CKPATH=$BTPATH/vmlinuz DKPATH=$BTPATH/vmlinux #Check if compression needs to be done. if [ -e $BTPATH/check.md5 ]; then if md5sum --status --ignore-missing...

Go to advanced search