sudo mount /dev/mmcblk1p5 /mnt
for i in /dev /proc /sys /run; do sudo mount -R $i /mnt$i; done
sudo chroot /mnt
mount -a
grub-install
update-grub
Last active
March 8, 2021 18:04
-
-
Save TehPeGaSuS/d977af32ed702e70d9e701708b2062a7 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment