Running on QEMU x86 #68
-
Hello. I have been trying to launch leda on qemu x86. So far, I have installed Ubuntu 22.04 on Virtual box 7.0.6 (Windows 10 host). Now when I try to run the shell script for execution, it throws the following error---- qemu-system-x86_64: -drive if=pflash,format=qcow2,file=ovmf.qcow2: Could not open 'ovmf.qcow2': No such file or directory Has anyone encountered this issue before? Any help will be appreciated. Thanks 👍 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The file ovmf.qcow2 is included in the release archive. If you start it from a different location, it won't work currently, as the scripts expect to be run in the same directory as the needed .qcow2 files. Did you also check if there is maybe a problem with file permissions? Unlikely, but worth checking. |
Beta Was this translation helpful? Give feedback.
Can you try
root
as user and no password?