Hi,

I have downloaded the CentOS qcow2. (CentOS-7-x86_64-GenericCloud.qcow2).
I am trying to provision the qcow2 but getting below (saw when connected to 
VNC provided by packer):

```
Boot failed: not a bootable disk
Booting from floppy
<then some text here>
No bootable devide
```

packer version : 1.3.4
OS : Mac OS Mojave version 10.14.14
Qemu version : /usr/local/bin/qemu-system-x86_64 --version

QEMU emulator version 4.0.0

Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers


packer json file look like below:

```

{

  "_comment": "Base box builder. We use this output to build all other 
vms.",

  "builders": [{

    "iso_url": "{{ user `base_vm_path` }}",

    "headless": "{{ user `headless` }}",

    "output_directory": "{{ user `d_output_directory` }}",

    "shutdown_command": "{{ user `shutdown_command` }}",

    "ssh_password": "{{ user `ssh_password` }}",

    "ssh_username": "{{ user `ssh_username` }}",

    "ssh_wait_timeout": "10000s",

    "iso_checksum": "0a60d34921a5e922aeacfeece13bd5ccfb024cb3",

    "iso_checksum_type": "sha1",

    "type": "qemu",

    "format" : "qcow2",

    "vm_name": "{{ user `vm_name` }}",

    "boot_wait" : "20s",

    "cpus" : 4,

    "disk_image" : true,

    "disk_size" : "250000",

    "boot_command": [],

    "accelerator": "none",

    "memory" : "4096",

    "net_device": "virtio-net",

    "disk_interface": "virtio"

  }],

  "post-processors": [],

  "provisioners": []

}

```

-- 








**************Confidentiality Notice****************


This 
electronic message contains information from CyberSponse, Inc. which may be 
confidential and is intended solely for the use of the addressee listed 
above. If you are neither the intended recipient nor the employee or agent 
responsible for delivering this electronic message to the intended 
recipient, you are hereby notified that any disclosure, copying, 
distribution or the use of the content of this electronic message is 
strictly prohibited. If you have received this electronic message in error, 
please immediately notify us by replying to this message and delete the 
original message.

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/ff786c90-09c2-4228-820d-3d44e4b6e53f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to