sles15-sp1 custom image build for Google cloud failing

Hello experts,
I am trying to build a sles15sp1 custom image for Google cloud and it’s failing with these errors. We are able to build a sles12sp3 image successfully for google cloud, but no luck with the sles15sp1 image. Image build with packer/Vbox using virtio driver added, boot time errors are
OK ] Started dracut pre-trigger hook.
Starting udev Coldplug all Devices…
[ OK ] Started udev Coldplug all Devices.
Starting dracut initqueue hook…
[ TIME ] Timed out waiting for device dev-vg0-lv_swap.device.
[DEPEND] Dependency failed for Resume from h…ion using device /dev/vg0/lv_swap.
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems.
[ OK ] Reached target System Initialization.
[ OK ] Reached target Basic System.
[ 131.530130] dracut-initqueue[291]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 132.065969] dracut-initqueue[291]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 132.593817] dracut-initqueue[291]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 133.121709] dracut-initqueue[291]: Warning: dracut-initqueue timeout - starting timeout scripts

We are building this image with Packer/Virtualbox, building vmdk and converting this image to disk.raw and trying to boot with Google cloud.
-Sunil.

Hi Sunil :wink:

We figured this out, added drivers as virtio and image worked with GCP.
Thanks,