How to install clearlinux on a running VPS

Hello, I want to try clearlinux on my vps.But my vps provider don’t provide clearinux images.So I have to install it by myself.

I try to boot iso image using grub, but every time I try, it end up showing someting like “unable to find boot media”.

This is what I have:
A kvm-based vps, a VNC console(in order to control vps while reboot),a ram-bootable linux iso(archboot from archlinux).

What should I do to install a clearlinux?

And this is the grub menu I tried to boot, but end up faild
menuentry “clearlinux” --class iso {
loopback loop (hd0,1)/clear.iso
linux (loop)/EFI/org.clearlinux/kernel-org.clearlinux.native.5.13.13-1070 iso_loop_dev=/dev/vda2 iso_loop_path=/clear.iso console=tty0 console=ttyS0,115200n8 cryptomgr.notests init=/usr/bin/initra-desktop initcall_debug intel_iommu=igfx_off kvm-intel.nested=1 no_timer_check noreplace-smp page_alloc.shuffle=1 rcupdate.rcu_expedited=1 rootfstype=ext4,btrfs,xfs,f2fs tsc=reliable rw rootwait

initrd (loop)/EFI/org.clearlinux/freestanding-00-intel-ucode.cpio
initrd (loop)/EFI/org.clearlinux/freestanding-i915-firmware.cpio.xz
initrd (loop)/EFI/BOOT/initrd.gz

}