Grub install command:
uefi:
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=arch_grub --recheck
grub-mkconfig -o /boot/grub/grub.cfg
for non uefi:
grub-install --recheck --target=i386-pc /dev/sda
grub-mkconfig -o /boot/grub/grub.cfg
Timestamp :
00:00 Intro
00:38 Check the mount root partition
02:13 quick info for ext4 & btrfs file structure
02:46 Checking fstab data
03:45 Info about a common error and way to prevent it
05:24 For ext4 partition style
06:54 For Btrfs partition style
10:59 Chroot | Bind partition
12:45 Install Grub
14:38 Reboot to the system | Boot to the system