5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-07 00:58:19 +03:00

cloud init: use 'order' variant for 'boot' property

instead of the legacy 'boot: c'+bootdisk combination.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner 2022-09-29 09:52:22 +02:00 committed by Thomas Lamprecht
parent 1f277b7289
commit 44562c3b8e

View File

@ -86,13 +86,12 @@ the Cloud-Init data to the VM.
qm set 9000 --ide2 local-lvm:cloudinit qm set 9000 --ide2 local-lvm:cloudinit
---- ----
To be able to boot directly from the Cloud-Init image, set the To be able to boot directly from the Cloud-Init image, set the `boot` parameter
`bootdisk` parameter to `scsi0`, and restrict BIOS to boot from disk to `order=scsi0` to restrict BIOS to boot from this disk only. This will speed
only. This will speed up booting, because VM BIOS skips the testing for up booting, because VM BIOS skips the testing for a bootable CD-ROM.
a bootable CD-ROM.
---- ----
qm set 9000 --boot c --bootdisk scsi0 qm set 9000 --boot order=scsi0
---- ----
For many Cloud-Init images, it is required to configure a serial console and use For many Cloud-Init images, it is required to configure a serial console and use