Skip to content

Instantly share code, notes, and snippets.

View WouterGritter's full-sized avatar

Wouter Gritter WouterGritter

View GitHub Profile
@fensoft
fensoft / fix-grub.sh
Last active February 25, 2025 04:47
install ubuntu 22 64 bits on 32 bits EFI
copy https://github.com/hirotakaster/baytail-bootia32.efi/blob/master/bootia32.efi to /EFI/BOOT
after installing ubuntu:
sudo passwd ubuntu
sudo apt update
sudo apt install openssh-server
ssh to your computer, then:
sudo mount /dev/mmcblk1p2 /mnt
sudo mount --bind /dev /mnt/dev