DogOSdev / DogOS

A Operating System made with Cosmos and in C#. 🐕
https://DogOSdev.github.io/
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

[BUG] QEMU cannot read VMDK #19

Open TaromaruYuki opened 2 years ago

TaromaruYuki commented 2 years ago

Describe the bug QEMU cannot read the provided VMDK. This happens when the OS tries to read the system.ini file, failing by saying the file does not exist. VMDK works fine on VMware.

To Reproduce Steps to reproduce the behavior:

  1. Boot DogOS with the following command: qemu-system-i386 -cdrom DogOS.iso -hda Filesystem.vmdk -boot d -m 2G
  2. OS throws error saying file does not exist.

Expected behavior DogOS should boot into the shell with no errors, loading the system.ini and users.ini file.

Screenshots image Screenshot from Kold

DogOS Info

Additional context

Problem reproduced on my Windows 11 machine with the latest QEMU version and new OS files.

MarijnStevens commented 9 months ago

Additional context

Problem reproduced on my Linux machine with the latest QEMU version and new OS files.