- follow steps below
- make sure you have internet connection
- check:
ip -c a - for wireless connection:
iwctl
- check:
- check:
lsblk - require 2 Partition
- EFI System: 350M
- Linux filesystem: rest of disk space
- action:
cfdisk /dev/the_disk_to_be_partitioned
- supply 2 arg
- 1: EFI System Partition
- 2: Linux Filesystem Partition
- e.g.
./main.sh /dev/sda1 /dev/sda2
- Black screen after boot
- at the grub menu, press
e - find the line with starting word
linux - add
nomodesetto the end that line - after installation, add
nomodesettoGRUB_CMDLINE_LINUX_DEFAULTand rebuild grub
- at the grub menu, press
- nvidia graphics card display issue
- do
sudo pacman -Syu nvidiaafter installation
- do
- USB ports not working during grub selection
- go to BIOS, disable
Fast Boot
- go to BIOS, disable
- install
ntfs-3g - mount windows partition
- eg
sudo mount /dev/nvme0n1p3 /win
- eg
- rerun
grub-mkconfigsudo grub-mkconfig -o /boot/grub/grub.cfg