Last active
June 19, 2024 10:09
-
-
Save ShaakhDev/b06b41e5e59abca871f1eb6b9a4bcacf to your computer and use it in GitHub Desktop.
Revisions
-
ShaakhDev revised this gist
Jun 19, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 --efi-directory=/boot/efi --bootloader-id=GRUB 9. grub-mkconfig -o /boot/grub/grub.cfg 10. exit 11. umount -a -
ShaakhDev created this gist
Jan 31, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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!