You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the full build log from packer's build: packer_build.log
Extra Info
I don't 100% know what is going on ( not really familiar with RHEL based distros ), but it seems like Vbox Guest additions doesn't like the kernel that is showing up. Which from the log file seems to be 4.18.0-277.el8.x86_64.
Thanks you for the amazing project and let me know if there is any way I could help 😁
The text was updated successfully, but these errors were encountered:
Closing this issue due to age. Please feel free to re-open or submit a new issue if the problem still exists with the latest version of the bento code.
Version:
lastest master: 6a1a2ed
Environment:
Scenario:
Trying to build the CentOS Stream packer build for virtualbox-iso.
Steps to Reproduce:
cd bento/packer_templates/centos/
packer build -only=virtualbox-iso centos-stream-8-x86_64.json
Expected Result:
Successful build and vagrant box image created
Actual Result:
Fails on Virtualbox Guest additions install ( specifically in the shell script
modinfo vboxsf
), because it fails to install the guest additions.Here is a picture of me running the build command inside the box before it destroys the box ( I added
-on-error=ask
to the packer build command ).Here is the
/var/log/vboxadd-setup.log
that I uploaded from the machine: https://pastebin.com/GGEQcGJPHere is the full build log from packer's build: packer_build.log
Extra Info
I don't 100% know what is going on ( not really familiar with RHEL based distros ), but it seems like Vbox Guest additions doesn't like the kernel that is showing up. Which from the log file seems to be
4.18.0-277.el8.x86_64
.Thanks you for the amazing project and let me know if there is any way I could help 😁
The text was updated successfully, but these errors were encountered: