AlmaLinux / cloud-images

Packer templates and other tools for building AlmaLinux images for various cloud platforms.
MIT License
147 stars 46 forks source link

Virtualbox anaconda error #120

Closed KAPPAsper closed 1 year ago

KAPPAsper commented 1 year ago

when I use virtualbox to build an ova image I will get this error: Failed to fetch kickstart from http://10.0.2.2:8456/almalinux-8.vagrant.ks

Command I use: packer build -only=virtualbox-iso.almalinux-8 . versions: virtualbox 7.0.4-1 packer 1.8.4-1

The packer step it gets stuck: ==> virtualbox-iso.almalinux-8: Waiting for SSH to become available... But that's expected as the kickstart doesn't happen

LKHN commented 1 year ago

Dear @KAPPAsper ,

Yes, I faced this issue too when I tried to build the initial versions of 8.7 and 9.1 vagrant boxes, then I had to build them on VirtualBox 6.1.40 . It's in TODO list to get all logs and outputs from 6.1.40 and 7.0.4 compare the differences to determine whether the plugin creates the VM with a different configuration on 7.x and file a bug report for Packer's virtualbox plugin^1