Couldn't booti from NVME with armbian-config or armbian-install, finally I could do it, a dirty easy and convoluted following way. No details about burning stuff
This is what I did
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 256MB FAT16 partition (nvme0n1p1)
- create EXT4 partition (nvme0n1p2)
- optionally create more partitions (system recovery, backups ...)
- format partitions nvme0n1p1 -> FAT16
- format partitions nvme0n1p2 -> EXT4
- check partitions (if old NVME)
- label nvme0n1p1 as armbi_boot
- label nvme0n1p2 as armbi_root
3) run sudo armbian-install
- option 7 to flash mtdblock0 (bootloader install)
- option 4 (to install system and boot from mtdblock0)
choose nvme0n1p2 partition to install system
don't POWEROFF, just EXIT