X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qm-cloud-init.adoc;h=b275d7a79083181e61c9927cfdcc3b7ad3abf2ee;hb=eec6319859ef62472be50f9ec5d3280cf237a852;hp=8363f10f2d3defb57ecbc65458ad99f7fe41081d;hpb=acb4a8998f61408120eb4fb1acfd97b4d7f036a0;p=pve-docs.git diff --git a/qm-cloud-init.adoc b/qm-cloud-init.adoc index 8363f10..b275d7a 100644 --- a/qm-cloud-init.adoc +++ b/qm-cloud-init.adoc @@ -62,14 +62,11 @@ image provided by Ubuntu at https://cloud-images.ubuntu.com. # download the image wget https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img -# create a new VM -qm create 9000 --memory 2048 --net0 virtio,bridge=vmbr0 +# create a new VM with VirtIO SCSI controller +qm create 9000 --memory 2048 --net0 virtio,bridge=vmbr0 --scsihw virtio-scsi-pci -# import the downloaded disk to local-lvm storage -qm importdisk 9000 bionic-server-cloudimg-amd64.img local-lvm - -# finally attach the new disk to the VM as scsi drive -qm set 9000 --scsihw virtio-scsi-pci --scsi0 local-lvm:vm-9000-disk-1 +# import the downloaded disk to the local-lvm storage, attaching it as a SCSI drive +qm set 9000 --scsi0 local-lvm:0,import-from=/path/to/bionic-server-cloudimg-amd64.img ---- NOTE: Ubuntu Cloud-Init images require the `virtio-scsi-pci` @@ -86,13 +83,12 @@ the Cloud-Init data to the VM. qm set 9000 --ide2 local-lvm:cloudinit ---- -To be able to boot directly from the Cloud-Init image, set the -`bootdisk` parameter to `scsi0`, and restrict BIOS to boot from disk -only. This will speed up booting, because VM BIOS skips the testing for -a bootable CD-ROM. +To be able to boot directly from the Cloud-Init image, set the `boot` parameter +to `order=scsi0` to restrict BIOS to boot from this disk only. This will speed +up booting, because VM BIOS skips the testing for 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