cloud-images icon indicating copy to clipboard operation
cloud-images copied to clipboard

Virtualbox anaconda error

Open KAPPAsper opened this issue 3 years ago • 1 comments

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

KAPPAsper avatar Nov 28 '22 10:11 KAPPAsper

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

LKHN avatar Nov 28 '22 13:11 LKHN