Skip to content

Instantly share code, notes, and snippets.

@ShaakhDev
Last active June 19, 2024 10:09
Show Gist options
  • Select an option

  • Save ShaakhDev/b06b41e5e59abca871f1eb6b9a4bcacf to your computer and use it in GitHub Desktop.

Select an option

Save ShaakhDev/b06b41e5e59abca871f1eb6b9a4bcacf to your computer and use it in GitHub Desktop.

Revisions

  1. ShaakhDev revised this gist Jun 19, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion solution.txt
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@
    5. iwd station wlan0 connect <wifi_name> <wifi_password>
    6. arch-chroot /mnt
    7. pacman -S linux
    8. grub-install --target=x86_64-efi=GRUB --efi-directory=/boot/efi
    8. grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUB
    9. grub-mkconfig -o /boot/grub/grub.cfg
    10. exit
    11. umount -a
  2. ShaakhDev created this gist Jan 31, 2024.
    13 changes: 13 additions & 0 deletions solution.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    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=GRUB --efi-directory=/boot/efi
    9. grub-mkconfig -o /boot/grub/grub.cfg
    10. exit
    11. umount -a
    12. reboot
    13. remove live usb and voila!