Pinned Loading
-
-
sun50i-h616-t95-2gb
sun50i-h616-t95-2gb PublicAllwinner H616 quad-core Arm Cortex-A53 processor with Arm Mali G31 MP2 GPU with support for OpenGL ES 3.2 and Vulkan and System Memory – 2GB SDRAM
-
-
find installed kernel and update grub
find installed kernel and update grub 1# also leave one more kernel as fallback
2```dpkg --list | grep linux-image | awk '{ print $2 }' | sort -V | sed -n '/'`uname -r`'/q;p' | sed -n '/linux-image second last/q' | xargs sudo apt-get -y purge```
3# update grub after this
4`sudo update-grub`
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.