Skip to content

Instantly share code, notes, and snippets.

View heitoke's full-sized avatar
🧭
We exist

heito heitoke

🧭
We exist
View GitHub Profile
@ShaakhDev
ShaakhDev / solution.txt
Last active January 14, 2026 08:33
[SOLUTION] Failed to mount /boot/efi on arch linux (after update)
1. Run on live usb
2. fdisk -l
3. mount /dev/sdx1 /mnt
4. mount /dev/sdx2 /boot/efi
5. iwd station wlan0 connect <wifi_name> <wifi_password>
6. arch-chroot /mnt
7. pacman -S linux
8. grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUB
9. grub-mkconfig -o /boot/grub/grub.cfg
10. exit