Hello everyone,
Im trying to install a virtual Checkpoint image( iso) on VMware Player through EVE-NG, but Im getting the following error after I start the installation process. "Fatal Error. No disk found. Press OK to exit"
I restarted the image, reinstalled the image and still getting the same error. I followed the steps on the eve-ng platform and created a disk, here are the steps:
Version 80-20M and 81-392 are tested following ISO install procedure.
Preffered OPTION Create image from ISO
1. From EVE CLI, create Checkpoint image folder and go to that location:
mkdir /opt/unetlab/addons/qemu/cpsg-R80-10
cd /opt/unetlab/addons/qemu/cpsg-R80-10
2. Upload the downloaded Check_Point_R80.10_T462_Gaia.iso image to the EVE /opt/unetlab/addons/qemu/cpsg-R80-10 folder using for example FileZilla or WinSCP. 3. Rename original ISO image to cdrom.iso:
mv Check_Point_R80.10_T462_Gaia.iso cdrom.iso
4. Create HDD drive for new Checkpoint image:
/opt/qemu/bin/qemu-img create -f qcow2 hda.qcow2 80G
Could you please advise if you have ever faced this issue before? I followed this video on youtube https://www.youtube.com/watch?v=Yayc0K06yDA
Many thanks in advance!