-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Exported VM is missing primary disk and SATA Controller #4637
Comments
Because I have to keep my own work moving forward, I just re-introduced a chef provisioning block. The cookbook(s) that are applied are for CIS compliance and while I need to run down them, head to toe to be sure, I don't think that there is anything that alters the VM's core configuration. So, with that said, with the chef-server provision block re-added, the export works fine. I'll perform some more testing either this weekend or early next week to confirm specific behaviors. |
Hi @jchodakowski! It's been a while since this was opened, is this still a problem for you? |
This issue has been automatically migrated to hashicorp/packer-plugin-virtualbox#15 because it looks like an issue with that plugin. If you believe this is not an issue with the plugin, please reply to hashicorp/packer-plugin-virtualbox#15. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Using virtualbox-iso builder, I am building a two disk VM with boot and main system on /dev/sda1 and /dev/sda2 and then /dev/sdb1 as a large LVM volume with various logical volumes mounted at various places on the file system. The disk is added using vboxmanage commands, and the build works as expected. In VirtualBox, you can inspect the VM and it has all the parts as described in the json template. Once the export happens however, the SATA controller is missing, as is the first of the two disks (sda). The second disk (sdb) is exported with the machine which, once re-imported has only an IDE disk controller, one disk, and won't boot (missing the system).
Include these in your gist https://gist.github.com
The text was updated successfully, but these errors were encountered: