Hi:
I have reached the final step of changing GuestOS and created a snapshot using the following command:
LD_PRELOAD=/home/iie-iisd/s2e/install/share/libs2e/libs2e-x86_64.so /home/iie-iisd/s2e/install/bin/qemu-system-x86_64 -enable-kvm -drive if=ide,index=0,file=/home/iie-iisd/s2e/images/uos-v20-x86_64/image.raw.s2e,format=s2e,cache=writeback -serial file:/home/iie-iisd/s2e/images/uos-v20-x86_64/serial_ready.txt -enable-serial-commands -net none -net nic,model=e1000 -m 4096M
But after GuestOS started, it kept getting stuck in the interface shown in the following figure:
It indicates waiting for S2E mode, but I have introduced "LD-PRELOAD=/home/iie iisd/s2e/install/share/libs2e/libs2e x86_64. so" and have successfully replaced the kernel, as shown in the following figure:
Since I cannot find the source code for s2ecmd or bootstrap. sh, I am unable to define the cause of this issue. I hope you can give me some ideas!
Thanks.