startvolumes
Startvolumes are a concept in virtualization and cloud orchestration referring to storage resources that are attached to a compute instance during the initial boot sequence. They provide essential data and configuration required for the operating system to boot and become operational, separate from data volumes attached after boot. Startvolumes may host components such as the boot loader, initial RAM filesystem, kernel modules, and early-boot configuration, or a minimal read-only root filesystem used to seed the instance.
They are provisioned as persistent storage resources that can be referenced by instance definitions or templates.
Administrators create and manage startvolumes, attach them to instances at boot time, and rotate or replace
Use cases include operating system boot, bootstrap configuration, seed data for initialization, disaster recovery, and immutable
See also boot volume, data volume, volume management, bootstrapping.