Here are the steps for me to change the version of GuestOS to ubuntu20.04:
- Replace the content in the 'images. json' file with the relevant content of ubuntu20.04
- Modify the 'makefile. Linux' file and replace its contents with ubuntu20.04. Delete all relevant content related to other systems
- Run the 'make Linux j3' command to start compilation
But I encountered some problems:
- Successfully downloaded the iso image of ubuntu20.04, but only successfully. No content similar to "image. raw. s2e" appeared, which means that the "output" folder was not generated
- Error1->Error response from daemon: Duplicate mount point:/home/iie iisd/guest images
- Error 2->make: * * * [home/xxx/guest images//Makefile. Linux: 240:/home/xxx/guest images/. samples/linux-4.9.3 x86_64] Error 125, I checked line 240 of Makefile. Linux, and the content of this line is $(eval $(call TASK_SNAPSHOT, ubuntu-20.04-x86_64,)
I really don't understand why this is happening. If you have the time to help me answer it, I would greatly appreciate it!