This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Description
Installing armbian from sd card to nvme drive and selecting btrfs filesystem produces invalid /boot/armbianEnv.txt file:
cat /boot/armbianEnv.txt
verbosity=1
bootlogo=true
console=both
overlay_prefix=rockchip-rk3588
fdtfile=rockchip/rk3588-orangepi-5-plus.dtb
rootdev=UUID=97034cc8-fc37-4626-bcc8-9536c55cfbb0
rootfstype=ext4
usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
Board does not fully boot.
When I updated rootfstype to rootfstype=btrfs the board boots correctly. I seems like armbian-install script error.
Tested on KDE and GNOME image: Desktop images with Armbian Linux v6.12 Build Date: Nov 30, 2024
EDIT:
I also used latest bootloader from https://github.com/7Ji/orangepi5-rkloader since the one supplied with armbian does not detect nvme drive at all.