Here's my updated version of the original recipie:
1) boot system from fresh downloaded SD (Armbian Jammy Desktop)
2) NVME setup (sudo gparted)
- if empty create a partition table (GPT)
if not delete all partitions
- create EXT4 partition (nvme0n1p1)
- optionally create more partitions (system recovery, backups, home ...)
- format partitions nvme0n1p1 -> EXT4
- check partitions (if old NVME)
3) run sudo armbian-install
- option 7 to flash mtdblock0 (bootloader install)
- option 4 (to install system and boot from mtdblock0)
choose nvme0n1p1 partition to install system
don't POWEROFF, just EXIT
4) this step is now performed by option 4 above
5) - sudo mount /dev/nvme0n1p1 /mnt
- check files/directories are already copied (ls -l /mnt)
- if you have any other partitions (e.g., /home), you need to extend /mnt/etc/fstab:
- use blkid to discover UUID of partitions of interest
6) - sudo poweroff
- remove SD
- press power button to restart
By The Way, if you're coming in with ssh -Y (or PuTTY), you'll have difficulty running gparted. Here's an excellent explanation of how to fix that problem:
https://www.simplified.guide/ssh/x11-forwarding-as-root