Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] QEMU cannot read VMDK #19

Open
TaromaruYuki opened this issue Apr 23, 2022 · 1 comment
Open

[BUG] QEMU cannot read VMDK #19

TaromaruYuki opened this issue Apr 23, 2022 · 1 comment
Assignees
Labels
Bug A bug with the OS

Comments

@TaromaruYuki
Copy link
Member

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

  • DogOS Version: 0.0.1
  • DogOS Branch: main

Additional context

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

@TaromaruYuki TaromaruYuki added the Bug A bug with the OS label Apr 23, 2022
@MarijnStevens
Copy link

Additional context

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug with the OS
Projects
None yet
Development

No branches or pull requests

2 participants