While the channel is peculiar to Blockchain, this video is little offset but gets connected with Linux essentials as part of the blockchain learning journey and roadmap. This brings you a step by step instruction executed in CLI Mode to stitch a custom Arch Linux OS. All the commands executed in the video are available at for ready reference.
The best source to arch Linux is at
Timelines :
00:00 Basic Introduction
02:13 Installation starts
03:15 Virtual Box settings
04:05 ISO Boot from Virtual Box
04:37 Hash check of downloaded ISO file
06:05 Login from Host OS
06:33 timedatectl set-ntp true
06:38 timedatectl status
06:55 localectl list-keymaps
07:47 fdisk command
09:47 mkswap /dev/sda1 for formatting the partions
10:46 mount /dev/sda2 /mnt
11:07 pacstrap /mnt base linux linux-firmware nano intel-ucode
12:10 genfstab -U /mnt (sign directs to) /mnt/etc/fstab (where all mount points stored)
13:47 timedatectl list-timezones |grep Kol
15:02 nano /etc/locale.gen
16:46 pacman -S grub networkmanager network-manager-applet wireless_tools wpa_supplicant dialog os-prober mtools dosfstools base-devel linux-headers bluez bluez-utils cups xdg-utils xdg-user-dirs
18:30 grub-install –target=i386-pc /dev/sda
19:09 grub-mkconfig -o /boot/grub/grub.cfg
20:02 useradd -mG wheel anupam
22:34 reboot
23:54 sudo pacman -S xf86-video-qxl
24:40 sudo pacman -S xorg
25:23 sudo pacman -S sddm
25:48 sudo systemctl enable sddm
26:00 sudo pacman -S plasma kde-applications packagekit-qt5 skanlite
27:13 sudo pacman -S libreoffice
30:59 reboot
31:11 the LOGIN for user : congrats
Concluzion: Full Arch Linux Installation STEP by STEP In a Virtual Machine : Complete walk through – [vid_tags]