Installation
- Download ISO
- Create Bootable USB
- Install Using Installer UI
System Tweaks
- Disable IPv6 (if not using)
# /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet ipv6.disable=1"
GRUB_CMDLINE_LINUX="ipv6.disable=1"
Update grub configuration.
update-grub