# Bootserver The `bootserver` host tool can be used to pave, netboot or boot Fuchsia on a target device. This tool is very likely to go away in the short future with a replacement being currently implemented. ## x64 To pave and boot on an `x64` target, run: ``` bootserver --efi "/local.esp.blk" --fvm "/fvm.sparse.blk" --kernc "/zircon.vboot" --zircona "/fuchsia.zbi" "/fuchsia.zbi" -1 ``` ## arm64 To pave and boot on an `arm64` target, run: ``` bootserver --fvm "/obj/build/images/fvm.sparse.blk" --zircona "/fuchsia.zbi" --zirconb "/fuchsia.zbi" -1 ```