Hi,
If I create a volume with the following commands, the volume is created and attached, but the virtual machine can not boot. Furthermore most of the named options like '--bus VIRTIO' are not recognized.
$ profitbricks volume create --datacenterid 701424d7-d978-468b-8065-24ea01be22ee --imageid 5f81ebe4-3805-11e5-895c-52540066fee9 --name BootVolume2 --size 10 --bus VIRTIO --bootVolume --licencetype LINUX --cpuHotPlug --cpuHotUnplug --ramHotPlug --ramHotUnplug --nicHotPlug --nicHotUnplug --discVirtioHotPlug --discVirtioHotUnplug --discScsiHotPlug --discScsiHotUnplug
$ profitbricks server create --datacenterid 701424d7-d978-468b-8065-24ea01be22ee --cores 1 --name "DemoServer" --ram 1024
$ profitbricks volume attach --datacenterid 701424d7-d978-468b-8065-24ea01be22ee --serverid c849b218-5576-4572-9f73-c25f8ec96ff6 -i ebf1b635-e3b7-4608-9d1c-18c1bf7499f2
When I start the server then the console shows that it can not boot due to the fact that it can not find a boot device.
Can somebody describe commands, which create a VM with an image and all options shown above to make the VM booting and being reachable?
Thanks in advance
Georg