Website ➡️ https://www.nick-it-electronics.hu/
Instagram ➡️ / nick_itelectronics
The commands:
$ fdisk -l
$ fdisk /dev/sdx
$ mkfs.fat -F32 /dev/sdx1
$ mkfs.ext4 /dev/sdx2
$ pacman -Syy
$ pacman -S reflector
$ cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak
$ mount /dev/sdx2 /mnt
$ pacstrap /mnt base linux linux-firmware vim nano
$ genfstab -U /mnt » /mnt/etc/fstab
$ arch-chroot /mnt
$ nano /etc/locale.gen
$ locale-gen
$ echo myarch › /etc/hostname
$ touch /etc/hosts
127.0.0.1 localhost
::1 localhost
127.0.1.1 your_hostname
$ passwd
$ pacman -S grub efibootmgr
$ mkdir /boot/efi
$ mount /dev/sda1 /boot/efi
$ grub-install --target=x86_64-efi --bootloader-id=GRUB --efi-directory=/boot/efi
$ grub-mkconfig -o /boot/grub/grub.cfg
$ pacman -S grub
$ grub-install /dev/sdx
$ grub-mkconfig -o /boot/grub/grub.cfg
$ pacman -S sudo
$ useradd -m your_username
$ passwd your_username
$ usermod -aG wheel,audio,video,storage your_username
$ EDITOR=nano visudo
$ pacman -S xorg networkmanager
$ pacman -S gnome
$ systemctl enable gdm.service
$ systemctl enable NetworkManager.service
00:00 - Start
00:25 - Partition the disks
01:25 - Creating filesystem for UEFI system
02:06 - First sync the pacman repository
03:14 - Install Arch Linux
05:00 - Configure the installed Arch system
05:46 - Setting up Locale
06:44 - Network configuration
08:13 - Set up root password
08:25 - Install Grub bootloader
11:37 - Create Additional user
13:17 - Install a desktop environment
16:06 - Last steps
17:08 - System overview
Watch video How to install Arch Linux online without registration, duration hours minute second in high quality. This video was added by user Nick IT Electronics 25 January 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 182 once and liked it 4 people.