Hi Team,

 

Is there any provision that LAVA provides for passing the uuid  for qemu platforms ? Because I am getting an error while mounting the rootfs like “Can’t find the root device with the matching UUID!”. Does LAVA provide any provision to pass the uuid along with the “image_arg”  for qemu ?  Or is it something I am missing in the job definition file ?


- deploy:

    timeout:

      minutes: 5

    to: tmpfs

    images:

      kernel:

        image_arg: -kernel {kernel} -append "console=ttyS0,115200 root=/dev/sda vga=0x305

          rw"

        url: <URL_to_vmlinuz>/vmlinuz

        type: zimage

      ramdisk:

        image_arg: -initrd {ramdisk}

        url: <URL_to_initrd>/initrd.img

        compression: gz

      rootfs:

        image_arg: -drive file={rootfs},format=raw "

        url: <URL_to_rootfs>/rootfs-qemu-amd64.squashfs

    os: debian

    root_partition: 1

 


Regards ,

Sarath P T