The document provides instructions for setting up an ODROID board to boot its root file system from an external USB drive rather than the internal eMMC or SD card. It involves modifying the bootloader configuration file to point to the external drive, updating the initial ramdisk image to include USB storage modules, preparing a partition on the external drive for the root file system, copying over the root file system files and changing its label, and rebooting so the board boots from the external drive instead of the internal memory. The goal is to keep the boot files on the internal memory but run the full operating system from the higher-capacity external USB drive.