This document provides 5 tips for getting started with LinuxBoot firmware on AArch64 servers using QEMU emulation. It begins by outlining two pitfalls of LinuxBoot for AArch64: the lack of a BDS kernel parameter and BDS source code for the architecture. The solution is to replace the UEFI shell with LinuxBoot. Tip 1 explains how to create a 32MB OVMF firmware file system. Tip 2 discusses configuring a minimized Linux kernel and Initramfs within the 16MB size limit. Tip 3 injects LinuxBoot into a 64MB QEMU flashrom. Tip 4 shows booting a final OS from a local disk. And Tip 5 demonstrates debugging the LinuxBoot kernel using Q