-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CD/DVD drive assign scsi instead of ide #187
Comments
Since we're talking about virtual machines, missing IDE support on the host shouldn't be an issue.
There is a dot between Apart from that it would be nice to be able to assign ISOs or Cloud-Init drives to SCSI, maybe that will be possible at some point. |
Sorry I was wrong, |
Could be because I installed Pimox on it: https://github.com/pimox/pimox7 . Which might not even be a real supported scenario, but I wanted to try it. I came to the conclusion because of pimox/pimox7#7 , which resulted in me just removing the cd/dvd drive from a VM entirely, and it would start after that. It also gives the same error when I manually create the virtual machine, so I don't think it is a plugin problem. Would love to see a feature to select the bus. Can try searching for the IDE kernel drivers and report back if I find something. |
Sadly wasn't able to find another solution then to just deploy it through cloud-init for now. Is the preferred way for me to fill in a feature request on this repository and close this question? |
I am trying to use packer on a proxmox cluster running on Raspberry PIs which don't have any IDE support. Normally I would just manually create a virtual machine and then remove the cd/dvd drive and assign SCSI to circumvent the following error:
kvm: -device ide-cd,bus=ide.1,unit=0,drive=drive-ide2,id=ide2,bootindex=101: Bus 'ide.1' not found
Huge fan of Packer, and want to roll it out for my ARM images. Is there any possibility for me to add to my pkr.hcl file to set CD/DVD upon creation to use the Bus SCSI instead of IDE?
My packer file contains :
The text was updated successfully, but these errors were encountered: