You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered the same issue and have not found a good way to solve it with kraft yet, but using qemu-system-x86_64 seems to work. To execute the example, you can do the following:
cd in the ~/.unikraft/apps directory
Use kraft to initialize the python3 application: kraft init -t python3@staging python3
Use kraft menuconfig to select: 1) KVM as the platform, 2) Python 3 in library configuration -> "also provide main function", 3) vfscore in library configuration -> with 9PFS
Back in the application directory, create a sub-directory named fs0 and extract the contents of minrootfs.tgz in this sub-directory
In the root directory of the application, build it: kraft build
When running
kraft up -p kvm -m x86_64 -t python3 --memory 1024 demo
it fails to boot with the following error:Any suggestions on debugging? Thanks.
The text was updated successfully, but these errors were encountered: