How to solve it? '/home/arch/OSX-KVM/BaseSystem.img': No such file or directory
qemu-system-x86_64: -drive id=InstallMedia,if=none,file=/home/arch/OSX-KVM/BaseSystem.img,format=qcow2: Could not open '/home/arch/OSX-KVM/BaseSystem.img': No such file or directory
When I was running, this problem occurred and I have no idea how to solve it.
Thank you.
logs
2026-09-16 13:39:27.166 | No BaseSystem.img available, downloading sequoia 2026-09-16 13:39:27.175 | ./fetch-macOS-v2.py --shortname=sequoia 2026-09-16 13:39:34.935 | 1. High Sierra (10.13) 2026-09-16 13:39:34.935 | 2. Mojave (10.14) 2026-09-16 13:39:34.935 | 3. Catalina (10.15) 2026-09-16 13:39:34.935 | 4. Big Sur (11.7) 2026-09-16 13:39:34.935 | 5. Monterey (12.6) 2026-09-16 13:39:34.935 | 6. Ventura (13) 2026-09-16 13:39:34.935 | 7. Sonoma (14) - RECOMMENDED 2026-09-16 13:39:34.935 | 8. Sequoia (15) 2026-09-16 13:39:34.935 | 9. Tahoe (26) 2026-09-16 13:39:34.935 | Downloading 696-28424... 2026-09-16 13:39:34.935 | Saving http://oscdn.apple.com/content/downloads/04/11/082-33203/orvwro1v8xhjrakr7tvl5hu1s1ew3epxne/RecoveryImage/BaseSystem.chunklist to ./BaseSystem.chunklist... 2026-09-16 13:48:56.346 | 2026-09-16 13:48:56.346 | 2026-09-16 13:48:56.346 | 0.0/0.0 MB |==========================| 100.0% downloaded 2026-09-16 13:48:56.369 | Download complete! 2026-09-16 13:48:56.369 | Saving http://oscdn.apple.com/content/downloads/04/11/082-33203/orvwro1v8xhjrakr7tvl5hu1s1ew3epxne/RecoveryImage/BaseSystem.dmg to ./BaseSystem.dmg... 2026-09-16 13:48:56.369 | ERROR: "HTTP Error 500: reading HTTP response body: unexpected EOF" when connecting to http://oscdn.apple.com/content/downloads/04/11/082-33203/orvwro1v8xhjrakr7tvl5hu1s1ew3epxne/RecoveryImage/BaseSystem.dmg 2026-09-16 13:48:56.409 | make: *** [Makefile:10: BaseSystem.dmg] Error 1 2026-09-16 13:48:56.841 | ssh-keygen: generating new host keys: RSA ECDSA ED25519 2026-09-16 13:48:56.860 | ++ id -u 2026-09-16 13:48:56.864 | ++ id -g 2026-09-16 13:48:56.868 | + sudo chown 1000:1000 /dev/kvm 2026-09-16 13:48:56.889 | ++ id -u 2026-09-16 13:48:56.893 | ++ id -g 2026-09-16 13:48:56.897 | + sudo chown -R 1000:1000 /dev/snd 2026-09-16 13:48:56.922 | + [[ 4 = max ]] 2026-09-16 13:48:56.923 | + [[ 4 = half ]] 2026-09-16 13:48:56.923 | ++ id -u 2026-09-16 13:48:56.928 | ++ id -g 2026-09-16 13:48:56.930 | + sudo chown -R 1000:1000 /dev/snd 2026-09-16 13:48:56.954 | + exec qemu-system-x86_64 -m 4000 -cpu Penryn,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check, -machine q35,accel=kvm:tcg -smp 4,cores=4 -device qemu-xhci,id=xhci -device usb-kbd,bus=xhci.0 -device usb-tablet,bus=xhci.0 -device 'isa-applesmc,osk=ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc' -drive if=pflash,format=raw,readonly=on,file=/home/arch/OSX-KVM/OVMF_CODE.fd -drive if=pflash,format=raw,file=/home/arch/OSX-KVM/OVMF_VARS-1024x768.fd -smbios type=2 -audiodev alsa,id=hda -device ich9-intel-hda -device hda-duplex,audiodev=hda -device ich9-ahci,id=sata -drive id=OpenCoreBoot,if=none,snapshot=on,format=qcow2,file=/home/arch/OSX-KVM/OpenCore/OpenCore.qcow2 -device ide-hd,bus=sata.2,drive=OpenCoreBoot -device ide-hd,bus=sata.3,drive=InstallMedia -drive id=InstallMedia,if=none,file=/home/arch/OSX-KVM/BaseSystem.img,format=qcow2 -drive id=MacHDD,if=none,file=/home/arch/OSX-KVM/mac_hdd_ng.img,format=qcow2 -device ide-hd,bus=sata.4,drive=MacHDD -netdev user,id=net0,hostfwd=tcp::10022-:22,hostfwd=tcp::5900-:5900, -device vmxnet3,netdev=net0,id=net0,mac=52:54:00:09:49:17 -monitor stdio -boot menu=on -vga vmware 2026-09-16 13:48:57.488 | qemu-system-x86_64: -drive id=InstallMedia,if=none,file=/home/arch/OSX-KVM/BaseSystem.img,format=qcow2: Could not open '/home/arch/OSX-KVM/BaseSystem.img': No such file or directory
Source: sickcodes/Docker-OSX