Alex313031 / Alex313031/ThoriumOS

Using on QEMU doesn't work.

Open
#42 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
531
Forks
45
PR merge metrics
No merged PRs in 30d

Description

This maybe wrong as idk how to use qemu but when i ran this command:
```
qemu-system-x86_64 \
-enable-kvm \
-m 4G \
-smp 2 \
-hda Disk_for_ThoriumOS.qcow2 \
-boot d \
-cdrom ~/Downloads/thoriumos_image.bin \
-netdev user,id=net0,net=192.168.0.0/24,dhcpstart=192.168.0.9 \
-device virtio-net-pci,netdev=net0 \
-vga qxl \
-device AC97
```

I get this:
![Screenshot_20231023_182604](https://github.com/Alex313031/ThoriumOS/assets/58225804/7eeef747-acf8-498f-ab10-1aa9ca94400f)

I know that the path to the .bin file is correct.

This was done using the latest version in releases.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the reported QEMU command with the latest release image and compare the result with the attached screenshot. Check the command syntax and the release image's QEMU compatibility; done means identifying the failure and documenting or correcting the required invocation.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
operating-systems
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.