<boot>
Indicates that the virtual block device is bootable.
Text content
None.Selected attributes
- order=number
- Specifies the order in which a device is considered as boot device during the boot sequence.
- loadparm=number
- For IPL devices with a boot menu configuration: Specifies the boot menu entry. If this parameter is omitted, the default entry is booted.
Usage
Configuring the boot processParent elements
Child elements
None.Example
<disk type="block" device="disk">
<driver name="qemu" type="raw" cache="none" io="native" iothread="1"/>
<source dev="/dev/mapper/36005076305ffc1ae00000000000021d7"/>
<target dev="vdb" bus="virtio"/>
<address type="ccw" cssid="0xfe" ssid="0x1" devno="0xa30e"/>
<boot order="1" loadparm="2"/>
</disk>