The problem was with -m flag, i forget to allocate enough memory for VM to start, so working CMD:
qemu-system-aarch64 \
-machine virt -cpu cortex-a57 -m 512 \
-netdev user,id=net0 -device e1000,netdev=net0 \
-serial stdio \
-bios Armbian-unofficial_24.5.0-trunk_Qemu-uboot-arm64_bookworm_current_6.6.29_minimal.u-boot.bin \
-drive if=none,file=Armbian-unofficial_24.5.0-trunk_Qemu-uboot-arm64_bookworm_current_6.6.29_minimal.img.qcow2,id=mydisk \
-device ich9-ahci,id=ahci \
-device ide-hd,drive=mydisk,bus=ahci.0