Title here
Summary here
TODO: Show creating partition using Windows 10 GUI (Disk Management)
TODO: Show using TUI tools diskpart from Windows 10/11 command line
TODO: Show creating partitions from PowerShell
Partitioning on the Linux command line
Creating a filesystem on the Linux command line
TODO: Add info on partitioning external storage on MacOS
You will need to install a program such a 7-zip
TODO: Add info in installing 7-zip on Windows 10
Copy install tarball to boot partition using GUI file manager
Assuming you have mounted your new boot partition on /mnt
you can (as root) do:
tar -C /mnt -xzf /path/to/install-tarball.tar.gz
TODO: Add tarball extraction on MacOS