Amog-OS / AmogOS

ඞ Among-us themed OS. As seen on Reddit and Youtube.
https://amog-os.github.io/
Other
1.63k stars 76 forks source link

Boot with QEMU? [iMac i386] #114

Closed Justiniscoding closed 2 years ago

Justiniscoding commented 2 years ago

Can you boot AmogOS with QEMU? After downloading AmogOS-1.4.1-x86_64.iso from your website, I tried to use QEMU to run it on my computer (I am on MacOS). I ran the following command in the terminal and I got no results, it showed no GUI and gave me no errors:

qemu-system-x86_64 -boot d -cdrom AmogOS-1.4.1-x86_64.iso -m 1024

How can I boot AmogOS with QEMU?

NoozAbooz commented 2 years ago

Try this one? https://github.com/Amog-OS/AmogOS/releases/download/x64-1.4.2/amogos-x86_64.iso

ghost commented 2 years ago

Please repeat what you just tried to do with v1.4.2, if you are not successful we will look into resolving the issue.

Justiniscoding commented 2 years ago

Is their a torrent for v1.4.2 so I can download it faster?

ghost commented 2 years ago

Unfortunately our most reliable seeder hasn't torrented it yet. I'll look into talking to them so they can do so, but for now you'll have to use https download.

Justiniscoding commented 2 years ago

Is their a minimum requirement of RAM I need to use AmogOS in qemu?

Justiniscoding commented 2 years ago

Running it with the new installer produces the same result as the other installer

Justiniscoding commented 2 years ago

there is no GUI and there are not any error logs

ghost commented 2 years ago

Are you on an Apple Silicon ARM or Intel x86 Mac?

ghost commented 2 years ago

Version 1.4.2 works on x86_64 Debian Testing's QEMU when I give it 2GB of RAM. The issue you are experiencing may be an issue with QEMU on certain architectures and not an issue with AmogOS. For now, I recommend you use the ARM/RPi versions of AmogOS.

If you want to delve into this issue further then I recommend you try booting Slax Linux since we use the same boot and imaging toolchain as them. If the issue doesn't turn up there, then maybe we have screwed something up. Additionally, if you're feeling like it, you may want to build bleeding edge QEMU.

We really cannot do anything to actively debug this issue, because I'm pretty sure no one on the team has Mac hardware, and if they do I don't even know if their hardware is strong enough to support emulation. As far as I am concerned, this is a QEMU bug and not an AmogOS bug. I'm deeply sorry for your problem, though.

Justiniscoding commented 2 years ago

Are you on an Apple Silicon ARM or Intel x86 Mac?

I am on an intel x86 mac

Justiniscoding commented 2 years ago

The problem may be the fact that I am using an older iMac, so I cannot update to the latest macOS version. However, when I installed qemu with macports I got no errors

ghost commented 2 years ago

Please, make sure that all the dependencies for QEMU are correctly built and installed. Additionally, I think the hardware support may just not be there. I recommend you emulate ARM64 and try running the RPI version, however.

This issue needs input:

Justiniscoding commented 2 years ago

Whenever I tried using qemu after installing with macports, it always gave me a blank result. I am currently installing it with homebrew to see if it will work

NoozAbooz commented 2 years ago

Closing since inactive.